1. 3ae6acd Merge "Add MidiManager to public API" by Mike Lockwood · 9 years ago
  2. 5609a32 am 0d22633e: am 62632e25: Merge "Handle NULL keys and NULL values in MediaDrm JNI HashMap" by Jeff Tinker · 9 years ago
  3. 78d08ee Merge "VolumePolicy: Debounce adjustments from vibrate->silent." by John Spurlock · 9 years ago
  4. 62632e2 Merge "Handle NULL keys and NULL values in MediaDrm JNI HashMap" by Jeff Tinker · 9 years ago
  5. 81b9f7d Add MidiManager to public API by Mike Lockwood · 9 years ago
  6. 4011e20 Merge "MidiDeviceInfo meta-data improvements:" by Mike Lockwood · 9 years ago
  7. 07e7243 VolumePolicy: Debounce adjustments from vibrate->silent. by John Spurlock · 9 years ago
  8. b6e19e3 AudioService: Define minimum levels for volume streams. by John Spurlock · 9 years ago
  9. 63b9e82 Merge "Volume policy updates." by John Spurlock · 9 years ago
  10. a80ac05 resolved conflicts for merge of 42f55d1e to master by Marco Nelissen · 9 years ago
  11. f2cd802 MidiDeviceInfo meta-data improvements: by Mike Lockwood · 9 years ago
  12. 67cf4a0 Merge "drm: add EVENT_SESSION_RECLAIMED for resource manager." by Ronghua Wu · 9 years ago
  13. a48d779 Volume policy updates. by John Spurlock · 9 years ago
  14. 9087433 AudioService: Write base stream volume changes to the event log. by John Spurlock · 9 years ago
  15. 57baee2 Merge "MidiManager: Add MIDI device status notifications" by Mike Lockwood · 9 years ago
  16. 70bea13 Merge "MidiDevice: Add support for making direct connections between ports" by Mike Lockwood · 9 years ago
  17. 5ff9e2a MidiManager: Add MIDI device status notifications by Mike Lockwood · 9 years ago
  18. 46326e5 MidiDevice: Add support for making direct connections between ports by Mike Lockwood · 9 years ago
  19. 926ebb8 Fix context leak by Marco Nelissen · 9 years ago
  20. 22e78c6 Merge "Add MidiReceiver.send() and MidiReceiver.getMaxMessageSize()" by Mike Lockwood · 9 years ago
  21. 0c7342f Add MidiReceiver.send() and MidiReceiver.getMaxMessageSize() by Mike Lockwood · 9 years ago
  22. c9a245a am debf5a09: am c2826fb9: am 3d333c74: Merge "Fix typos in AudioManager javadoc" by Narayan Kamath · 9 years ago
  23. c2826fb am 3d333c74: Merge "Fix typos in AudioManager javadoc" by Narayan Kamath · 9 years ago
  24. bc68256 Fix typos in AudioManager javadoc by Eemi Haukkala · 9 years ago
  25. 7f602b7 Merge "MIDI Manager changes:" by Mike Lockwood · 9 years ago
  26. a080050 Merge "Revert "soundpool: reuse channel for same sample if available"" by Glenn Kasten · 9 years ago
  27. 01771a9 Merge "Revert "soundpool: update sample rate when reusing audiotrack"" by Glenn Kasten · 9 years ago
  28. 0e9a8f6 Merge "Fix SoundPool playback of multichannel files." by Andy Hung · 9 years ago
  29. 62d9670 Merge "Add DEPTH image formats, support in ImageReader" by Eino-Ville Talvala · 9 years ago
  30. 68c265c Merge "enable FM tuner and hotword capture for system apps." by Eric Laurent · 9 years ago
  31. 805f3c9 Add DEPTH image formats, support in ImageReader by Eino-Ville Talvala · 9 years ago
  32. 00a0092 enable FM tuner and hotword capture for system apps. by Eric Laurent · 9 years ago
  33. be215dd MIDI Manager changes: by Mike Lockwood · 9 years ago
  34. 864005b Camera2: Remove unused parameters in ICameraDeviceUser#createStream by Eino-Ville Talvala · 9 years ago
  35. 18c225d Revert "soundpool: reuse channel for same sample if available" by Glenn Kasten · 9 years ago
  36. b801f73 Revert "soundpool: update sample rate when reusing audiotrack" by Glenn Kasten · 9 years ago
  37. d73ff87 Merge changes Ib5cc22db,I93e0c449,I65cd4cfd,I1cef3bd4,I628c0468 by Mike Lockwood · 9 years ago
  38. a1c3516 Fix SoundPool playback of multichannel files. by Andy Hung · 9 years ago
  39. 4a3d7ed MIDI Manager: Add explicit close mechanism for input and output ports by Mike Lockwood · 9 years ago
  40. eebc98f MidiDeviceService: Add getDeviceInfo() accessor method by Mike Lockwood · 9 years ago
  41. a92d6e2 Merge "media: update AMessage to use handler instead of handler-id" by Lajos Molnar · 9 years ago
  42. f4faeac Cleanup Bitmap JNI attempt #2 by John Reck · 9 years ago
  43. b9a468e Merge "Revert "Cleanup Bitmap JNI"" by Chad Jones · 9 years ago
  44. c02977e Revert "Cleanup Bitmap JNI" by Chad Jones · 9 years ago
  45. 35da7d9 Merge "Cleanup Bitmap JNI" by John Reck · 9 years ago
  46. b291524 Cleanup Bitmap JNI by John Reck · 9 years ago
  47. 35110d1 Add MidiDevice.close() method so we can clean up our ServiceConnection by Mike Lockwood · 9 years ago
  48. 3b7664589 Make MidiSender and MidiReceiver abstract classes, rename MidiReceiver.post() to receive() by Mike Lockwood · 9 years ago
  49. 63834f4 media: update AMessage to use handler instead of handler-id by Lajos Molnar · 9 years ago
  50. 20821ec Eliminate MidiPort base class for MidiInputPort and MidiOutputPort by Mike Lockwood · 9 years ago
  51. c623ec9 Merge "MidiManager: Virtual MIDI devices are now implemented as Services" by Mike Lockwood · 9 years ago
  52. a6d7209 drm: add EVENT_SESSION_RECLAIMED for resource manager. by Ronghua Wu · 9 years ago
  53. fad60c3 Merge "soundpool: update sample rate when reusing audiotrack" by Glenn Kasten · 9 years ago
  54. 9e9e2f7 Merge "soundpool: reuse channel for same sample if available" by Glenn Kasten · 9 years ago
  55. 75328b7 Merge "Audio: Remove the concept of master volume." by John Spurlock · 9 years ago
  56. ee5ad72 Audio: Remove the concept of master volume. by John Spurlock · 9 years ago
  57. 11fd96d MidiManager: Virtual MIDI devices are now implemented as Services by Mike Lockwood · 9 years ago
  58. a7d57a6 soundpool: update sample rate when reusing audiotrack by Dhananjay Kumar · 9 years ago
  59. 570576b soundpool: reuse channel for same sample if available by Haynes Mathew George · 9 years ago
  60. d93fcf4 MediaPlayer: add setPlaybackRate JAVA API. by Wei Jia · 9 years ago
  61. a0e17fa Merge "CameraManager: implement flashlight controls" by Chien-Yu Chen · 9 years ago
  62. afa9139 CameraManager: implement flashlight controls by Chien-Yu Chen · 9 years ago
  63. 08c7116 Remove unused imports in frameworks/base. by John Spurlock · 9 years ago
  64. cff41ae Merge "MediaRecorder: pass capture fps in float" by Chong Zhang · 9 years ago
  65. b673770 Add MIDI Manager API tweaks: by Mike Lockwood · 9 years ago
  66. fbdee2c MediaRecorder: pass capture fps in float by Chong Zhang · 9 years ago
  67. 7ecd260 Merge "ImageReader: Switch to RAW16 from RAW_SENSOR" by Eino-Ville Talvala · 9 years ago
  68. 64cc1d0 ImageReader: Switch to RAW16 from RAW_SENSOR by Eino-Ville Talvala · 9 years ago
  69. ceb47aa Changing AudioManager.listAudioDevicePorts to take a ArrayList<AudioDevicePort> argument. by Paul McLean · 9 years ago
  70. 83b4059 Merge "Audio Device Enumeration API." by Paul McLean · 9 years ago
  71. 0e4242f Audio Device Enumeration API. by Paul McLean · 9 years ago
  72. 0a7269b Merge "AudioAttributes: introduce new flags to bypass audio restrictions." by John Spurlock · 9 years ago
  73. bbfd31a AudioAttributes: introduce new flags to bypass audio restrictions. by John Spurlock · 9 years ago
  74. 7b9c912 Add @ResourceInt annotations on APIs by Tor Norbye · 11 years ago
  75. a9dfbe8b Volume: Allow dialog to query "muteable" streams. by John Spurlock · 9 years ago
  76. b25334c Merge "Allow sysui-managed remote volume controllers." by John Spurlock · 9 years ago
  77. cdb57ae Allow sysui-managed remote volume controllers. by John Spurlock · 9 years ago
  78. d6686a6 Merge "media: discard duplicate CEA-608 ctrl code" by Chong Zhang · 9 years ago
  79. 9408ce3 am 6da3cc59: am 396f131d: Merge "Fix memory leak" automerge: fb14e77 by Marco Nelissen · 9 years ago
  80. fb14e77 am 6da3cc59: am 396f131d: Merge "Fix memory leak" by Marco Nelissen · 9 years ago
  81. 06524dc Fix memory leak by Marco Nelissen · 9 years ago
  82. 6156017 Move AudioService to services. by John Spurlock · 9 years ago
  83. 7d85bc4 Merge "Delay unmuting on volume down" by RoboErik · 9 years ago
  84. 56a7ed6 media: discard duplicate CEA-608 ctrl code by Chong Zhang · 9 years ago
  85. 5452e25 Delay unmuting on volume down by RoboErik · 9 years ago
  86. fb54267 am 6cad6513: Merge "reset col position to 1 on row PAC" into lmp-mr1-dev automerge: eceae03 by Chong Zhang · 9 years ago
  87. 3968f0c am 6cad6513: Merge "reset col position to 1 on row PAC" into lmp-mr1-dev by Chong Zhang · 9 years ago
  88. 6cad651 Merge "reset col position to 1 on row PAC" into lmp-mr1-dev by Chong Zhang · 9 years ago
  89. 6286f8e reset col position to 1 on row PAC by Chong Zhang · 9 years ago
  90. 5387988 Merge "Make isStreamMute correctly handle master volume devices" by RoboErik · 9 years ago
  91. 26bf3ea Merge "Add additional info to AudioPort for enum/selection API." by Paul McLean · 9 years ago
  92. 951c04b Merge "Use shared value for default muteable streams." by John Spurlock · 9 years ago
  93. 24c0518 Use shared value for default muteable streams. by John Spurlock · 9 years ago
  94. 10804eb Add additional info to AudioPort for enum/selection API. by Paul McLean · 9 years ago
  95. 4fa359e Make isStreamMute correctly handle master volume devices by RoboErik · 9 years ago
  96. 969f070 am 4c49b1fb: am b2d7ca7c: am fd2c1307: Merge "Fix build." by Elliott Hughes · 9 years ago
  97. 4c49b1f am b2d7ca7c: am fd2c1307: Merge "Fix build." by Elliott Hughes · 9 years ago
  98. f953ca2 Fix build. by Elliott Hughes · 9 years ago
  99. 46a9721 Merge "MediaCodecInfo: remove stack trace logspam when querying invalid sizes" by Lajos Molnar · 9 years ago
  100. f33c833 am b86a4558: am 015fdf39: Merge "audio: allow audio port cache update even when audio patches contain invalidated sources/sinks" into lmp-mr1-dev automerge: d7310bd by Wonsik Kim · 9 years ago