commit | c47e26ca2ff6f032c4b3a094810b1d1062bcb1ff | [log] [tgz] |
---|---|---|
author | Jungshik Jang <jayjang@google.com> | Tue May 27 19:52:39 2014 +0900 |
committer | Jungshik Jang <jayjang@google.com> | Mon Jun 02 10:55:50 2014 +0900 |
tree | 137e50d34e9d21f87b3e1751dda68739b2f9cdb3 | |
parent | 2c2a3017624678ee65d92feb51340f542a1d244c [diff] |
DO NOT MERGE: Add cec message handler to hdmi cec jni implementation Notification for incoming cec message can be issued from any thread but jni can call java method in the thread that jni knows like service thread. So this change delegates incoming message to jni-friendly thread, service thread by exploit looper of service thread. Change-Id: If3b141d917df3e209912af1778eb509777199969