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