1. 211d905 Add use for audio_unique_id_t by Glenn Kasten · 8 years ago
  2. 8ab7280 Audio record notification: report audio device information by Jean-Michel Trivi · 8 years ago
  3. 33fd816 Audio record notification: report client/device configuration by Jean-Michel Trivi · 8 years ago
  4. ba6b4b4 Dynamic audio policies: JNI support for UID rules by Jean-Michel Trivi · 8 years ago
  5. de41d3c Merge changes from topic 'recordingcallback' by Jean-Michel Trivi · 9 years ago
  6. d3c71f0 Audio recording notification API by Jean-Michel Trivi · 9 years ago
  7. f04b84d Add setMasterMono and getMasterMono by Andy Hung · 9 years ago
  8. b57dd72 resolved conflicts for a884d81e to stage-aosp-master by Elliott Hughes · 9 years ago
  9. 76f6a86 constify JNINativeMethod function pointer tables by Daniel Micay · 9 years ago
  10. 2db9437 Better handling of 0-length format conversions in convertAudioPortFromNative(). by Paul McLean · 9 years ago
  11. 4e5e9e9 Map >= 24bit encodings to ENCODING_PCM_FLOAT by Paul McLean · 9 years ago
  12. f29e5f3 Implement channel index masks in AudioDeviceInfo. by Paul McLean · 9 years ago
  13. 0867bed AudioService: indicate system ready to AudioFlinger by Eric Laurent · 9 years ago
  14. 4bcdba8 Implement audio routing callbacks by Eric Laurent · 9 years ago
  15. 5a56109 AudioService receives callback for dynamic policy mix state changes by Jean-Michel Trivi · 9 years ago
  16. 2615afb audio port: support multiple clients by Eric Laurent · 9 years ago
  17. d8812ce Add missing paramater to AudioPort jni initialization. by David Stevens · 9 years ago
  18. 10804eb Add additional info to AudioPort for enum/selection API. by Paul McLean · 10 years ago
  19. 0937897 resolved conflicts for merge of 5196dd04 to lmp-mr1-dev-plus-aosp by Eric Laurent · 10 years ago
  20. 7f5eb9f AudioSystem JNI: Add audio policy custom mixes registration by Eric Laurent · 10 years ago
  21. 7d13d9d resolved conflicts for merge of 3fc5e3ca to lmp-mr1-dev-plus-aosp by Andreas Gampe · 10 years ago
  22. ed6b9df Frameworks/base: Consistency in core/jni by Andreas Gampe · 10 years ago
  23. 3a091b7 resolved conflicts for merge of 8e0cfe7c to lmp-mr1-dev-plus-aosp by Dan Albert · 10 years ago
  24. 582bdf9 am d8c169fe: am 0c437fd3: Merge "Add appropriate casts for char16_t." by Dan Albert · 10 years ago
  25. 8e357bf Merge "Fix clang warnings in core/jni." by Dan Albert · 10 years ago
  26. 112437d9 am a582bd4b: Merge "AudioSystem JNI: fix AudioPortConfig mask usage" into lmp-mr1-dev by Eric Laurent · 10 years ago
  27. 6698749 Add appropriate casts for char16_t. by Dan Albert · 10 years ago
  28. 46d8444 Fix clang warnings in core/jni. by Dan Albert · 10 years ago
  29. 6368a7d AudioSystem JNI: fix AudioPortConfig mask usage by Eric Laurent · 10 years ago
  30. 035a7b0 am 0626ec58: Merge "Frameworks/base: Wall Werror in core/jni" by Andreas Gampe · 10 years ago
  31. 0f0b491 Frameworks/base: Wall Werror in core/jni by Andreas Gampe · 10 years ago
  32. 449c588 audiosystem JNI: check env pointer before use. by Eric Laurent · 10 years ago
  33. 548101c am e5fe7f3f: Merge "Fix android_media_AudioSystem_getMasterMute return type." by Vladimir Marko · 10 years ago
  34. b4b5518 Fix android_media_AudioSystem_getMasterMute return type. by Vladimir Marko · 10 years ago
  35. c1bcdbb Fix android_media_AudioSystem_getMasterMute return type. by Vladimir Marko · 10 years ago
  36. b634e1b AudioSystem: add API to query audio HW sync source by Eric Laurent · 10 years ago
  37. 62dc176 rename AudioSystem::newAudioSessionId() by Eric Laurent · 10 years ago
  38. f44d499 am 19597647: am ff6b0e24: am f1896106: Merge "Fixed VM memory leak in AudioSystem JNI interface" by Elliott Hughes · 10 years ago
  39. 8a21f5d AudioManager: add ability to allocate a new session ID by Jean-Michel Trivi · 10 years ago
  40. 0078c7c AudioSystem JNI: fix audio gain channel count by Eric Laurent · 10 years ago
  41. 3a24199 AudioManager: add audio port gain control by Eric Laurent · 10 years ago
  42. 700e734 audio routing update listener by Eric Laurent · 10 years ago
  43. b69681c AudioSystem: added JNI for routing extensions by Eric Laurent · 10 years ago
  44. b637ccf Fixed VM memory leak in AudioSystem JNI interface by Viorel Suman · 10 years ago
  45. 6bb5cb2 Resolved conflicts for merge of 28c6ec02 to master by Narayan Kamath · 11 years ago
  46. 075e9a1 AArch64: Use long for pointers in media classes by Ashok Bhat · 11 years ago
  47. c94752a Remove I/O handle from get/setParameters parameter list by Glenn Kasten · 11 years ago
  48. dfb881f AudioSystem: new audioflinger restart detection by Eric Laurent · 11 years ago
  49. 539719a Revert "Fix media server restart detection mechanism" by Eric Laurent · 11 years ago
  50. 6824a14 Merge "Remove unused includes" by Glenn Kasten · 11 years ago
  51. 82c2d54 Remove unused includes by Glenn Kasten · 12 years ago
  52. 70c17f4 Merge "Inform AudioFlinger of device's low RAM attribute" by Glenn Kasten · 11 years ago
  53. fd116ad Inform AudioFlinger of device's low RAM attribute by Glenn Kasten · 11 years ago
  54. ca35e48 Fix media server restart detection mechanism by Eric Laurent · 11 years ago
  55. 61dcdf3 Expose latency methods through AudioManager and AudioTrack. by Oliver Woodman · 11 years ago
  56. 679d504 Add support for querying whether the music stream is active remotely by Jean-Michel Trivi · 11 years ago
  57. d677054 Don't play notifications during speech recognition by Jean-Michel Trivi · 12 years ago
  58. c6c4365 Implement android.media.AudioManager.getProperty() by Glenn Kasten · 12 years ago
  59. 6940484 Merge "Use correct syntax for #include <> """ by Glenn Kasten · 12 years ago
  60. c81d31c Use correct syntax for #include <> "" by Glenn Kasten · 12 years ago
  61. 18db49a Whitespace and indentation by Glenn Kasten · 12 years ago
  62. b3db213 Update comments by Glenn Kasten · 13 years ago
  63. cbdb49d Simple master volume support by Mike Lockwood · 13 years ago
  64. 7524a59 Merge "Remove dead setRingerMode(mode, mask)" by Glenn Kasten · 13 years ago
  65. a6dafea Fix incorrect includes of AudioTrack.h by Glenn Kasten · 13 years ago
  66. ee7fea9 Remove dead setRingerMode(mode, mask) by Glenn Kasten · 13 years ago
  67. 1be4afe Merge "audio framework: manage stream volume per device" by Eric Laurent · 13 years ago
  68. 9bc8358d audio framework: manage stream volume per device by Eric Laurent · 13 years ago
  69. fb6b5bd Merge "Use audio_mode_t consistently" by Glenn Kasten · 13 years ago
  70. bc1d77b Use audio_stream_type_t consistently by Glenn Kasten · 13 years ago
  71. accb114 Use audio_mode_t consistently by Glenn Kasten · 13 years ago
  72. 290029d audio: update for audio/audio_policy header names/locations by Dima Zavin · 13 years ago
  73. 34bb419 update for new audio.h header location by Dima Zavin · 13 years ago
  74. 24fc2fb audio/media: convert to using the audio HAL and new audio defs by Dima Zavin · 13 years ago
  75. ed0079d Miscellaneous code cleanup in audio framework by Glenn Kasten · 13 years ago
  76. 8b4b97a Bug 3352047 Wrong message when adjusting volume by Glenn Kasten · 13 years ago
  77. 25101b0 Fix issue 3371080 by Eric Laurent · 13 years ago
  78. 0e7a4d9 Fix issue 3098880. by Eric Laurent · 14 years ago
  79. 23f25cd Fix issue 2378022: AudioService should direct volume control to STREAM_VOICE_CALL stream when STREAM_VOICE_CALL stream is active. by Eric Laurent · 15 years ago
  80. a553c25 Fix issue 1795088 Improve audio routing code by Eric Laurent · 15 years ago
  81. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  82. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  83. da996f3 auto import from //branches/cupcake/...@131421 by The Android Open Source Project · 15 years ago
  84. d24b818 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 15 years ago
  85. 54b6cfa Initial Contribution by The Android Open Source Project · 16 years ago