1. 9a2a29c Merge "Document the reference count rules for I/O handles" by Glenn Kasten · 11 years ago
  2. d631d96 Document the reference count rules for I/O handles by Glenn Kasten · 11 years ago
  3. 5f972c0 AudioRecord::getInputFramesLost() cleanup by Glenn Kasten · 11 years ago
  4. f94006c Cleanup error handling in AudioSystem get methods by Glenn Kasten · 11 years ago
  5. 4d973f3 Merge "Remove unnecessary defaults for parameters in AudioSystem" by Glenn Kasten · 11 years ago
  6. 6a5e797 Remove unnecessary defaults for parameters in AudioSystem by Glenn Kasten · 11 years ago
  7. c23885e Add versions of get/SetParameters without I/O handle by Glenn Kasten · 11 years ago
  8. d6a2f3f am 9f178e70: am 99ad37a4: Merge "AudioSystem: new audioflinger restart detection" into klp-dev by Eric Laurent · 12 years ago
  9. 4629161 AudioSystem: new audioflinger restart detection by Eric Laurent · 12 years ago
  10. 6d238e5 Line length 100 by Glenn Kasten · 12 years ago
  11. eced2da Use correct type for OutputDescriptor::format by Glenn Kasten · 12 years ago
  12. fad226a Use standard name and type for channel mask by Glenn Kasten · 12 years ago
  13. 4182c4e Use AudioSystem::setLowRamDevice() to configure memory by Glenn Kasten · 12 years ago
  14. 1ab85ec Include what is needed by Glenn Kasten · 12 years ago
  15. ad3af33 Public API changes for audio offload support. by Richard Fitzgerald · 12 years ago
  16. 272ab54 Add support for querying if a stream is active remotely by Jean-Michel Trivi · 12 years ago
  17. e33054e Use size_t for frame counts by Glenn Kasten · 13 years ago
  18. 3b16c76 Use uint32_t for sample rate by Glenn Kasten · 13 years ago
  19. a552d60 Remove deprecated AudioSystem methods by Glenn Kasten · 13 years ago
  20. 85ab62c Line length 100 by Glenn Kasten · 13 years ago
  21. d708603 Support querying active record sources by Jean-Michel Trivi · 13 years ago
  22. cc0f1cf Implement android.media.AudioManager.getProperty() by Glenn Kasten · 13 years ago
  23. 58e5aa3 effect_descriptor_t const correctness by Glenn Kasten · 13 years ago
  24. bf04a5d Simplify AudioRecord::getInputFramesLost() by Glenn Kasten · 13 years ago
  25. 254af18 Use audio_channel_mask_t more places by Glenn Kasten · 13 years ago
  26. dd8104c Use audio_channel_mask_t more consistently by Glenn Kasten · 13 years ago
  27. 2001005 Remove acoustics from AudioSystem::getInput() by Glenn Kasten · 13 years ago
  28. 2986460 Fix issues with synchronous record start. by Eric Laurent · 13 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. a011e35 implemented synchronous audio capture by Eric Laurent · 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. 3030fce renamed audio policy output flag. by Eric Laurent · 13 years ago
  36. 99e53b8 Update comments by Glenn Kasten · 13 years ago
  37. 72ef00d Use audio_io_handle_t consistently instead of int by Glenn Kasten · 13 years ago
  38. 211eeaf More audio_stream_type_t by Glenn Kasten · 13 years ago
  39. eba51fb Use audio_source_t consistently by Glenn Kasten · 13 years ago
  40. 58f3021 Use audio_format_t consistently, continued by Glenn Kasten · 13 years ago
  41. ea3cc3b Merge "Remove dead setRingerMode(mode, mask)" by Glenn Kasten · 13 years ago
  42. 0b07b80 Remove dead setRingerMode(mode, mask) by Glenn Kasten · 13 years ago
  43. c813985 Temporarily restore AudioSystem/AudioTrack APIs with their former signatures by Andreas Huber · 13 years ago
  44. 63ad6aa Merge "audio framework: manage stream volume per device" by Eric Laurent · 13 years ago
  45. 83844cc audio framework: manage stream volume per device by Eric Laurent · 14 years ago
  46. 0696400 Merge "Use audio_mode_t consistently" by Glenn Kasten · 13 years ago
  47. fff6d71 Use audio_stream_type_t consistently by Glenn Kasten · 13 years ago
  48. f78aee7 Use audio_mode_t consistently by Glenn Kasten · 13 years ago
  49. 9f6530f 226483: A2DP connected, but music out to speaker by Eric Laurent · 14 years ago
  50. db7c079 Audio effects: track CPU and memory use separately by Eric Laurent · 14 years ago
  51. 3a34bef Keep effects sessions active when the caller dies. by Marco Nelissen · 14 years ago
  52. 7c7f10b Audio framework: support for audio pre processing by Eric Laurent · 14 years ago
  53. 7394a4f audio: update for audio/audio_policy header names/locations by Dima Zavin · 14 years ago
  54. 6476024 update for new audio.h header location by Dima Zavin · 14 years ago
  55. fce7a47 audio/media: convert to using the audio HAL and new audio defs by Dima Zavin · 14 years ago
  56. db5cb14 libmedia: move AudioParameter out of AudioSystem by Dima Zavin · 14 years ago
  57. 4bcae82 Miscellaneous code cleanup in audio framework by Glenn Kasten · 14 years ago
  58. 6b2718c Bug 3352047 Wrong message when adjusting volume by Glenn Kasten · 14 years ago
  59. eda6c36 Fix issue 3371080 by Eric Laurent · 14 years ago
  60. f1fb01a Add new audio mode for audio communications other than telelphony. by Jean-Michel Trivi · 15 years ago
  61. 56ecd20 Add support for audio recording source in generic audio policy mgr. by Jean-Michel Trivi · 15 years ago
  62. b235dee Added support for dock headset observer by Praveen Bharathi · 15 years ago
  63. de07013 Audio policy manager changes for audio effects by Eric Laurent · 15 years ago
  64. ffe9c25 Various fixes and improvements in audio effects implementation by Eric Laurent · 15 years ago
  65. be916aa Issue 2667801: [Audio Effect Framework] AudioFlinger, AudioMixer AudioTrack modifications. by Eric Laurent · 15 years ago
  66. 135ad07 Fix issue 2667796: [Audio Effect Framework] Effect factory and libraries. by Eric Laurent · 15 years ago
  67. 05bca2f Issue 2071329: audio track is shorter than video track for video capture on sholes by Eric Laurent · 15 years ago
  68. 342e9cf Fix issue 2285561: New AudioFlinger and audio driver API needed for A/V sync by Eric Laurent · 15 years ago
  69. 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
  70. 492e666 Create base class for audio policy manager. by Eric Laurent · 15 years ago
  71. 7ddd450 Fix issues 2333450 and 2333559: by Eric Laurent · 15 years ago
  72. 48643f3 Partially fix bug 2111240 Detect docking / undocking event by reporting by Jean-Michel Trivi · 15 years ago
  73. 0f2d1e2 Fix issue 2242614: Wired headset not recognized: bogus "state" in ACTION_HEADSET_PLUG broadcast. by Eric Laurent · 16 years ago
  74. 90b75fb Fix 2194140: [Passion] Support Audience chip. by Eric Laurent · 16 years ago
  75. f0ee6f4 Fix issue 2192181: AudioFlinger must provide separated methods to set VOICE_CALL stream volume and down link audio volume. by Eric Laurent · 16 years ago
  76. a9c322e Fix issue 2045911: Camera Shutter tone does not play correctly while listening to music. by Eric Laurent · 16 years ago
  77. fa2877b Fix issue 2001214: AudioFlinger and AudioPolicyService interfaces should not use pointers as handles to inputs and outputs. by Eric Laurent · 16 years ago
  78. 9a92037 Fix issue 2001517: AudioTrack compatibility issue. by Eric Laurent · 16 years ago
  79. c2f1f07 Fix issue 1795088 Improve audio routing code by Eric Laurent · 16 years ago
  80. 29a6500 AI 143327: am: CL 143177 am: CL 142889 Fix issue #1736153 Camera shutter sound can be muted by new AlarmClock setting. by Eric Laurent · 16 years ago
  81. 89fa4ad auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  82. 15f767b auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  83. 25658fd auto import from //branches/cupcake/...@132276 by The Android Open Source Project · 16 years ago
  84. 7a2146d auto import from //branches/cupcake/...@131421 by The Android Open Source Project · 16 years ago
  85. 5e07b57 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 16 years ago
  86. 7b5eb02 Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  87. 2729ea9 Initial Contribution by The Android Open Source Project · 17 years ago