summaryrefslogtreecommitdiffstats
path: root/media/libmedia/IAudioFlinger.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Public API changes for audio offload support.Richard Fitzgerald2013-06-271-1/+2
* Remove unnecessary parameterGlenn Kasten2012-12-181-12/+4
* Remove last bits of IAudioFlinger::channel_countGlenn Kasten2012-11-301-19/+1
* Fix time vs. bytes units bug in getRenderPositionGlenn Kasten2012-11-161-1/+1
* Use size_t for frame countsGlenn Kasten2012-11-151-10/+10
* Use uint32_t for sample rateGlenn Kasten2012-11-141-1/+1
* Fix build warningsGlenn Kasten2012-11-141-1/+1
* Remove CBLK_FAST from control block flagsGlenn Kasten2012-11-061-3/+9
* Line length 100Glenn Kasten2012-11-011-2/+4
* Implement android.media.AudioManager.getProperty()Glenn Kasten2012-09-251-1/+30
* Use audio_channel_mask_t for channel maskGlenn Kasten2012-07-171-1/+1
* Add tid parameter to IAudioFlinger::openRecordGlenn Kasten2012-07-121-1/+4
* Use audio_channel_mask_t more consistentlyGlenn Kasten2012-07-031-10/+15
* Configure policy of mediaserver threadsGlenn Kasten2012-04-221-1/+4
* rename audio policy output flagsEric Laurent2012-04-181-2/+2
* audio policy: load audio hw modules.Eric Laurent2012-04-041-43/+62
* IAudioFlinger::createTrack and openRecord flagsGlenn Kasten2012-03-191-9/+6
* Whitespace and indentationGlenn Kasten2012-03-131-9/+9
* Use audio_policy_output_flags_t consistentlyGlenn Kasten2012-03-091-3/+3
* Upintegrate Audio Flinger changes from ICS_AAHJohn Grossman2012-02-161-1/+4
* Follow raw pointer and sp<> conventionsGlenn Kasten2012-02-101-1/+1
* Use audio_io_handle_t consistently instead of intGlenn Kasten2012-02-081-75/+79
* Effect UUID inputs passed by pointer are constGlenn Kasten2012-02-081-1/+1
* Declare more IAudioFlinger methods constGlenn Kasten2012-02-031-7/+8
* Merge "Use audio_in_acoustics_t consistently"Glenn Kasten2012-02-031-4/+4
|\
| * Use audio_in_acoustics_t consistentlyGlenn Kasten2012-01-271-4/+4
* | Use NULL not 0 for raw pointersGlenn Kasten2012-02-031-1/+1
|/
* Use audio_format_t consistently, continuedGlenn Kasten2012-01-201-16/+16
* Merge "Use audio_mode_t consistently"Glenn Kasten2012-01-171-2/+2
|\
| * Use audio_mode_t consistentlyGlenn Kasten2012-01-121-2/+2
* | Use audio_stream_type_t consistentlyGlenn Kasten2012-01-131-18/+18
|/
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-3/+3
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-2/+2
* Keep effects sessions active when the caller dies.Marco Nelissen2011-08-091-1/+31
* Use channel mask instead of channel count for track creationJean-Michel Trivi2011-06-011-7/+7
* Removed interface to load audio effects librariesEric Laurent2011-05-271-48/+0
* Fix issue 3371080Eric Laurent2011-02-031-16/+0
* Audio policy manager changes for audio effectsEric Laurent2010-07-201-1/+21
* Various fixes and improvements in audio effects implementationEric Laurent2010-06-251-5/+6
* Issue 2667801: [Audio Effect Framework] AudioFlinger, AudioMixer AudioTrack m...Eric Laurent2010-06-031-3/+257
* Issue 2071329: audio track is shorter than video track for video capture on s...Eric Laurent2010-03-021-1/+18
* Fix issue 2285561: New AudioFlinger and audio driver API needed for A/V syncEric Laurent2010-01-261-1/+35
* Fix issue 2378022: AudioService should direct volume control to STREAM_VOICE_...Eric Laurent2010-01-251-5/+7
* Fix issue 2192181: AudioFlinger must provide separated methods to set VOICE_C...Eric Laurent2009-10-211-1/+17
* Fix issue 2107584: media server crash when AudioFlinger fails to allocate mem...Eric Laurent2009-09-091-5/+14
* Fix issue 2001214: AudioFlinger and AudioPolicyService interfaces should not ...Eric Laurent2009-08-071-99/+67
* Fix issue 1795088 Improve audio routing codeEric Laurent2009-07-231-98/+284
* some work to try to reduce the code size of some native librariesMathias Agopian2009-05-261-6/+0
* am de8268d6: Merge change 2331 into donutAndroid (Google) Code Review2009-05-261-4/+4
|\
| * Fix issue 1846343 - part 1Eric Laurent2009-05-261-4/+4