summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/Threads.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change parameter type for volume to float in AudioMixerAndy Hung2014-05-301-30/+18
* Add multiple format capability to FastMixerAndy Hung2014-05-291-0/+18
* Merge "audioflinger: first patch panel implementation."Eric Laurent2014-05-281-0/+132
|\
| * audioflinger: first patch panel implementation.Eric Laurent2014-05-271-0/+132
* | Allow kFastTrackMultiplier to be specified per deviceGlenn Kasten2014-05-271-1/+31
|/
* Merge "Move validation of frameCount from set to openRecord_l"Glenn Kasten2014-05-271-0/+1
|\
| * Move validation of frameCount from set to openRecord_lGlenn Kasten2014-05-221-0/+1
* | Merge "Add format parameter to getTrackName() and track_t"Andy Hung2014-05-231-4/+9
|\ \
| * | Add format parameter to getTrackName() and track_tAndy Hung2014-05-191-4/+9
* | | resolved conflicts for merge of f285c91e to masterElliott Hughes2014-05-221-37/+36
|\ \ \ | |_|/ |/| |
| * | am d5516339: Merge "Move frameworks/av from fdprintf to POSIX dprintf."Calin Juravle2014-05-221-2/+2
| |\ \
| | * | Move frameworks/av from fdprintf to POSIX dprintf.Elliott Hughes2014-05-221-2/+2
* | | | resolved conflicts for merge of c0bf836f to masterElliott Hughes2014-05-211-2/+2
|\ \ \ \ | |/ / /
| * | | am 3b6da6bf: Merge "Move frameworks/av off private API."Elliott Hughes2014-05-221-2/+2
| |\ \ \ | | |/ /
| | * | Move frameworks/av off private API.Elliott Hughes2014-05-211-2/+2
* | | | resolved conflicts for merge of b1080917 to masterElliott Hughes2014-05-211-2/+2
|\ \ \ \ | |/ / /
| * | | am d084206d: Merge "Move frameworks/av off __futex_syscall3."Elliott Hughes2014-05-221-2/+2
| |\ \ \ | | |/ /
| | * | Move frameworks/av off __futex_syscall3.Elliott Hughes2014-05-211-2/+2
* | | | 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
|\ \ \ \ \ \