1. 7e4b480 CEC: Prevent premature standby process completion by Jinsuk Kim · 9 years ago
  2. d35dfb6 Merge "CEC: Let arc termination start before standby" by Jinsuk Kim · 9 years ago
  3. 04f813c CEC: Back up active input correctly against repeated active source commands by Jinsuk Kim · 9 years ago
  4. a5445ce CEC: Let arc termination start before standby by Jinsuk Kim · 9 years ago
  5. e26d833 CEC: Keep Playback device awake while it is the active source by Jinsuk Kim · 10 years ago
  6. 6e26f7f CEC: Handle <Active Source> arriving before TvInputCallback.onAddInput by Jinsuk Kim · 10 years ago
  7. 0608b93 CEC: Add a callback for vendor when HDMI control setting is changed. by Yuncheol Heo · 10 years ago
  8. 6f87b4e CEC: Queue actions for starting later when not ready by Jinsuk Kim · 10 years ago
  9. 73483b6b Support parameterized keycode in cec. by Jungshik Jang · 10 years ago
  10. 5352081c Enable all actions to have chance to consume incoming message. by Jungshik Jang · 10 years ago
  11. d4a94db CEC: Bug fixes for vendor-specific command handling by Jinsuk Kim · 10 years ago
  12. 184b124 Handle <Menu Status> message. by Yuncheol Heo · 10 years ago
  13. 4480efa Prevent sending <Feature Abort> for some messages. by Jungshik Jang · 10 years ago
  14. 2e8f1b6 CEC: Revamp volume control action. by Jungshik Jang · 10 years ago
  15. b502186 Reallocate the logical address on the hotplug event. by Yuncheol Heo · 10 years ago
  16. 959d2db CEC: Implement dump() of HdmiControlService by Terry Heo · 10 years ago
  17. e9f6ed3 CEC: Invoke input change for RAP request from MHL device by Jinsuk Kim · 10 years ago
  18. 5691b2f Remove parameter field in HdmiCecKeycode. by Jungshik Jang · 10 years ago
  19. 3e1564e CEC: Handle Remote Control command by Terry Heo · 10 years ago
  20. 867b4e0 Set active port path to HdmiControlService by Jungshik Jang · 10 years ago
  21. 64bafd9 Make it not to go to sleep when changing TV's input to the others. by Yuncheol Heo · 10 years ago
  22. b509c2e Rename FeatureAction into HdmiCecFeatureAction by Jungshik Jang · 10 years ago
  23. 61f4fbd Rename HdmiCecDeviceInfo into HdmiDeviceInfo. by Jungshik Jang · 10 years ago
  24. 6aae652 Refactor <Feature Abort> logic to concentrate it in one place. by Yuncheol Heo · 10 years ago
  25. fc44e4e Let STB oneTouchPlay on SCREEN_ON event. by Yuncheol Heo · 10 years ago
  26. e5a9337 Implement clear timer. by Jungshik Jang · 10 years ago
  27. 25c2029 Add the CEC message handler for the standby mode. by Yuncheol Heo · 10 years ago
  28. 43c23e2 Invoke input change listener at path change by Jinsuk Kim · 10 years ago
  29. 26ba7fd Make it pass CECT 11.1.3 System standby by Yuncheol Heo · 10 years ago
  30. 72b7d73 Give clear distinction between active source/active routing path by Jinsuk Kim · 10 years ago
  31. b6591b8 Implement OneTouchRecordAction and stop one touch record. by Jungshik Jang · 10 years ago
  32. af2acf0 Keep preferred address for HdmiControlService by Jinsuk Kim · 10 years ago
  33. 2c1d7b3 Merge "Handle TODO in SystemAudioActionFromTv." by Yuncheol Heo · 10 years ago
  34. c516d65 Handle TODO in SystemAudioActionFromTv. by Yuncheol Heo · 10 years ago
  35. a9f1062 Start address allocation when hdmi cec is re-enabled. by Jungshik Jang · 10 years ago
  36. 4fc1d10 Revamp disabling device in local device. by Jungshik Jang · 10 years ago
  37. c068bb5 Support HdmiControlService.sendKeyEvent for both TV/playback device by Jinsuk Kim · 10 years ago
  38. b3e114a Clear timout when all pending actions are cleared. by Jungshik Jang · 10 years ago
  39. 75a77e7 Add HdmiCecMessageValidator to verify the incoming messages. by Yuncheol Heo · 10 years ago
  40. 8f2ed35 Handle <Set Osd Name> in TV. by Jungshik Jang · 10 years ago
  41. 119160a Add vendor-specific command API for HdmiControl by Jinsuk Kim · 10 years ago
  42. c0c20d0 Removed class HdmiCec by Jinsuk Kim · 10 years ago
  43. 0f94217 Merge "Add API setProhibitMode in HdmiControlService" by Jinsuk Kim · 10 years ago
  44. 4d43d93 Add API setProhibitMode in HdmiControlService by Jinsuk Kim · 10 years ago
  45. 210d73d Remove duplicated cec keycode definitions. by Jungshik Jang · 10 years ago
  46. 38db629 Handle the power state change. by Yuncheol Heo · 10 years ago
  47. 92b77cf Refactor handling sequences in HdmiControlService by Jinsuk Kim · 10 years ago
  48. 8fa36b1 Implement volume control action in cec service. by Jungshik Jang · 10 years ago
  49. 8333571 Handle incoming active source-related commands for HdmiControlService by Jinsuk Kim · 10 years ago
  50. a5b7414 Introduce @ServiceThreadOnly and @IothreadOnly to HdmiControlService by Jungshik Jang · 10 years ago
  51. a062a93 Implement portSelect/sendKeyEvent for HdmiControlService by Jinsuk Kim · 10 years ago
  52. 79c58a4 Rearrange ownership between Hdmi control modules. by Jungshik Jang · 10 years ago
  53. 60cffce Refine new device action. by Jungshik Jang · 10 years ago
  54. 0a3316b Boilerplate class for vendor-specific commands for HdmiControlService by Jinsuk Kim · 10 years ago
  55. 092b445 Move message handling logic to local device instead of service. by Jungshik Jang · 10 years ago
  56. 3ee6572 Refactor HdmiCecLocalDevice and logical address allocation logic. by Jungshik Jang · 10 years ago
  57. 8b308d9 Start Device Discovery after logical address allocation. by Jungshik Jang · 10 years ago
  58. 1a4485d Add HdmiCecDeviceInfo to HdmiCecLocalDevice by Jungshik Jang · 10 years ago
  59. 2918e9e CEC Initialization per device type by Jinsuk Kim · 10 years ago