summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/Tracks.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* audio flinger: add patch connection between hw modulesEric Laurent2014-07-241-28/+196
* Fix copy/paste bugGlenn Kasten2014-07-181-3/+2
* Improve dumpsys for capture threadsGlenn Kasten2014-07-171-3/+3
* Add floating point volume handling to AudioMixerAndy Hung2014-07-081-1/+1
* Replace int bitDepth with audio_format_t in ResamplerAndy Hung2014-07-071-1/+2
* AudioTrack: add support for compressed audioEric Laurent2014-06-191-4/+2
* force command flush after releasing a reference to shared memoryEric Laurent2014-06-131-2/+2
* Merge "Fix non-monotonic AudioTrack::getTimestamp after pause" into lmp-previ...Glenn Kasten2014-06-101-3/+30
|\
| * Fix non-monotonic AudioTrack::getTimestamp after pauseGlenn Kasten2014-06-101-3/+30
* | Squashed commit of the following:Glenn Kasten2014-06-051-7/+24
|/
* resolved conflicts for merge of c0bf836f to masterElliott Hughes2014-05-211-2/+3
|\
| * am 3b6da6bf: Merge "Move frameworks/av off private API."Elliott Hughes2014-05-221-2/+3
| |\
| | * Move frameworks/av off private API.Elliott Hughes2014-05-211-2/+3
* | | 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 commit '91820d46b5f3065c2fded3cdf65d305715b33bb1' into HEADBill Yi2014-04-291-1/+1
| |\ \ | | |/ | |/|
| | * am 3c9130a8: Merge "Make frameworks/av 64-bit compatible"Narayan Kamath2014-03-071-5/+5
| | |\
* | | \ Merge "Use new channel count functions for audio masks"Andy Hung2014-05-191-2/+4
|\ \ \ \
| * | | | Use new channel count functions for audio masksAndy Hung2014-05-161-2/+4
* | | | | Pass stereo gains as packed minifloatGlenn Kasten2014-05-191-14/+15
|/ / / /
* | | | Merge "Pull up mFlags and isFastTrack from Track to TrackBase"Glenn Kasten2014-05-141-5/+7
|\ \ \ \
| * | | | Pull up mFlags and isFastTrack from Track to TrackBaseGlenn Kasten2014-05-131-5/+7
* | | | | AudioFlinger: add specific mutex for client listsEric Laurent2014-05-131-2/+2
|/ / / /
* | | | Remove obsolete IAudioRecord::getCblk()Glenn Kasten2014-05-091-4/+0
* | | | IAudioFlinger::openRecord returns IMemory(s)Glenn Kasten2014-05-091-9/+28
* | | | am e80631aa: am 839d11d1: Merge changes I0a744dc7,Id993a70dMark Salyzyn2014-04-151-1/+1
|\ \ \ \
| * \ \ \ am 839d11d1: Merge changes I0a744dc7,Id993a70dMark Salyzyn2014-04-151-1/+1
| |\ \ \ \ | | |/ / /
| | * | | media: use size_t for integer iterator to Vector::size()Mark Salyzyn2014-04-151-1/+1
| | | |/ | | |/|
| * | | am 632c3790: am 7c206e5b: am e0cd1051: audioflinger: update track ready condi...Haynes Mathew George2014-03-051-1/+1
| |\ \ \ | | |/ / | |/| / | | |/
| | * audioflinger: update track ready conditionHaynes Mathew George2014-03-041-1/+1
* | | Use LOG_ALWAYS_FATAL instead of LOG_FATALGlenn Kasten2014-03-261-1/+1
* | | audioflinger: OffloadThread fix for resume underrunHaynes Mathew George2014-03-171-1/+5
* | | AudioFlinger: Change track ready condition in STOPPING_1 stateEric Laurent2014-03-171-2/+4
* | | audioflinger: Handle pause /resume in stopping stateKrishnankutty Kolathappilly2014-03-171-2/+33
* | | Make error handling more similar for output and captureGlenn Kasten2014-03-141-35/+36
* | | Whitespace and commentsGlenn Kasten2014-03-141-1/+1
* | | Move handleSyncStartEvent and clearSyncStartEvent to RecordTrackGlenn Kasten2014-02-181-0/+23
* | | Multi-client recordingGlenn Kasten2014-02-181-4/+23
* | | resolved conflicts for merge of 566be7c3 to masterNarayan Kamath2014-02-111-5/+5
|\ \ \ | |/ /
| * | Make frameworks/av 64-bit compatibleKévin PETIT2014-02-111-5/+5
| |/
* | Merge "Pretty up audioflinger dumpsys"Marco Nelissen2014-02-101-8/+12
|\ \
| * | Pretty up audioflinger dumpsysMarco Nelissen2014-02-101-8/+12
* | | Merge "Fix whitespace"Glenn Kasten2014-02-071-1/+2
|\ \ \ | |/ / |/| |
| * | Fix whitespaceGlenn Kasten2014-02-071-1/+2
* | | Merge "Use Format_isValid() and Format_isEqual() instead of direct comparison"Glenn Kasten2014-02-071-1/+1
|\ \ \ | |/ / |/| |
| * | Use Format_isValid() and Format_isEqual() instead of direct comparisonGlenn Kasten2014-02-031-1/+1
* | | AudioFlinger: Modify flush handling for offload pathHaynes Mathew George2014-02-061-2/+12
* | | Fix unused parameter warnings in audioGlenn Kasten2014-02-031-5/+5
|/ /
* | Merge "Replace control block frameCount_ by explicit in/out parameter"Glenn Kasten2014-01-241-3/+2
|\ \