1. 72998ae Merge "AudioTrack: Update javadoc" into rvc-dev by Andy Hung · 4 years ago
  2. 7bfb0c3 Merge "Prevent unnecessary call of setBluetoothA2dpOn(false)" into rvc-dev by Sungsoo Lim · 4 years ago
  3. c8f4a8a Merge "System routes are not automatically exposed" into rvc-dev by Kyunglyul Hyun · 4 years ago
  4. e1b8006 Handle multiple active bluetooth devices by Kyunglyul Hyun · 4 years ago
  5. c1bd8cb AudioTrack: Update javadoc by Andy Hung · 4 years ago
  6. 7e1b558 Merge "media: fix race condition on async release" into rvc-dev by Wonsik Kim · 4 years ago
  7. e37ef4b media: fix race condition on async release by Wonsik Kim · 4 years ago
  8. c036350 System routes are not automatically exposed by Kyunglyul Hyun · 4 years ago
  9. c266b03 Merge "Fix MediaEvent release issue" into rvc-dev by TreeHugger Robot · 4 years ago
  10. 0ea6531 Prevent unnecessary call of setBluetoothA2dpOn(false) by Sungsoo Lim · 4 years ago
  11. 6edbf48 Merge "Log transferring and fix verbose system logs" into rvc-dev by Kyunglyul Hyun · 4 years ago
  12. c84fe12 Fix MediaEvent release issue by shubang · 4 years ago
  13. f9ad0f6 Refresh mFilteredRoutes when routes are changed by Kyunglyul Hyun · 4 years ago
  14. a464837 Log transferring and fix verbose system logs by Kyunglyul Hyun · 4 years ago
  15. ac9df10 Clear preferred feature when unregistering MediaRouter2 by Hyundo Moon · 4 years ago
  16. 70b9d34 Merge "Reset app routes when global a2dp state changed" into rvc-dev by TreeHugger Robot · 4 years ago
  17. 6d8d91d Merge "MediaRouter2: Prevent printing same logs from different lines" into rvc-dev by Hyundo Moon · 4 years ago
  18. 07e4031 Reset app routes when global a2dp state changed by Sungsoo Lim · 4 years ago
  19. 369be95 MediaRouter2: Prevent printing same logs from different lines by Hyundo Moon · 4 years ago
  20. 55e5ac8 Merge "Add address to MediaRoute2Info" into rvc-dev by Kyunglyul Hyun · 4 years ago
  21. f3ff3de Merge "Prevent abuse of MediaRoute2ProviderService#notifyRequestFailed()" into rvc-dev by Hyundo Moon · 4 years ago
  22. 3917b72 Merge changes Ibf4ecdb4,I1e4adf9f into rvc-dev by Ytai Ben-tsvi · 4 years ago
  23. 1ea19b1 Add address to MediaRoute2Info by Kyunglyul Hyun · 4 years ago
  24. 7caef40a Support null audio format in recognition event by Ytai Ben-Tsvi · 4 years ago
  25. 275248d Merge "media: further resource cleanup for async release" into rvc-dev by TreeHugger Robot · 4 years ago
  26. 9b5e392 Prevent abuse of MediaRoute2ProviderService#notifyRequestFailed() by Hyundo Moon · 4 years ago
  27. 5aacc569 Merge "MediaRouter2: Add missing synchronized(sRouterLock) block" into rvc-dev by Hyundo Moon · 4 years ago
  28. 2950ebf Merge "Add MediaRouterManager.Callback#onSessionReleased" into rvc-dev by TreeHugger Robot · 4 years ago
  29. fe7b5b1 Add MediaRouterManager.Callback#onSessionReleased by Kyunglyul Hyun · 4 years ago
  30. d4ce4e3 media: further resource cleanup for async release by Wonsik Kim · 4 years ago
  31. 5098005 Merge "Adding lock to sendEventFromNative" into rvc-dev by Hayden Gomes · 4 years ago
  32. e3767bd Merge "Ignore transfer to an unknown route" into rvc-dev by TreeHugger Robot · 4 years ago
  33. 6b1cfce Merge "Notify a failure on transfer timeout" into rvc-dev by TreeHugger Robot · 4 years ago
  34. 23a9e17 MediaRouter2: Add missing synchronized(sRouterLock) block by Hyundo Moon · 4 years ago
  35. ebb7ae6 Merge "MediaRouter2: Sync routes when first RouteCallback is registered" into rvc-dev by Hyundo Moon · 4 years ago
  36. 14e3bd0 Adding lock to sendEventFromNative by Hayden Gomes · 4 years ago
  37. 8df5fb6 Notify a failure on transfer timeout by Kyunglyul Hyun · 4 years ago
  38. bc63327 MediaRouter2: Sync routes when first RouteCallback is registered by Hyundo Moon · 4 years ago
  39. 7daf2ca Merge "Merge "Fix TvRecordingClient api issues" am: cce2ca958e am: f7cbbae9e4" into rvc-dev-plus-aosp am: 14bd7ccbb0 am: f9061f953d am: 4276a00208 by Automerger Merge Worker · 4 years ago
  40. 084e747 Merge changes I9f8ce2e5,I3142b073 into rvc-dev by Henry Fang · 4 years ago
  41. 0eadc17 Merge "Fix MediaRoute2ProviderService TODOs" into rvc-dev by Kyunglyul Hyun · 4 years ago
  42. fd40c07 Add the metrics for status of open cas session by Henry Fang · 4 years ago
  43. 1ae85bb Add the metrics for DVR status by Henry Fang · 4 years ago
  44. a3be2de Ignore transfer to an unknown route by Kyunglyul Hyun · 4 years ago
  45. 322b748 Merge "Update docs for MediaProjectionManager.getMediaProjection" into rvc-dev by Jing Ji · 4 years ago
  46. fd7b013 Update docs for MediaProjectionManager.getMediaProjection by Jing Ji · 4 years ago
  47. d344655 Fix MediaRoute2ProviderService TODOs by Kyunglyul Hyun · 4 years ago
  48. 5c8f3b2 Merge "Add bug numbers for TODOs in MediaRouter2 related classes" into rvc-dev by Hyundo Moon · 4 years ago
  49. 09e865b SoundPool: fix fcntl argument by Andy Hung · 4 years ago
  50. 7360685 Merge "SoundPool: Fix verbose logging compilation" into rvc-dev by Andy Hung · 4 years ago
  51. ce8e6da SoundPool: Fix verbose logging compilation by Andy Hung · 4 years ago
  52. 0f78fc6 Add bug numbers for TODOs in MediaRouter2 related classes by Hyundo Moon · 4 years ago
  53. 3744bcd Load video thumbnails using ARGB_8888 for quality. by Jeff Sharkey · 4 years ago
  54. dc53f28 Merge "media: fix JNI call for 32-bit" into rvc-dev by Wonsik Kim · 4 years ago
  55. d319a44 media: fix JNI call for 32-bit by Wonsik Kim · 4 years ago
  56. a5dc451 Merge "Complete CryptoInfo.toString" into rvc-dev by Santiago Seifert · 4 years ago
  57. e5cc58f Complete CryptoInfo.toString by Santiago Seifert · 4 years ago
  58. 8b5bc1f Merge "SoundPool: Add clang-tidy and fix" into rvc-dev by Andy Hung · 4 years, 1 month ago
  59. 77eb2bd SoundPool: Add clang-tidy and fix by Andy Hung · 4 years, 1 month ago
  60. 1dc1337 Tuner API: make DvrPlayback.attach/detachFilter no-ops by shubang · 4 years, 1 month ago
  61. f49fa1a Merge "Add support for TvInputManager.acquireTvInputHardware CTS" into rvc-dev by TreeHugger Robot · 4 years, 1 month ago
  62. 491eaba Tuner FW: fix filter type check. by shubang · 4 years, 1 month ago
  63. 7c70160 Fix volume key handling for key press repeat by Jean-Michel Trivi · 4 years, 10 months ago
  64. 7b42f2d Merge "Tuner JNI: fix filter.read and DvrSettings" into rvc-dev by TreeHugger Robot · 4 years, 1 month ago
  65. e8cb82c Tuner JNI: fix filter.read and DvrSettings by shubang · 4 years, 1 month ago
  66. 803c315 AudioService: permission for volume adjustment to lowest values by Jean-Michel Trivi · 4 years, 1 month ago
  67. d026dff Merge "Added 1st atom for Tuner Metrics" into rvc-dev by Henry Fang · 4 years, 1 month ago
  68. 7f42b75 Merge "MediaMuxer:Maintain proper state after stop()" into rvc-dev by Gopalakrishnan Nallasamy · 4 years, 1 month ago
  69. 33db908 Merge "media: fix encrypted buffer handling" into rvc-dev by Wonsik Kim · 4 years, 1 month ago
  70. 123e60e MediaMuxer:Maintain proper state after stop() by Gopalakrishnan Nallasamy · 4 years, 1 month ago
  71. bf01a79 Merge "AudioService AudioDeviceBroker: fix speakerphone control" into rvc-dev by Eric Laurent · 4 years, 1 month ago
  72. 3aad0ad AudioService AudioDeviceBroker: fix speakerphone control by Eric Laurent · 4 years, 1 month ago
  73. f7069ce media: fix encrypted buffer handling by Wonsik Kim · 4 years, 1 month ago
  74. d5f402b Have IMMS report IME UID to AudioService by Yohei Yukawa · 4 years, 1 month ago
  75. 5f8498b Add support for TvInputManager.acquireTvInputHardware CTS by Amy Zhang · 4 years, 1 month ago
  76. e316ab6 Added 1st atom for Tuner Metrics by Henry Fang · 4 years, 2 months ago
  77. b3d4b64 Grant SYSTEM_ALERT_WINDOW during screen capture. by Alan Stokes · 4 years, 2 months ago
  78. 81fd503 Merge "MediaRouter2: Fix getRoutes() returning an empty list" into rvc-dev by TreeHugger Robot · 4 years, 1 month ago
  79. 15cd47e Merge "Make MediaRouter2Manager connect to the system ASAP" into rvc-dev by Kyunglyul Hyun · 4 years, 1 month ago
  80. ef682fd MediaRouter2: Fix getRoutes() returning an empty list by Hyundo Moon · 4 years, 1 month ago
  81. ccb9587 Make MediaRouter2Manager connect to the system ASAP by Kyunglyul Hyun · 4 years, 1 month ago
  82. 5681f3e Merge "Add WindowMetricsHelper" into rvc-dev by Charles Chen · 4 years, 1 month ago
  83. 24e5380 MediaCodec: check init status before operations by Wonsik Kim · 4 years, 1 month ago
  84. acc2aca Merge "Support query encapsulation information." into rvc-dev by Jiabin Huang · 4 years, 1 month ago
  85. 45512bb Filter selectable/deselectable routes by Kyunglyul Hyun · 4 years, 1 month ago
  86. 52c3a74 Support query encapsulation information. by jiabin · 4 years, 1 month ago
  87. 65c14fe Merge "AudioMetadata: Translate KEY_ATMOS_PRESENT for JNI" into rvc-dev by Andy Hung · 4 years, 1 month ago
  88. 0de2505 Merge "Introduce APIs to deal with RCN case" into rvc-dev by Kyunglyul Hyun · 4 years, 1 month ago
  89. db7fd16 AudioMetadata: Translate KEY_ATMOS_PRESENT for JNI by Andy Hung · 4 years, 1 month ago
  90. 8a02894 Merge "Clean up MediaRouter2Manager" into rvc-dev by Kyunglyul Hyun · 4 years, 1 month ago
  91. e2dbbf7 Introduce APIs to deal with RCN case by Kyunglyul Hyun · 4 years, 1 month ago
  92. fa6f06d Clean up MediaRouter2Manager by Kyunglyul Hyun · 4 years, 1 month ago
  93. a224944 Complete the acquireHardware API implementation in the TvInputHardwareManager by Amy Zhang · 4 years, 1 month ago
  94. f765984 Bluetooth MIDI test: flush packets by Phil Burk · 4 years, 2 months ago
  95. 49f329c Add WindowMetricsHelper by Charles Chen · 4 years, 4 months ago
  96. 88d565e Update inner class constructor refs to use proper syntax. by Andrew Sapperstein · 4 years, 1 month ago
  97. 8fe35e5 Fix broken @see tags in public documentation. by Andrew Sapperstein · 4 years, 1 month ago
  98. f545a3a MTP: media info can not be retrieved via MTP#2 by James Wei · 4 years, 1 month ago
  99. c8a654c Merge "RELAND: "media: lazy MediaCodec.release()"" into rvc-dev by Wonsik Kim · 4 years, 1 month ago
  100. 40f632b Merge "BluetoothMidiService: remove java_api_finder tag" into rvc-dev by TreeHugger Robot · 4 years, 1 month ago