1. 377e6be Merge "Fix HdmiCecLocalDevice concurrent access" am: 549082991d am: 1494c01109 by Dan Zhang · 6 years ago
  2. a36dc62 Frameworks: Annotate trivial @GuardedBy in services/core by Andreas Gampe · 6 years ago
  3. c4426af Fix HdmiCecLocalDevice concurrent access by Shuichi.Noguchi · 7 years ago
  4. 1d5e2c3 Merge "Fix <Report Audio Status> update" by Dan Zhang · 7 years ago
  5. 6ecaac4 Merge "Fix OTP performance with no Vendor ID device" by Dan Zhang · 7 years ago
  6. fca5ee0 Merge "Fix NPE by pressing Volume Up/Down" by Dan Zhang · 7 years ago
  7. fbb50bc Fix illegal volume value issue by Shuichi.Noguchi · 7 years ago
  8. 68e1f17 Fix OTP performance with no Vendor ID device by Shuichi.Noguchi · 7 years ago
  9. 67ed2e9 Fix <Report Audio Status> update by Shuichi.Noguchi · 7 years ago
  10. ad91e7e Fix NPE by pressing Volume Up/Down by Shuichi.Noguchi · 7 years ago
  11. c9c0923 Start ARC action when setSystemAudioMode by Sungsoo Lim · 7 years ago
  12. 5ab0243 Only require that system UIDs tag their sockets. by Jeff Sharkey · 7 years ago
  13. fe9a53b Consistent dump() permission checking. by Jeff Sharkey · 7 years ago
  14. c1fa9af CEC: Revisit the behavior of HDMI_SYSTEM_AUDIO_ENABLED by Donghyun Cho · 8 years ago
  15. 2601f8d Enable/disable system audio mode by changing the setting value by Donghyun Cho · 8 years ago
  16. b351564 CEC: Add a method to control standby mode of the device by Donghyun Cho · 7 years ago
  17. ca4964c Replace com.android.internal.util.Predicate with java.util.function.Predicate by Paul Duffin · 7 years ago
  18. 88909ce CEC: Use isConnected() to check ARC transmission feasibility by Donghyun Cho · 8 years ago
  19. d12655b Merge "CEC: Revive a standby handler" by Donghyun Cho · 8 years ago
  20. afd26a2 CEC: Revive a standby handler by Donghyun Cho · 8 years ago
  21. 6561845 CEC: Ignore audio status update when system audio mode is off by Donghyun Cho · 8 years ago
  22. 0b485b2 CEC: Dump recent message history for better logging by Donghyun Cho · 8 years ago
  23. 7609bc3 Enable sendKeyEvent() for all types of devices by Donghyun Cho · 8 years ago
  24. bc6e372 tv.cec: Update framework code to call Treble HAL by Donghyun Cho · 8 years ago
  25. 036b59e CEC: Check standby action availability before request for sleep mode am: 02920a08e1 am: 02d3fff62d by Donghyun Cho · 8 years ago
  26. 02920a0 CEC: Check standby action availability before request for sleep mode by Donghyun Cho · 8 years ago
  27. dbf9f9c CEC: Change the logical address allocation policy by Donghyun Cho · 8 years ago
  28. 4853d65 Merge "CEC: Defer CEC actions until logical address is available" into nyc-dev by Donghyun Cho · 8 years ago
  29. fc462b9 CEC: Defer CEC actions until logical address is available by Donghyun Cho · 8 years ago
  30. c21f63a CEC: Update system audio mode based on the current status of AVR by Donghyun Cho · 8 years ago
  31. 455f09d CEC: Handle <Active Source> from AVR properly by Donghyun Cho · 8 years ago
  32. fbbeb3e CEC: Remove listener records only if they are currently used by Donghyun Cho · 8 years ago
  33. 9ccff51 Don't broadcast <Standby> message during shutdown when setting is disabled by Donghyun Cho · 8 years ago
  34. 205fa2a Turn on HDMI-related logs conditionally for better debugging by Donghyun Cho · 8 years ago
  35. b71b548 Merge "HdmiControlService does not broadcast CEC <standby> message on shutdown" into nyc-dev by Donghyun Cho · 8 years ago
  36. 3059556 HdmiControlService does not broadcast CEC <standby> message on shutdown by Rob McConnell · 8 years ago
  37. a09256c Add a system property for the 'Set Menu Language' feature of CEC by Donghyun Cho · 8 years ago
  38. dd371ec CEC: Prevent NPE on HDMI_CONTROL_AUTO_DEVICE_OFF_ENABLED change by Terry Heo · 9 years ago
  39. 0ab3779 CEC: Replace determistic mute commands by Jinsuk Kim · 9 years ago
  40. b96bccf CEC: Validate <Vendor Command> correctly by Jinsuk Kim · 9 years ago
  41. cb80287 CEC: Queue up callbacks to handle on final result by Jinsuk Kim · 9 years ago
  42. c854c95 CEC: Comment for clarification of <Text View On> by Jinsuk Kim · 9 years ago
  43. a22d77e CEC: Check validity of tvinput id by Terry Heo · 9 years ago
  44. f98b9e8 CEC: Process missing port/device select request by Jinsuk Kim · 9 years ago
  45. 280a64e Improve tracking of screen on reasons. by Dianne Hackborn · 9 years ago
  46. 8ea452e CEC: Do not switch language if the new one is same as the old one by Jinsuk Kim · 9 years ago
  47. 795415b CEC: Handle <Set Menu Language> message on playback devices by Terry Heo · 10 years ago
  48. f2fb0e73 Merge "CEC: Remove obsolete TODOs" into mnc-dev by Jinsuk Kim · 9 years ago
  49. 4d5648b CEC: Remove obsolete TODOs by Jinsuk Kim · 9 years ago
  50. e6e8f3d CEC: Let playback device send <Standby> upon power off by Jinsuk Kim · 9 years ago
  51. 1c86159 Merge "CEC: Update ARC feature flag on hotplug" into mnc-dev by Jinsuk Kim · 9 years ago
  52. 37f5bc28 CEC: Update ARC feature flag on hotplug by Jinsuk Kim · 9 years ago
  53. dd0f396 Merge "CEC: Make wakeup on hotplug optional" into mnc-dev by Jinsuk Kim · 9 years ago
  54. 659c486 CEC: Make wakeup on hotplug optional by Jinsuk Kim · 9 years ago
  55. 7cc51c6 CEC: Reset active source/path before going into standby by Jinsuk Kim · 9 years ago
  56. b349213 Merge "CEC: Check port id for ARC status update on hotplug" by Jinsuk Kim · 9 years ago
  57. a6d5dad CEC: Check port id for ARC status update on hotplug by Jinsuk Kim · 9 years ago
  58. 7e4b480 CEC: Prevent premature standby process completion by Jinsuk Kim · 9 years ago
  59. f8e24cc Merge "CEC: Do not terminate ARC on send error busy" by Jinsuk Kim · 9 years ago
  60. 0878397 CEC: Do not terminate ARC on send error busy by Jinsuk Kim · 9 years ago
  61. 7b0cf64 CEC: Remove system audio on hotplug by Jinsuk Kim · 9 years ago
  62. 951e3e4 Reset system audio mode on startup rather than on stop. by Wally Yau · 9 years ago
  63. d35dfb6 Merge "CEC: Let arc termination start before standby" by Jinsuk Kim · 9 years ago
  64. 1139559 Merge "CEC: Support arc feature flag for multiple ports" by Jinsuk Kim · 9 years ago
  65. 04f813c CEC: Back up active input correctly against repeated active source commands by Jinsuk Kim · 9 years ago
  66. 5bcf5bf CEC: Support arc feature flag for multiple ports by Jinsuk Kim · 9 years ago
  67. a5445ce CEC: Let arc termination start before standby by Jinsuk Kim · 9 years ago
  68. c45fd20 Merge "CEC: Do not send <ARC Terminated> when init request gets rejected" by Jinsuk Kim · 9 years ago
  69. 71651d3 CEC: Do not send <ARC Terminated> when init request gets rejected by Jinsuk Kim · 9 years ago
  70. 1ad5cc3 Merge "Enable selecting device whose power status is not on" by Jinsuk Kim · 9 years ago
  71. 6b2a617 Enable selecting device whose power status is not on by Yu.Ishihara · 9 years ago
  72. 9b8507c CEC: Explicitly turn on screen for remote control passthrough by Jinsuk Kim · 9 years ago
  73. 8d115eb CEC: Expose API sendStandby() by Jinsuk Kim · 9 years ago
  74. 2da02a2 Merge "CEC: Do not start queued actions for TV device" by Jinsuk Kim · 9 years ago
  75. 08c7116 Remove unused imports in frameworks/base. by John Spurlock · 9 years ago
  76. 736c307 CEC: Do not start queued actions for TV device by Jinsuk Kim · 9 years ago
  77. 757c097 CEC: Switch ARC hardware circuit before device update by Jinsuk Kim · 9 years ago
  78. bad8393 CEC: Define a system property to keep playback device awake by Jinsuk Kim · 9 years ago
  79. 10804eb Add additional info to AudioPort for enum/selection API. by Paul McLean · 9 years ago
  80. 3457ae4 Merge "Revert "CEC: Let playback device switch TV input after bootup"" into lmp-mr1-dev by Jinsuk Kim · 9 years ago
  81. 4361549 Revert "CEC: Let playback device switch TV input after bootup" by Jinsuk Kim · 9 years ago
  82. 9c5ccc3 Merge "CEC: Discard key event to itself" into lmp-mr1-dev by Jinsuk Kim · 9 years ago
  83. 454fab5 CEC: Discard key event to itself by Jinsuk Kim · 9 years ago
  84. 3f92347 Merge "CEC: Add CEC device upon receiving <Report Physical Address>" into lmp-mr1-dev by Jinsuk Kim · 9 years ago
  85. 0760011 CEC: Ensure stable AVR connection by Jinsuk Kim · 9 years ago
  86. 2ee0d6f CEC: Stop ARC if hotplug event is asserted low by Jinsuk Kim · 9 years ago
  87. 7640d98 CEC: Fix a regression bug by Jinsuk Kim · 9 years ago
  88. 7cd4a58 CEC: Add CEC device upon receiving <Report Physical Address> by Jinsuk Kim · 9 years ago
  89. c9914a2 CEC: Let <Active Source> from the active source work by Jinsuk Kim · 9 years ago
  90. 56c119a Merge "CEC: Handles initiation of press-and-hold correctly" into lmp-mr1-dev by Jinsuk Kim · 10 years ago
  91. c4228a7 CEC: Handles initiation of press-and-hold correctly by Jinsuk Kim · 10 years ago
  92. 76cf035 Merge "CEC: Add logic to return to internal source" into lmp-mr1-dev by Jinsuk Kim · 10 years ago
  93. cb8661c CEC: Add logic to return to internal source by Jinsuk Kim · 10 years ago
  94. 8913a0e CEC: Let playback device switch TV input after bootup by Jinsuk Kim · 10 years ago
  95. f23829d Merge "CEC: Switch active input after routing control" into lmp-mr1-dev by Jinsuk Kim · 10 years ago
  96. 337ce19 CEC: Switch active input after routing control by Jinsuk Kim · 10 years ago
  97. 5b8cb00 CEC: Process new options for CEC/MHL HAL by Jinsuk Kim · 10 years ago
  98. d47abef CEC: Make TV try to allocate logical address 0 first by Jinsuk Kim · 10 years ago
  99. 2ab6d9f CEC: Do not send <Active Source> when TV wakes up by one touch play by Jinsuk Kim · 10 years ago
  100. 964c00d CEC: Buffer Cec messages while allocating logical address by Jinsuk Kim · 10 years ago