1. ee32ede TIF: Release an existing audio patch before creating a new one by Jae Seo · 8 years ago
  2. 4a3a601 Revert "TIF: add signal detection feature for HW inputs" by Dongwon Kang · 8 years ago
  3. 8d718e1 TIF: Add information of TvInputHardwareManager to dumpsys by yangren · 8 years ago
  4. 1abbbcd TIF: Add Hardware prefix to method/member names for better readability by Jae Seo · 8 years ago
  5. 4df9801 Merge "Exclude input devices when finding sinks from audio policy." by Takayuki Hoshi · 9 years ago
  6. 102d0b7 TIF: add signal detection feature for HW inputs by Wonsik Kim · 9 years ago
  7. ad36f647 Exclude input devices when finding sinks from audio policy. by Wally Yau · 9 years ago
  8. 6e4cbfd TIF: Minor code improvement by Jae Seo · 9 years ago
  9. 93ff14b TIF: Use the right size for calls to toArray() instead of 0 by Jae Seo · 9 years ago
  10. 38b3257 TIF: Convert fields to local variables by Jae Seo · 9 years ago
  11. ee5ad72 Audio: Remove the concept of master volume. by John Spurlock · 9 years ago
  12. 08c7116 Remove unused imports in frameworks/base. by John Spurlock · 9 years ago
  13. ceb47aa Changing AudioManager.listAudioDevicePorts to take a ArrayList<AudioDevicePort> argument. by Paul McLean · 9 years ago
  14. 485e7e1 TIF: fix loud volume after input switch when volume is 0 by Wonsik Kim · 9 years ago
  15. b2b85f9 TIF: TvInputHardwareManager puts multiple sink ports into audio patch by Wonsik Kim · 9 years ago
  16. 017bb85 DO NOT MERGE TIF: Add a null checking in TvInputHardwareManager. by Dongwon Kang · 10 years ago
  17. 98d760e CEC: Let the caller check CEC device type by Jinsuk Kim · 10 years ago
  18. 49e5593 TIF: TvInputHardwareManager to listen to volume changes by Wonsik Kim · 10 years ago
  19. 7edaf55 Merge "TIF: fix setSurface() logic" into lmp-mr1-dev by Jae Seo · 10 years ago
  20. 59d3669 Merge "TIF: set audio gain properly" into lmp-mr1-dev by Wonsik Kim · 10 years ago
  21. 102670f TIF: fix setSurface() logic by Wonsik Kim · 10 years ago
  22. 71dfa96 TIF: set audio gain properly by Wonsik Kim · 10 years ago
  23. b683e6e TIF: fix NPE for TvInputHardwareManager by Wonsik Kim · 10 years ago
  24. 5b820a8 Fix build by Wonsik Kim · 10 years ago
  25. 470b77b Merge "TIF: change input state based on the number of available streams" into lmp-mr1-dev by Wonsik Kim · 10 years ago
  26. 8f24a8b TIF: fix wrong config comparison & confusing method name by Wonsik Kim · 10 years ago
  27. 9a10365 TIF: change input state based on the number of available streams by Wonsik Kim · 10 years ago
  28. 08f1ab0 CEC: Do not publish the service if native/HAL is not ready by Jinsuk Kim · 10 years ago
  29. 184a6d6 TIF: fix NPE at onHdmiDeviceUpdated() by Wonsik Kim · 10 years ago
  30. aa4b0d8 TIF: fix retrieving sinkConfig by Wonsik Kim · 10 years ago
  31. 44bb3a5 Add null-check for system audio mode change event. by Jungshik Jang · 10 years ago
  32. cf44587 Use id to find proper HdmiDeviceInfo instead of ojbect itself. by Jungshik Jang · 10 years ago
  33. 5b1caaf TIF: Fix some comment warnings by Jae Seo · 10 years ago
  34. 98f4c16 Merge "CEC: Replace the usage of logical address with id for HdmiDeviceInfo" into lmp-dev by Jinsuk Kim · 10 years ago
  35. 8960d1b CEC: Replace the usage of logical address with id for HdmiDeviceInfo by Jinsuk Kim · 10 years ago
  36. e92f857 TIF: handle HDMI CEC power status change by Wonsik Kim · 10 years ago
  37. 7587d29 TIF: small refactoring around audio configuration update by Wonsik Kim · 10 years ago
  38. d38bf47 Move input change event handling out of TVInputManager by Jinsuk Kim · 10 years ago
  39. 1f819bb Add IHdmiSystemAudioModeChangeListner to TvInputHardwareManager. by Jungshik Jang · 10 years ago
  40. 61daf6b Hook up device power status change to TIF by Jungshik Jang · 10 years ago
  41. 546c635 TIF: Change CEC specific names to more general ones by Jae Seo · 10 years ago
  42. 61f4fbd Rename HdmiCecDeviceInfo into HdmiDeviceInfo. by Jungshik Jang · 10 years ago
  43. 06c41a3 TIF: TvInputHardwareManager to listen to audio port changes by Wonsik Kim · 10 years ago
  44. 58500f4 CEC: Make deviceSelect to active device a no-op by Jinsuk Kim · 10 years ago
  45. 8e45a33 TIF: implement setVolume for hardware inputs by Wonsik Kim · 10 years ago
  46. ca17a90 TIF: allow TIS to override default sink from audio policy by Wonsik Kim · 10 years ago
  47. d922a54 TIF: ensure hardware / CEC event calling sequence by Wonsik Kim · 10 years ago
  48. b2b3151 Send TV app the intent for the new active source by Jinsuk Kim · 10 years ago
  49. 4c52697 TIF: Support HDMI-CEC active source management by Ji-Hwan Lee · 10 years ago
  50. c086a3d Add a frame capture API of TV input by Terry Heo · 10 years ago
  51. fe9259e TIF: Revisit types in TvInputInfo and TvContract.Channels. by Dongwon Kang · 10 years ago
  52. 469085e Revert "Send TV app the intent for the new active source" by Jinsuk Kim · 10 years ago
  53. 0f68d62 Send TV app the intent for the new active source by Jinsuk Kim · 10 years ago
  54. 38feae9 TIF: fix indexOfValue usage by Wonsik Kim · 10 years ago
  55. 4f9f57c TIF: Extend multiple TV input per service for HDMI logical devices by Ji-Hwan Lee · 10 years ago
  56. 7474fac TIF: Register IHdmiInputChangeListener to physical input manager by Jinsuk Kim · 10 years ago
  57. 610ccd9 TIF: misc fix for TvInputHal by Wonsik Kim · 10 years ago
  58. 187423c TIF: one-to-many relationship for TvInputService to TvInputInfo by Wonsik Kim · 10 years ago
  59. 969167d TIF: Revisit availability changes by Wonsik Kim · 10 years ago
  60. 839ae5f TIF: Let TvInputHal handle multiple streams by Wonsik Kim · 10 years ago
  61. d7c2918 TvInputHardware: Integration with audio framework changes by Wonsik Kim · 10 years ago
  62. e7ae0ce TvInputHardwareManager: Fix Integer conversion error by Wonsik Kim · 10 years ago
  63. d5cc4a2 Put TV Input Framework under android.media.tv, including TvContract by Jae Seo · 10 years ago
  64. c22dbb6 Revert "Revert "Add physical TV input handling to TvInputManagerService"" by Wonsik Kim · 10 years ago