commit | 548179632ce418dde24236984fca548ad962cbb9 | [log] [tgz] |
---|---|---|
author | Eiji <Eiji.Takahashi@sony.com> | Fri Jul 19 13:53:22 2024 +0900 |
committer | Eiji Takahashi <Eiji.Takahashi@sony.com> | Thu Jul 25 08:01:05 2024 +0000 |
tree | 15d13491ec95abf85e15955998b6c2f1abea248f | |
parent | 245dead4a1ad34d8002252230d4ce7105f4b05ae [diff] |
Fix broadcast type value handling error Some "UI Broadcast Type" such as "Digital Satellite" (0x80) or "Digital Communications Satellite" (0x90) are not handled correctly because they become minus value after casting from byte to integer". Add the mask to upper byte to get original definition value. Bug: 355360813 Change-Id: I4910e730c679c72e89e0214c70d8c004e428aa89