1. 5f972c0 AudioRecord::getInputFramesLost() cleanup by Glenn Kasten · 11 years ago
  2. f344c6c Merge "Cleanup AudioSystem::getInputBufferSize error handling and caching" by Glenn Kasten · 11 years ago
  3. f94006c Cleanup error handling in AudioSystem get methods by Glenn Kasten · 11 years ago
  4. 5446e54 Cleanup AudioSystem::getInputBufferSize error handling and caching by Glenn Kasten · 11 years ago
  5. a36ff9f Merge "Fix some (but not all) unused parameter warnings" by Glenn Kasten · 11 years ago
  6. 7c7be1e Fix some (but not all) unused parameter warnings by Glenn Kasten · 11 years ago
  7. c23885e Add versions of get/SetParameters without I/O handle by Glenn Kasten · 11 years ago
  8. 4629161 AudioSystem: new audioflinger restart detection by Eric Laurent · 11 years ago
  9. fad226a Use standard name and type for channel mask by Glenn Kasten · 11 years ago
  10. 4182c4e Use AudioSystem::setLowRamDevice() to configure memory by Glenn Kasten · 11 years ago
  11. cff1b23 Merge "Add comments" by Glenn Kasten · 11 years ago
  12. bb849b5 Merge "Fix typo in logs" by Glenn Kasten · 11 years ago
  13. fb1fdc9 Add comments by Glenn Kasten · 11 years ago
  14. 85007a9 Fix typo in logs by Glenn Kasten · 12 years ago
  15. 1ab85ec Include what is needed by Glenn Kasten · 11 years ago
  16. ad3af33 Public API changes for audio offload support. by Richard Fitzgerald · 12 years ago
  17. 272ab54 Add support for querying if a stream is active remotely by Jean-Michel Trivi · 12 years ago
  18. e33054e Use size_t for frame counts by Glenn Kasten · 12 years ago
  19. 3b16c76 Use uint32_t for sample rate by Glenn Kasten · 12 years ago
  20. a552d60 Remove deprecated AudioSystem methods by Glenn Kasten · 12 years ago
  21. 85ab62c Line length 100 by Glenn Kasten · 12 years ago
  22. 18a6d90 Fix typo by Glenn Kasten · 12 years ago
  23. d708603 Support querying active record sources by Jean-Michel Trivi · 12 years ago
  24. cc0f1cf Implement android.media.AudioManager.getProperty() by Glenn Kasten · 12 years ago
  25. 58e5aa3 effect_descriptor_t const correctness by Glenn Kasten · 12 years ago
  26. 254af18 Use audio_channel_mask_t more places by Glenn Kasten · 12 years ago
  27. dd8104c Use audio_channel_mask_t more consistently by Glenn Kasten · 12 years ago
  28. 2001005 Remove acoustics from AudioSystem::getInput() by Glenn Kasten · 12 years ago
  29. 0ca3cf9 rename audio policy output flags by Eric Laurent · 13 years ago
  30. 1a9ed11 audio policy: add configuration file by Eric Laurent · 13 years ago
  31. e53b9ea Whitespace and indentation by Glenn Kasten · 13 years ago
  32. a19ffb6 Merge "audio policy: use audio_devices_t when appropriate" by Eric Laurent · 13 years ago
  33. 6374252 audio policy: use audio_devices_t when appropriate by Eric Laurent · 13 years ago
  34. b81cc8c IAudioFlingerClient::ioConfigChanged param2 const by Glenn Kasten · 13 years ago
  35. 72ef00d Use audio_io_handle_t consistently instead of int by Glenn Kasten · 13 years ago
  36. a0d6833 Use NULL not 0 for raw pointers by Glenn Kasten · 13 years ago
  37. 211eeaf More audio_stream_type_t by Glenn Kasten · 13 years ago
  38. eba51fb Use audio_source_t consistently by Glenn Kasten · 13 years ago
  39. 58f3021 Use audio_format_t consistently, continued by Glenn Kasten · 13 years ago
  40. d967f0a Merge "Remove redundant get()" by Glenn Kasten · 13 years ago
  41. 7fc9a6f Remove redundant get() by Glenn Kasten · 13 years ago
  42. ea3cc3b Merge "Remove dead setRingerMode(mode, mask)" by Glenn Kasten · 13 years ago
  43. 241fc78 Merge "Simplify range check for audio_mode_t (continued)" by Glenn Kasten · 13 years ago
  44. 347966c Simplify range check for audio_mode_t (continued) by Glenn Kasten · 13 years ago
  45. 0b07b80 Remove dead setRingerMode(mode, mask) by Glenn Kasten · 13 years ago
  46. c813985 Temporarily restore AudioSystem/AudioTrack APIs with their former signatures by Andreas Huber · 13 years ago
  47. 63ad6aa Merge "audio framework: manage stream volume per device" by Eric Laurent · 13 years ago
  48. 83844cc audio framework: manage stream volume per device by Eric Laurent · 13 years ago
  49. 0696400 Merge "Use audio_mode_t consistently" by Glenn Kasten · 13 years ago
  50. fff6d71 Use audio_stream_type_t consistently by Glenn Kasten · 13 years ago
  51. f78aee7 Use audio_mode_t consistently by Glenn Kasten · 13 years ago
  52. 3bba0e0 Merge "Fix race in AudioSystem::getInputBufferSize" by Glenn Kasten · 13 years ago
  53. f8c1a6f Fix race in AudioSystem::getInputBufferSize by Glenn Kasten · 13 years ago
  54. 930f4ca Simplify range check for audio_mode_t by Glenn Kasten · 13 years ago
  55. 29357bc Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  56. 5ff1dd5 Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 13 years ago
  57. b8a8052 Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 13 years ago
  58. 3856b09 Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE by Steve Block · 13 years ago
  59. 71b63e3 Fix issue 5252593: any app can restart the runtime by Eric Laurent · 13 years ago
  60. 9f6530f 226483: A2DP connected, but music out to speaker by Eric Laurent · 13 years ago
  61. db7c079 Audio effects: track CPU and memory use separately by Eric Laurent · 13 years ago
  62. 3a34bef Keep effects sessions active when the caller dies. by Marco Nelissen · 13 years ago
  63. 7c7f10b Audio framework: support for audio pre processing by Eric Laurent · 13 years ago
  64. 0512ab5 Remove dead code related to gettid by Glenn Kasten · 13 years ago
  65. 6476024 update for new audio.h header location by Dima Zavin · 13 years ago
  66. fce7a47 audio/media: convert to using the audio HAL and new audio defs by Dima Zavin · 14 years ago
  67. db5cb14 libmedia: move AudioParameter out of AudioSystem by Dima Zavin · 14 years ago
  68. 6b2718c Bug 3352047 Wrong message when adjusting volume by Glenn Kasten · 14 years ago
  69. eda6c36 Fix issue 3371080 by Eric Laurent · 14 years ago
  70. 56ecd20 Add support for audio recording source in generic audio policy mgr. by Jean-Michel Trivi · 14 years ago
  71. 8184a57 resolved conflicts for merge of dd206093 to master by Eric Laurent · 14 years ago
  72. de07013 Audio policy manager changes for audio effects by Eric Laurent · 14 years ago
  73. fc499ca am 030a1553: am 2ea200c5: Merge "Issue 2667801: [Audio Effect Framework] AudioFlinger, AudioMixer AudioTrack modifications." into kraken by Eric Laurent · 14 years ago
  74. be916aa Issue 2667801: [Audio Effect Framework] AudioFlinger, AudioMixer AudioTrack modifications. by Eric Laurent · 14 years ago
  75. 2dadcda Fix issue 2712130: Sholes: problem when playing audio while recording over bluetooth SCO. by Eric Laurent · 14 years ago
  76. be55a2d Fix issue 2416481: Support Voice Dialer over BT SCO. by Eric Laurent · 15 years ago
  77. 05bca2f Issue 2071329: audio track is shorter than video track for video capture on sholes by Eric Laurent · 15 years ago
  78. df49e89 am 8978547f: am f5fe3949: Fix issue 2459650. by Eric Laurent · 15 years ago
  79. 7c7fa1b Fix issue 2459650. by Eric Laurent · 15 years ago
  80. 342e9cf Fix issue 2285561: New AudioFlinger and audio driver API needed for A/V sync by Eric Laurent · 15 years ago
  81. b72a396 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
  82. 0ef583f Fix issue 2363154: Speech synthesis fails to start over A2DP after media server process crash. by Eric Laurent · 15 years ago
  83. f0ee6f4 Fix issue 2192181: AudioFlinger must provide separated methods to set VOICE_CALL stream volume and down link audio volume. by Eric Laurent · 15 years ago
  84. a9c322e Fix issue 2045911: Camera Shutter tone does not play correctly while listening to music. by Eric Laurent · 15 years ago
  85. fa2877b Fix issue 2001214: AudioFlinger and AudioPolicyService interfaces should not use pointers as handles to inputs and outputs. by Eric Laurent · 15 years ago
  86. c2f1f07 Fix issue 1795088 Improve audio routing code by Eric Laurent · 15 years ago
  87. 7562408 move libbinder's header files under includes/binder by Mathias Agopian · 15 years ago
  88. 48f7f5e AI 144097: am: CL 144054 am: CL 144053 Fix issue #1751242 A2DP playback fails first time: Invalid buffer size: minFrameCount 10240, frameCount 4800 by Eric Laurent · 16 years ago
  89. 89fa4ad auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  90. 15f767b auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  91. 7a2146d auto import from //branches/cupcake/...@131421 by The Android Open Source Project · 16 years ago
  92. 5e07b57 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 16 years ago
  93. 7b5eb02 Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  94. 2729ea9 Initial Contribution by The Android Open Source Project · 16 years ago