summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/Threads.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge "Use new channel count functions for audio masks"Andy Hung2014-05-191-4/+4
|\
| * Use new channel count functions for audio masksAndy Hung2014-05-161-4/+4
* | Merge "Pass stereo gains as packed minifloat"Glenn Kasten2014-05-191-18/+26
|\ \
| * | Pass stereo gains as packed minifloatGlenn Kasten2014-05-191-18/+26
| |/
* | am be2664da: am 4c9bde7a: am ce473c32: Merge "Codec Offload: Add NULL check a...Eric Laurent2014-05-191-1/+4
|\ \ | |/ |/|
| * am ce473c32: Merge "Codec Offload: Add NULL check as mCallbackThread is NULL ...Eric Laurent2014-05-191-1/+4
| |\
| | * Codec Offload: Add NULL check as mCallbackThread is NULLUday Gupta2014-05-131-1/+4
| | * audioflinger: Fix for a deadlock in track creationHaynes Mathew George2014-03-061-1/+2
| * | am 3c9130a8: Merge "Make frameworks/av 64-bit compatible"Narayan Kamath2014-03-071-14/+18
| |\ \ | | |/
| * | am 5930e8eb: Merge "AudioFlinger: Remove code for supporting resampling in fa...Glenn Kasten2014-03-071-1/+0
| |\ \
| * \ \ am 4361749d: Merge "AudioTrack: Never try to use the fast path if resampling ...Glenn Kasten2014-03-071-2/+0
| |\ \ \
| * \ \ \ am 281dd4e1: audioflinger: fix static track end detectionEric Laurent2014-03-051-9/+2
| |\ \ \ \
| | * | | | audioflinger: fix static track end detectionEric Laurent2014-03-051-9/+2
| * | | | | am 7e92abea: audioflinger: fix offload write buffer offsetEric Laurent2014-03-051-2/+2
| |\ \ \ \ \ | | |/ / / /
| | * | | | audioflinger: fix offload write buffer offsetEric Laurent2014-03-051-2/+2
| | * | | | audioflinger: check for condition before waitingHaynes Mathew George2014-03-041-1/+6
| * | | | | am e010f65e: audioflinger: Fix for a deadlock in track creationHaynes Mathew George2014-03-051-1/+3
| |\ \ \ \ \ | | |/ / / /
| | * | | | audioflinger: Fix for a deadlock in track creationHaynes Mathew George2014-03-041-1/+3
* | | | | | Merge "Pull up mFlags and isFastTrack from Track to TrackBase"Glenn Kasten2014-05-141-1/+1
|\ \ \ \ \ \
| * | | | | | Pull up mFlags and isFastTrack from Track to TrackBaseGlenn Kasten2014-05-131-1/+1
* | | | | | | AudioFlinger: add specific mutex for client listsEric Laurent2014-05-131-24/+9
|/ / / / / /
* | | | | | Explicitly ignore return value of __futex_syscall3Glenn Kasten2014-05-091-2/+2
* | | | | | Merge "audioflinger: refactor thread config events"Eric Laurent2014-05-091-316/+301
|\ \ \ \ \ \
| * | | | | | audioflinger: refactor thread config eventsEric Laurent2014-05-091-316/+301
* | | | | | | IAudioFlinger::openRecord returns IMemory(s)Glenn Kasten2014-05-091-1/+2
|/ / / / / /
* | | | | | Add a per-thread heap that is read-only to clientsGlenn Kasten2014-05-071-0/+8
* | | | | | Fix a couple of fast capture typo bugsGlenn Kasten2014-05-071-2/+2
* | | | | | Use audio_is_linear_pcm()Glenn Kasten2014-05-021-2/+2
* | | | | | audioflinger: forward device change to effects in direct threadGlenn Kasten2014-04-141-0/+10
* | | | | | Change references of Q19.12 to Q4.27 for clarityAndy Hung2014-04-021-1/+1
* | | | | | Add FIXMEs to createRecord for fast captureGlenn Kasten2014-03-311-8/+12
* | | | | | Merge "Use LOG_ALWAYS_FATAL instead of LOG_FATAL"Glenn Kasten2014-03-261-9/+9
|\ \ \ \ \ \
| * | | | | | Use LOG_ALWAYS_FATAL instead of LOG_FATALGlenn Kasten2014-03-261-9/+9
* | | | | | | Use symbolic constants from <system/audio.h>Glenn Kasten2014-03-251-1/+1
|/ / / / / /
* | | | | | audioflinger: OffloadThread fix for resume underrunHaynes Mathew George2014-03-171-20/+22
* | | | | | audioflinger: Handle pause /resume in stopping stateKrishnankutty Kolathappilly2014-03-171-2/+2
* | | | | | Make error handling for audio driver initCheck more similarGlenn Kasten2014-03-141-8/+6
* | | | | | Replace if/else by switchGlenn Kasten2014-03-141-3/+11
* | | | | | Whitespace and commentsGlenn Kasten2014-03-141-1/+2
* | | | | | Fix Offload playback in AudioFlingerAndy Hung2014-03-131-2/+3
* | | | | | Revert "Revert "Convert AudioFlinger mSinkBuffer to flexible format""Andy Hung2014-03-131-19/+35
* | | | | | Revert "Convert AudioFlinger mSinkBuffer to flexible format"Eric Laurent2014-03-131-35/+19
* | | | | | Convert AudioFlinger mSinkBuffer to flexible formatAndy Hung2014-03-101-19/+35
* | | | | | Add mEffectBuffer to AudioFlingerAndy Hung2014-03-101-21/+75
* | | | | | NBAIO::Format_from_SR_C requires audio_format_t parameterGlenn Kasten2014-03-071-1/+1
* | | | | | Merge "Use larger capture pipe since we support resampling by 6:1"Glenn Kasten2014-03-061-3/+3
|\ \ \ \ \ \
| * | | | | | Use larger capture pipe since we support resampling by 6:1Glenn Kasten2014-02-281-3/+3
* | | | | | | Rename mSinkFormat to mMixerFormat for AudioMixer::track_tAndy Hung2014-03-011-2/+2
|/ / / / / /
* | | | | | Add MixerBuffer for accumulation of float audioAndy Hung2014-02-271-10/+90
* | | | | | Rename mixBufferSize to mSinkBufferSize in AudioFlingerAndy Hung2014-02-271-10/+10