summaryrefslogtreecommitdiff
path: root/libs/hwui/renderthread/DrawFrameTask.cpp
diff options
context:
space:
mode:
authorJungshik Jang <jayjang@google.com>2014-04-24 20:30:09 +0900
committerJungshik Jang <jayjang@google.com>2014-04-30 14:29:04 +0900
commite9c77c88ea34a66f83a94f960547275c0ff6bd07 (patch)
treeb4ddacedf69a811881426a35f71fd224d96fe6c2 /libs/hwui/renderthread/DrawFrameTask.cpp
parentaa2112f671e4f14555e25a6d765ce4bad454a43f (diff)
Implement native send and receive logic for HdmiCecController.
This change includes native jni implementation for incoming and outgoing message of CEC. For incoming message, native layer converts it into three pieces, source address (initiator), destination address (follower) and data body which includes opcode. In Java layer, it is delegated to main io thread. For now all messages are rejected by sending <Feature Abort> to initiator. For outoging message, all messages are sent to io thread and it delegates it into native layer. Native logic converts it into cec_message and pass it to HAL so that HAL performs sending message. In order to handle <Feature Abort> message, added [Abort reason] which is defined in hdmi_cec.h. Change-Id: If9fd74745f476105e5cfae964e39c78bae69d3e2
Diffstat (limited to 'libs/hwui/renderthread/DrawFrameTask.cpp')
0 files changed, 0 insertions, 0 deletions