commit | ada8314004f43423732d6c0b38051f57b355612b | [log] [tgz] |
---|---|---|
author | Jinsuk Kim <jinsukkim@google.com> | Thu Jul 03 09:30:42 2014 +0900 |
committer | Jinsuk Kim <jinsukkim@google.com> | Thu Jul 03 09:37:10 2014 +0900 |
tree | 8e2aacc62b7e8a11021110801585f5982418e46b | |
parent | 053cccfe14ed78dde8ee30f4fe79864c4f0c8137 [diff] |
Remove tx_status event in CEC HAL Removes tx_status event type which turns out not in actual use. This changes makes send_message() work in sychrnonous fashion when called by HdmiControlService. HdmiControlService has io thread dedicated to interact with HAL, hence no need to introduce another async flow for HAL. Change-Id: I8ae21b1149cd36bfd0f9da215c4f23b30f0c8d30