summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/Threads.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge "audioflinger: fix ro.audio.silent in offload mode" into klp-devEric Laurent2013-09-141-2/+4
|\
| * audioflinger: fix ro.audio.silent in offload modeEric Laurent2013-09-131-2/+4
* | audioflinger: longer offload thread standby delayEric Laurent2013-09-131-7/+22
|/
* audioflinger: add HOTWORD audio source.Eric Laurent2013-09-101-0/+4
* audioflinger: remove async write race conditionsEric Laurent2013-09-061-45/+73
* Add NBAIO_Sink::getTimestamp()Glenn Kasten2013-09-031-1/+3
* audioflinger: offloaded tracks flush/pause orderEric Laurent2013-08-301-4/+6
* Implement Track::getTimestamp()Glenn Kasten2013-08-291-1/+17
* RecordThread::createRecordTrack_l use flags for fast tracksGlenn Kasten2013-08-021-0/+58
* RecordTrack::createRecordTrack_l flags are in/outGlenn Kasten2013-08-021-1/+1
* Merge "Report underruns for fast tracks also"Glenn Kasten2013-08-021-8/+5
|\
| * Report underruns for fast tracks alsoGlenn Kasten2013-07-311-8/+5
* | am 6d4d8790: am b687ff9f: Merge "Fix mismatched delete/new couple"Glenn Kasten2013-08-011-2/+2
|\ \ | |/ |/|
| * Fix mismatched delete/new coupleAndrei V. FOMITCHEV2013-07-301-2/+2
* | Merge "Add resampler comments and fix a typo"Glenn Kasten2013-07-301-2/+5
|\ \
| * | Add resampler comments and fix a typoGlenn Kasten2013-07-301-2/+5
* | | Rename control block flags to mFlagsGlenn Kasten2013-07-301-3/+3
* | | Merge "AudioRecord and HAL input stream must be 16-bit PCM only"Glenn Kasten2013-07-301-7/+11
|\ \ \
| * | | AudioRecord and HAL input stream must be 16-bit PCM onlyGlenn Kasten2013-07-241-7/+11
| |/ /
* | | Rename control block server to mServer and add commentsGlenn Kasten2013-07-301-7/+8
* | | Merge "Fix theoretical race using TrackBase::sampleRate()"Glenn Kasten2013-07-301-3/+4
|\ \ \
| * | | Fix theoretical race using TrackBase::sampleRate()Glenn Kasten2013-06-261-3/+4
* | | | Remove CC_LIKELY and CC_UNLIKELY where not neededGlenn Kasten2013-07-291-6/+5
* | | | Rename RecordThread::mInputBytes to the more generic mBufferSizeGlenn Kasten2013-07-291-6/+6
* | | | Move members from ThreadBase to PlaybackThreadGlenn Kasten2013-07-291-7/+6
* | | | Merge "Use standard name and type for channel mask"Glenn Kasten2013-07-291-3/+3
|\ \ \ \
| * | | | Use standard name and type for channel maskGlenn Kasten2013-07-241-3/+3
| | |/ / | |/| |
* | | | Merge "Simplify getParameters()"Glenn Kasten2013-07-291-12/+6
|\ \ \ \
| * | | | Simplify getParameters()Glenn Kasten2013-07-251-12/+6
| |/ / /
* | | | Treat mChannelCount as uint32_t consistentlyGlenn Kasten2013-07-291-4/+4
* | | | Merge "Move local variable declarations to point of first use"Glenn Kasten2013-07-291-1/+1
|\ \ \ \
| * | | | Move local variable declarations to point of first useGlenn Kasten2013-07-251-1/+1
| |/ / /
* | | | Merge "Move delete AudioMixer closer to point of re-allocation"Glenn Kasten2013-07-291-3/+1
|\ \ \ \
| * | | | Move delete AudioMixer closer to point of re-allocationGlenn Kasten2013-07-251-3/+1
| |/ / /
* | | | Merge "Simplify RecordTrack::stop()"Glenn Kasten2013-07-291-1/+2
|\ \ \ \
| * | | | Simplify RecordTrack::stop()Glenn Kasten2013-07-251-1/+2
| |/ / /
* | | | Merge "HAL stream format for mixer output threads must be stereo 16-bit PCM"Glenn Kasten2013-07-261-0/+15
|\ \ \ \
| * | | | HAL stream format for mixer output threads must be stereo 16-bit PCMGlenn Kasten2013-07-251-0/+15
| |/ / /
* | | | AudioFlinger: offload playback, non-blocking writeEric Laurent2013-07-251-158/+701
|/ / /
* | | Use AudioSystem::setLowRamDevice() to configure memoryGlenn Kasten2013-07-191-1/+3
* | | Make AudioFlinger::instantiate() more resilient when called from separate moduleGlenn Kasten2013-07-191-3/+1
* | | Fix theoretical memory leak in mConfigEventsGlenn Kasten2013-07-171-0/+6
* | | Include what is neededGlenn Kasten2013-07-021-0/+1
|/ /
* | New control block for AudioTrack and AudioRecordGlenn Kasten2013-06-121-20/+39
* | am bb35be24: am 7be48189: Merge "audioflinger: fix effects on direct output t...Eric Laurent2013-06-121-7/+5
|\ \ | |/
| * audioflinger: fix effects on direct output threadsEric Laurent2013-06-111-7/+5
* | am d3a5b48a: am 18b46679: Merge "AudioFlinger: do not cache audio device when...Eric Laurent2013-06-071-3/+5
|\ \ | |/
| * AudioFlinger: do not cache audio device when 0.Eric Laurent2013-06-061-3/+5
| * Remove timing jitter during startup of audioGlenn Kasten2013-04-231-1/+3
| * audioflinger: multiple tracks on direct outputEric Laurent2013-04-041-45/+52