diff options
author | Jinsuk Kim <jinsukkim@google.com> | 2014-03-24 09:26:18 +0900 |
---|---|---|
committer | Jinsuk Kim <jinsukkim@google.com> | 2014-03-27 07:59:31 +0900 |
commit | 40a00a341b72490c6291b3aac65bc7a10b3e10ad (patch) | |
tree | ae5d506d752310a254bf1c62cff22f36d13a3157 /core/java/android/app/Activity.java | |
parent | c01e1aeb0d86bd626684c97d709d4a8e995fddfb (diff) | |
download | frameworks_base-40a00a341b72490c6291b3aac65bc7a10b3e10ad.zip frameworks_base-40a00a341b72490c6291b3aac65bc7a10b3e10ad.tar.gz frameworks_base-40a00a341b72490c6291b3aac65bc7a10b3e10ad.tar.bz2 |
Replace individual methods with a consolidated CEC nativeSendmessage
It saves us from having to add numerous native methods to HdmiCecService.
A new native method that reports physical address was added in consequence
to be able to build the message in Java side.
Other changes:
- Substituted more concrete type (cec_device_type_t) to int.
- Fixed the issue about byte endianness in handling physical
address/vendor id. The bytes of variable mPhysicalAddress in native
service were being reversed previously but still worked because they
were reversed again when copied out to outgoing messages. Vendor id
had a bug of bytes being reversed. In order to fix the issue, the way
they are copied to byte array was changed so that it becomes
independent to byte endianness.
- CL's for header/HAL implementation changes are:
https://googleplex-android-review.git.corp.google.com/#/c/437667
https://googleplex-android-review.git.corp.google.com/#/c/437668
Change-Id: Id1ac683fe54597a2c707f30492c7f86e5392504d
Diffstat (limited to 'core/java/android/app/Activity.java')
0 files changed, 0 insertions, 0 deletions