1. 9c5ccc3 Merge "CEC: Discard key event to itself" into lmp-mr1-dev by Jinsuk Kim · 10 years ago
  2. 454fab5 CEC: Discard key event to itself by Jinsuk Kim · 10 years ago
  3. 3f92347 Merge "CEC: Add CEC device upon receiving <Report Physical Address>" into lmp-mr1-dev by Jinsuk Kim · 10 years ago
  4. 2ee0d6f CEC: Stop ARC if hotplug event is asserted low by Jinsuk Kim · 10 years ago
  5. 7640d98 CEC: Fix a regression bug by Jinsuk Kim · 10 years ago
  6. 7cd4a58 CEC: Add CEC device upon receiving <Report Physical Address> by Jinsuk Kim · 10 years ago
  7. cb8661c CEC: Add logic to return to internal source by Jinsuk Kim · 10 years ago
  8. d47abef CEC: Make TV try to allocate logical address 0 first by Jinsuk Kim · 10 years ago
  9. 2ab6d9f CEC: Do not send <Active Source> when TV wakes up by one touch play by Jinsuk Kim · 10 years ago
  10. 6e26f7f CEC: Handle <Active Source> arriving before TvInputCallback.onAddInput by Jinsuk Kim · 10 years ago
  11. 6ad7cbd CEC: Make deviceSelect work for MHL device by Jinsuk Kim · 10 years ago
  12. ad1e3d7 CEC: Buffer <Set System Audio Mode> by Jinsuk Kim · 10 years ago
  13. 98d760e CEC: Let the caller check CEC device type by Jinsuk Kim · 10 years ago
  14. 1481a42 CEC: Pass port ID for set_audio_return_channel by Jinsuk Kim · 10 years ago
  15. 4fcbf0b CEC: Explictly remove and add device when updating by Jinsuk Kim · 10 years ago
  16. 6102bac7 CEC: Update CEC device info properly by Jinsuk Kim · 10 years ago
  17. 1c72ba8 Merge "CEC: Do not compare active input when updating" into lmp-mr1-dev by Jinsuk Kim · 10 years ago
  18. 449c019 CEC: Do not compare active input when updating by Jinsuk Kim · 10 years ago
  19. 546d867 CEC: Do not issue non-effective <Routing Change> by Jinsuk Kim · 10 years ago
  20. 9899b66 Merge "CEC: Use thread-safe version for avr info" into lmp-mr1-dev by Jinsuk Kim · 10 years ago
  21. 86a1e5a CEC: Use thread-safe version for avr info by Jinsuk Kim · 10 years ago
  22. 7fa3a66 CEC: Buffer messages coming from unknown device by Jinsuk Kim · 10 years ago
  23. 7fb8e7f CEC: Send <Give System Audio Mode> regardless of TV's setting. by Jungshik Jang · 10 years ago
  24. 326aef0 Add recorder address to all recording listerner apis. by Jungshik Jang · 10 years ago
  25. bdf27fb CEC: add getDeviceList() by Jinsuk Kim · 10 years ago
  26. 6f87b4e CEC: Queue actions for starting later when not ready by Jinsuk Kim · 10 years ago
  27. 7543497 CEC: Send keys to active routing path by Jinsuk Kim · 10 years ago
  28. 720407a Fix cyclic mute by Jungshik Jang · 10 years ago
  29. 6b096d3 Remove unnecessary warning. by Jungshik Jang · 10 years ago
  30. d4a94db CEC: Bug fixes for vendor-specific command handling by Jinsuk Kim · 10 years ago
  31. 184b124 Handle <Menu Status> message. by Yuncheol Heo · 10 years ago
  32. 4480efa Prevent sending <Feature Abort> for some messages. by Jungshik Jang · 10 years ago
  33. 2e8f1b6 CEC: Revamp volume control action. by Jungshik Jang · 10 years ago
  34. 4b4b940 CEC: Fixes bugs in routing control by Jinsuk Kim · 10 years ago
  35. 959d2db CEC: Implement dump() of HdmiControlService by Terry Heo · 10 years ago
  36. 473119f Allow broadcast for <Set System Audio Mode>. by Jungshik Jang · 10 years ago
  37. f34e607 Merge "Fix a bug that the HdmiCecLocalDeviceTv sends <User Control Released> message for unsupported keys" into lmp-dev by Jinsuk Kim · 10 years ago
  38. b64c2ba Fix a bug that the HdmiCecLocalDeviceTv sends <User Control Released> message for unsupported keys by Dongil Seo · 10 years ago
  39. 339227d Fix several bugs in HdmiControlService. by Jungshik Jang · 10 years ago
  40. f67113f Use common language code in hdmi service. by Jungshik Jang · 10 years ago
  41. 1bfc75f Merge "CEC: Skip routing control/internal source selection conditionally" into lmp-dev by Jinsuk Kim · 10 years ago
  42. d530719 CEC: Skip routing control/internal source selection conditionally by Jinsuk Kim · 10 years ago
  43. 2626958 CEC: Fix a bug not sending <Set Stream Path> by Jinsuk Kim · 10 years ago
  44. 5e85359 Merge "CEC: Broadcast language setting whenever it changes" into lmp-dev by Terry Heo · 10 years ago
  45. 1ca0a43 CEC: Broadcast language setting whenever it changes by Terry Heo · 10 years ago
  46. 87f22a2 CEC: Hook up device select API to MHL device RAP by Jinsuk Kim · 10 years ago
  47. ed08645 CEC: Invoke events listener upon MHL device state change by Jinsuk Kim · 10 years ago
  48. 8960d1b CEC: Replace the usage of logical address with id for HdmiDeviceInfo by Jinsuk Kim · 10 years ago
  49. bcfa067 CEC: Make sure CEC switch info is always updated by Jinsuk Kim · 10 years ago
  50. 302938e Merge "CEC: Fix two bugs" into lmp-dev by Jinsuk Kim · 10 years ago
  51. 1f8d1c57 CEC: Fix two bugs by Jinsuk Kim · 10 years ago
  52. 61daf6b Hook up device power status change to TIF by Jungshik Jang · 10 years ago
  53. 5008486 CEC: Content observer to handle TV Setting update by Jinsuk Kim · 10 years ago
  54. 410ca9c Implement PowerStatusMonitorAction. by Jungshik Jang · 10 years ago
  55. 61f4fbd Rename HdmiCecDeviceInfo into HdmiDeviceInfo. by Jungshik Jang · 10 years ago
  56. 4fdd0f4 CEC: Hide CEC devices behind non-CEC switch by Jinsuk Kim · 10 years ago
  57. 8e93c84 Prevent hot plug detection action from multiple device polling by Jungshik Jang · 10 years ago
  58. d57ba99 Merge "More tweaks for recording" into lmp-dev by Jungshik Jang · 10 years ago
  59. e9e0f07 More tweaks for recording by Jungshik Jang · 10 years ago
  60. faa49bc Fix bugs on timer recording action. by Jungshik Jang · 10 years ago
  61. fc44e4e Let STB oneTouchPlay on SCREEN_ON event. by Yuncheol Heo · 10 years ago
  62. e5a9337 Implement clear timer. by Jungshik Jang · 10 years ago
  63. 58500f4 CEC: Make deviceSelect to active device a no-op by Jinsuk Kim · 10 years ago
  64. 25c2029 Add the CEC message handler for the standby mode. by Yuncheol Heo · 10 years ago
  65. 7c3a956 Fix bugs in active source command handling in HdmiControl by Jinsuk Kim · 10 years ago
  66. 7e74206 System API HdmiControlService.getActiveSource by Jinsuk Kim · 10 years ago
  67. 43c23e2 Invoke input change listener at path change by Jinsuk Kim · 10 years ago
  68. 26ba7fd Make it pass CECT 11.1.3 System standby by Yuncheol Heo · 10 years ago
  69. 72b7d73 Give clear distinction between active source/active routing path by Jinsuk Kim · 10 years ago
  70. 68bed6c Merge "Add portID information in HdmiCecDeviceInfo" into lmp-dev by Jinsuk Kim · 10 years ago
  71. 2b15201 Add portID information in HdmiCecDeviceInfo by Jinsuk Kim · 10 years ago
  72. 12e5dce Replace osd message for record status with IHdmiRecordCallback. by Jungshik Jang · 10 years ago
  73. b6591b8 Implement OneTouchRecordAction and stop one touch record. by Jungshik Jang · 10 years ago
  74. 49b47bb Invoke device event listeners when clearing CEC devices by Jinsuk Kim · 10 years ago
  75. 5ad5716 Invoke callback for HdmiControlService.deviceSelect() for internal source by Jinsuk Kim · 10 years ago
  76. 377dcbd Hook up system audio mode by Jungshik Jang · 10 years ago
  77. 544b62b Apply hdmi control options to operation by Jinsuk Kim · 10 years ago
  78. 97affee Start system audio initialization mode on new device discovery. by Jungshik Jang · 10 years ago
  79. 09ffc84 Store active source/active port in HdmiControlService when disabled by Jinsuk Kim · 10 years ago
  80. af2acf0 Keep preferred address for HdmiControlService by Jinsuk Kim · 10 years ago
  81. 2c1d7b3 Merge "Handle TODO in SystemAudioActionFromTv." by Yuncheol Heo · 10 years ago
  82. c516d65 Handle TODO in SystemAudioActionFromTv. by Yuncheol Heo · 10 years ago
  83. d05f67f Handle <Feature Abort> after <System Audio Mode Request>. by Yuncheol Heo · 10 years ago
  84. a9f1062 Start address allocation when hdmi cec is re-enabled. by Jungshik Jang · 10 years ago
  85. 7ecfbae Read/Write flags from/to system settings by Jinsuk Kim · 10 years ago
  86. 7468f1d Merge "Revamp HDMI-CEC system audio mode integration with audio service." by Jungshik Jang · 10 years ago
  87. 6f34f5a Revamp HDMI-CEC system audio mode integration with audio service. by Jungshik Jang · 10 years ago
  88. c068bb5 Support HdmiControlService.sendKeyEvent for both TV/playback device by Jinsuk Kim · 10 years ago
  89. 4fc1d10 Revamp disabling device in local device. by Jungshik Jang · 10 years ago
  90. b69aafbf Hook up missing volume-change with AudioManager. by Jungshik Jang · 10 years ago
  91. 75a77e7 Add HdmiCecMessageValidator to verify the incoming messages. by Yuncheol Heo · 10 years ago
  92. 255edb5 Merge "Fix broken build." by Jungshik Jang · 10 years ago
  93. 8866c81 Fix broken build. by Jungshik Jang · 10 years ago
  94. 8f2ed35 Handle <Set Osd Name> in TV. by Jungshik Jang · 10 years ago
  95. c4ae64d Merge "Intent definition for HdmiControlService for OSD display" by Jinsuk Kim · 10 years ago
  96. 24c23c1 Remove a TODO checking device power. by Jungshik Jang · 10 years ago
  97. c7eba0f Intent definition for HdmiControlService for OSD display by Jinsuk Kim · 10 years ago
  98. 119160a Add vendor-specific command API for HdmiControl by Jinsuk Kim · 10 years ago
  99. b38cd68 Update HdmiControlService.deviceSelect() by Jinsuk Kim · 10 years ago
  100. c0c20d0 Removed class HdmiCec by Jinsuk Kim · 10 years ago