summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/AudioFlinger.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use new channel count functions for audio masksAndy Hung2014-05-161-2/+4
* AudioFlinger: add specific mutex for client listsEric Laurent2014-05-131-40/+62
* Merge "audioflinger: refactor thread config events"Eric Laurent2014-05-091-9/+14
|\
| * audioflinger: refactor thread config eventsEric Laurent2014-05-091-9/+14
* | IAudioFlinger::openRecord returns IMemory(s)Glenn Kasten2014-05-091-0/+8
|/
* Fix bug for direct track with PCM != 16-bitGlenn Kasten2014-05-021-4/+2
* am e80631aa: am 839d11d1: Merge changes I0a744dc7,Id993a70dMark Salyzyn2014-04-151-2/+2
|\
| * media: use size_t for integer iterator to Vector::size()Mark Salyzyn2014-04-151-2/+2
| * audioflinger: Fix for a deadlock in track creationHaynes Mathew George2014-03-061-1/+3
* | Merge "Mark the logging heap read-only to media.log service"Glenn Kasten2014-03-281-1/+1
|\ \
| * | Mark the logging heap read-only to media.log serviceGlenn Kasten2014-03-181-1/+1
* | | Use symbol AUDIO_IO_HANDLE_NONE from <system/audio.h>Glenn Kasten2014-03-261-12/+12
* | | Merge "Use symbol AUDIO_DEVICE_NONE from <system/audio.h>"Glenn Kasten2014-03-261-2/+2
|\ \ \
| * | | Use symbol AUDIO_DEVICE_NONE from <system/audio.h>Glenn Kasten2014-03-251-2/+2
| |/ /
* | | Merge "Fix uses of KeyedVector"Glenn Kasten2014-03-261-0/+1
|\ \ \
| * | | Fix uses of KeyedVectorGlenn Kasten2014-03-251-0/+1
| |/ /
* | | Document AudioFlinger::nextUniqueId()Glenn Kasten2014-03-251-1/+1
|/ /
* | Make error handling more similar for output and captureGlenn Kasten2014-03-141-5/+7
* | Make session ID code similar between output and captureGlenn Kasten2014-03-141-5/+5
* | Move declarations to where neededGlenn Kasten2014-03-141-5/+2
* | Remove name output parameter from createTrackGlenn Kasten2014-03-141-4/+0
* | Whitespace and commentsGlenn Kasten2014-03-141-3/+1
* | Prepare for additional capture formatsGlenn Kasten2014-03-141-3/+3
* | Rename setStreamOutput to invalidateStreamGlenn Kasten2014-02-281-2/+2
* | Move up AudioFlinger::createTrack and openRecord parameter checksGlenn Kasten2014-02-271-1/+32
* | Merge "Make tee sink work again"Glenn Kasten2014-02-211-1/+2
|\ \
| * | Make tee sink work againGlenn Kasten2014-02-211-1/+2
* | | audioflinger: fix race condition in SyncEvent callbackEric Laurent2014-02-201-1/+1
|/ /
* | Multi-client recording continuedGlenn Kasten2014-02-181-2/+0
* | Track pid for each sessionMarco Nelissen2014-02-111-5/+11
* | resolved conflicts for merge of 566be7c3 to masterNarayan Kamath2014-02-111-1/+1
|\ \ | |/
| * Make frameworks/av 64-bit compatibleKévin PETIT2014-02-111-2/+2
* | Merge "Pretty up audioflinger dumpsys"Marco Nelissen2014-02-101-2/+23
|\ \
| * | Pretty up audioflinger dumpsysMarco Nelissen2014-02-101-2/+23
* | | Merge "Use printf format %#x for audio_format_t in logs"Glenn Kasten2014-02-101-3/+3
|\ \ \ | |/ / |/| |
| * | Use printf format %#x for audio_format_t in logsGlenn Kasten2014-02-071-3/+3
* | | 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
* | | Merge "audioflinger: Fix for a deadlock in track creation"Glenn Kasten2014-02-051-2/+2
|\ \ \
| * | | audioflinger: Fix for a deadlock in track creationHaynes Mathew George2014-01-301-2/+2
| |/ /
* | | Fix unused parameter warnings in audioGlenn Kasten2014-02-031-4/+4
|/ /
* | Merge "Replace control block frameCount_ by explicit in/out parameter"Glenn Kasten2014-01-241-2/+2
|\ \
| * | Replace control block frameCount_ by explicit in/out parameterGlenn Kasten2013-12-201-2/+2
* | | Merge "Cleanup createTrack error handling"Glenn Kasten2014-01-171-0/+1
|\ \ \
| * | | Cleanup createTrack error handlingGlenn Kasten2014-01-161-0/+1
* | | | AudioRecord::getInputFramesLost() cleanupGlenn Kasten2014-01-141-1/+1
|/ / /
* | | Use AUDIO_SESSION_ALLOCATE instead of 0Glenn Kasten2013-12-201-2/+2
|/ /
* | Add RecordThread media.log and deferred deallocationGlenn Kasten2013-12-051-12/+49
* | Consistent error checking for sp<IMemory> and pointer()Glenn Kasten2013-11-201-0/+6
* | Pull HAL reads out of RecordThread resampleGlenn Kasten2013-11-081-0/+2