1. ff115f1 Add an API for clients to know if a target device is connected to the by Amy · 6 years ago
  2. 0361dd7 Make getActiveSource in HdmiControlService work for non-TV device. by Amy · 6 years ago
  3. c00cd4e Add launchDeviceDiscovery when devices just plugged into the current device or the by Amy · 6 years ago
  4. d932cb5 handle manual port switching by shubang · 6 years ago
  5. 123ec40 Refactor the Active Source updating logic in CEC devices. by Amy · 6 years ago
  6. 79b54e9 Add routingChange and routingInformation handlers. by Amy · 6 years ago
  7. aefab64 Moving routing logic to playback device. by Amy · 6 years ago
  8. 7314862 Merge "Add stub methods for request/report short audio descriptors." by TreeHugger Robot · 6 years ago
  9. 6f5d69e Add stub methods for request/report short audio descriptors. by Nick Chalko · 6 years ago
  10. f32fcea Cleanup formatting by Nick Chalko · 6 years ago
  11. b89d6ff Add stub implementation of HdmiCecLocalDeviceAudioSystem by Nick Chalko · 6 years ago
  12. 34ee91d Add handlers for more cec commands into HdmiCecLocalDevice. by Amy · 6 years ago
  13. a1867d6 Merge "Fix <UCP>[Power] toggled the power status" am: b3eeb859f7 am: 26f781db62 by Dan Zhang · 6 years ago
  14. b3eeb859f Merge "Fix <UCP>[Power] toggled the power status" by Dan Zhang · 6 years ago
  15. 1d0b137 HdmiCecLocalDeviceTest by Amy · 6 years ago
  16. c4426af Fix HdmiCecLocalDevice concurrent access by Shuichi.Noguchi · 7 years ago
  17. 55269f7 Fix <UCP>[Power] toggled the power status by Shuichi.Noguchi · 7 years ago
  18. 7609bc3 Enable sendKeyEvent() for all types of devices by Donghyun Cho · 8 years ago
  19. fc462b9 CEC: Defer CEC actions until logical address is available by Donghyun Cho · 8 years ago
  20. 795415b CEC: Handle <Set Menu Language> message on playback devices by Terry Heo · 10 years ago
  21. e6e8f3d CEC: Let playback device send <Standby> upon power off by Jinsuk Kim · 9 years ago
  22. 7e4b480 CEC: Prevent premature standby process completion by Jinsuk Kim · 9 years ago
  23. d35dfb6 Merge "CEC: Let arc termination start before standby" by Jinsuk Kim · 9 years ago
  24. 04f813c CEC: Back up active input correctly against repeated active source commands by Jinsuk Kim · 9 years ago
  25. a5445ce CEC: Let arc termination start before standby by Jinsuk Kim · 9 years ago
  26. e26d833 CEC: Keep Playback device awake while it is the active source by Jinsuk Kim · 10 years ago
  27. 6e26f7f CEC: Handle <Active Source> arriving before TvInputCallback.onAddInput by Jinsuk Kim · 10 years ago
  28. 0608b93 CEC: Add a callback for vendor when HDMI control setting is changed. by Yuncheol Heo · 10 years ago
  29. 6f87b4e CEC: Queue actions for starting later when not ready by Jinsuk Kim · 10 years ago
  30. 73483b6b Support parameterized keycode in cec. by Jungshik Jang · 10 years ago
  31. 5352081c Enable all actions to have chance to consume incoming message. by Jungshik Jang · 10 years ago
  32. d4a94db CEC: Bug fixes for vendor-specific command handling by Jinsuk Kim · 10 years ago
  33. 184b124 Handle <Menu Status> message. by Yuncheol Heo · 10 years ago
  34. 4480efa Prevent sending <Feature Abort> for some messages. by Jungshik Jang · 10 years ago
  35. 2e8f1b6 CEC: Revamp volume control action. by Jungshik Jang · 10 years ago
  36. b502186 Reallocate the logical address on the hotplug event. by Yuncheol Heo · 10 years ago
  37. 959d2db CEC: Implement dump() of HdmiControlService by Terry Heo · 10 years ago
  38. e9f6ed3 CEC: Invoke input change for RAP request from MHL device by Jinsuk Kim · 10 years ago
  39. 5691b2f Remove parameter field in HdmiCecKeycode. by Jungshik Jang · 10 years ago
  40. 3e1564e CEC: Handle Remote Control command by Terry Heo · 10 years ago
  41. 867b4e0 Set active port path to HdmiControlService by Jungshik Jang · 10 years ago
  42. 64bafd9 Make it not to go to sleep when changing TV's input to the others. by Yuncheol Heo · 10 years ago
  43. b509c2e Rename FeatureAction into HdmiCecFeatureAction by Jungshik Jang · 10 years ago
  44. 61f4fbd Rename HdmiCecDeviceInfo into HdmiDeviceInfo. by Jungshik Jang · 10 years ago
  45. 6aae652 Refactor <Feature Abort> logic to concentrate it in one place. by Yuncheol Heo · 10 years ago
  46. fc44e4e Let STB oneTouchPlay on SCREEN_ON event. by Yuncheol Heo · 10 years ago
  47. e5a9337 Implement clear timer. by Jungshik Jang · 10 years ago
  48. 25c2029 Add the CEC message handler for the standby mode. by Yuncheol Heo · 10 years ago
  49. 43c23e2 Invoke input change listener at path change by Jinsuk Kim · 10 years ago
  50. 26ba7fd Make it pass CECT 11.1.3 System standby by Yuncheol Heo · 10 years ago
  51. 72b7d73 Give clear distinction between active source/active routing path by Jinsuk Kim · 10 years ago
  52. b6591b8 Implement OneTouchRecordAction and stop one touch record. by Jungshik Jang · 10 years ago
  53. af2acf0 Keep preferred address for HdmiControlService by Jinsuk Kim · 10 years ago
  54. 2c1d7b3 Merge "Handle TODO in SystemAudioActionFromTv." by Yuncheol Heo · 10 years ago
  55. c516d65 Handle TODO in SystemAudioActionFromTv. by Yuncheol Heo · 10 years ago
  56. a9f1062 Start address allocation when hdmi cec is re-enabled. by Jungshik Jang · 10 years ago
  57. 4fc1d10 Revamp disabling device in local device. by Jungshik Jang · 10 years ago
  58. c068bb5 Support HdmiControlService.sendKeyEvent for both TV/playback device by Jinsuk Kim · 10 years ago
  59. b3e114a Clear timout when all pending actions are cleared. by Jungshik Jang · 10 years ago
  60. 75a77e7 Add HdmiCecMessageValidator to verify the incoming messages. by Yuncheol Heo · 10 years ago
  61. 8f2ed35 Handle <Set Osd Name> in TV. by Jungshik Jang · 10 years ago
  62. 119160a Add vendor-specific command API for HdmiControl by Jinsuk Kim · 10 years ago
  63. c0c20d0 Removed class HdmiCec by Jinsuk Kim · 10 years ago
  64. 0f94217 Merge "Add API setProhibitMode in HdmiControlService" by Jinsuk Kim · 10 years ago
  65. 4d43d93 Add API setProhibitMode in HdmiControlService by Jinsuk Kim · 10 years ago
  66. 210d73d Remove duplicated cec keycode definitions. by Jungshik Jang · 10 years ago
  67. 38db629 Handle the power state change. by Yuncheol Heo · 10 years ago
  68. 92b77cf Refactor handling sequences in HdmiControlService by Jinsuk Kim · 10 years ago
  69. 8fa36b1 Implement volume control action in cec service. by Jungshik Jang · 10 years ago
  70. 8333571 Handle incoming active source-related commands for HdmiControlService by Jinsuk Kim · 10 years ago
  71. a5b7414 Introduce @ServiceThreadOnly and @IothreadOnly to HdmiControlService by Jungshik Jang · 10 years ago
  72. a062a93 Implement portSelect/sendKeyEvent for HdmiControlService by Jinsuk Kim · 10 years ago
  73. 79c58a4 Rearrange ownership between Hdmi control modules. by Jungshik Jang · 10 years ago
  74. 60cffce Refine new device action. by Jungshik Jang · 10 years ago
  75. 0a3316b Boilerplate class for vendor-specific commands for HdmiControlService by Jinsuk Kim · 10 years ago
  76. 092b445 Move message handling logic to local device instead of service. by Jungshik Jang · 10 years ago
  77. 3ee6572 Refactor HdmiCecLocalDevice and logical address allocation logic. by Jungshik Jang · 10 years ago
  78. 8b308d9 Start Device Discovery after logical address allocation. by Jungshik Jang · 10 years ago
  79. 1a4485d Add HdmiCecDeviceInfo to HdmiCecLocalDevice by Jungshik Jang · 10 years ago
  80. 2918e9e CEC Initialization per device type by Jinsuk Kim · 10 years ago