summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/Threads.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge "Add more device codes for symbolic display" into mnc-devGlenn Kasten2015-05-291-0/+34
|\
| * Add more device codes for symbolic displayGlenn Kasten2015-05-271-0/+34
* | audio flinger: add suffix to time variables namesEric Laurent2015-05-271-51/+51
* | Merge "audio flinger: pause direct output when underrunning" into mnc-devEric Laurent2015-05-271-7/+7
|\ \ | |/ |/|
| * audio flinger: pause direct output when underrunningEric Laurent2015-05-261-7/+7
* | Merge "audio flinger: do not call JAVA services until system is ready" into m...Eric Laurent2015-05-211-35/+48
|\ \
| * | audio flinger: do not call JAVA services until system is readyEric Laurent2015-05-201-35/+48
| |/
* | Merge "Update FastTrack channel conversion check" into mnc-devAndy Hung2015-05-191-3/+5
|\ \
| * | Update FastTrack channel conversion checkAndy Hung2015-05-191-3/+5
| |/
* | Fix channel mask dump in AudioFlingerAndy Hung2015-05-191-43/+56
|/
* Merge "Update sampling rate to 192kHz for devices" into mnc-devAndy Hung2015-05-121-2/+5
|\
| * Update sampling rate to 192kHz for devicesAndy Hung2015-05-121-2/+5
* | Merge "Work around bug in offload driver" into mnc-devMarco Nelissen2015-05-121-2/+12
|\ \
| * | Work around bug in offload driverMarco Nelissen2015-05-121-2/+12
* | | Merge "Allow 8 channels in RecordThread" into mnc-devAndy Hung2015-05-121-3/+1
|\ \ \ | | |/ | |/|
| * | Allow 8 channels in RecordThreadAndy Hung2015-05-051-3/+1
* | | audio flinger: fix fuzz test crashEric Laurent2015-05-081-1/+4
| |/ |/|
* | Implement audio device callbackEric Laurent2015-05-061-0/+8
|/
* Merge "AudioTrack: fix direct tracks not pausing" into mnc-devPhil Burk2015-05-021-8/+9
|\
| * AudioTrack: fix direct tracks not pausingPhil Burk2015-05-011-8/+9
* | AudioSystem: refactor audio config cache and callbacksEric Laurent2015-05-011-38/+34
|/
* PatchPanel: do not use setParameters() internally.Eric Laurent2015-04-281-36/+169
* Add floating and multichannel record to AudioFlingerAndy Hung2015-04-221-67/+144
* Merge "Make record buffer in RecordThread variable format"Andy Hung2015-04-221-8/+8
|\
| * Make record buffer in RecordThread variable formatAndy Hung2015-04-211-8/+8
* | Use AudioPlaybackRate to hold TimestretchBufferProvider parametersRicardo Garcia2015-04-221-8/+4
|/
* Add playback rate to AudioTrackAndy Hung2015-04-091-16/+29
* Enable 8 bit and float pcm record formats for AudioFlingerAndy Hung2015-04-081-0/+13
* Improve ResamplerBufferProviderAndy Hung2015-04-081-28/+56
* Add RecordBufferConverter for RecordThread data processingAndy Hung2015-04-081-112/+193
* audio flinger: fix standby on output with HW A/V syncEric Laurent2015-04-011-2/+12
* Merge "AudioFlinger: call SPDIF wrapper from AudioFlinger"Phil Burk2015-03-241-17/+13
|\
| * AudioFlinger: call SPDIF wrapper from AudioFlingerPhil Burk2015-03-241-17/+13
* | AudioRecord TRANSFER_OBTAIN can be used with FAST flagGlenn Kasten2015-03-231-2/+3
|/
* Fix typosGlenn Kasten2015-03-231-1/+1
* Merge "Initial implementation of fast capture dump"Glenn Kasten2015-03-191-0/+4
|\
| * Initial implementation of fast capture dumpGlenn Kasten2015-03-061-0/+4
* | Merge "Allow TRANSFER_OBTAIN to be used for fast tracks"Glenn Kasten2015-03-091-2/+3
|\ \ | |/ |/|
| * Allow TRANSFER_OBTAIN to be used for fast tracksGlenn Kasten2015-03-091-2/+3
* | Dump generic information first for each threadGlenn Kasten2015-03-061-7/+6
* | Display more fields in thread dumpBaseGlenn Kasten2015-03-061-0/+4
|/
* Rename mName to mThreadName and kNameLength to kThreadNameLengthGlenn Kasten2015-03-061-12/+13
* WhitespaceGlenn Kasten2015-03-061-13/+13
* Add devicesToString, inputFlagsToString, and sourceToStringGlenn Kasten2015-03-061-1/+102
* Fix typo in string tableGlenn Kasten2015-03-051-1/+1
* Pull up increaseSamplingN and kSamplingNforLowRamDeviceGlenn Kasten2015-03-031-3/+3
* Remove redundant semicolon from namespace closingGlenn Kasten2015-03-031-1/+1
* Fix compile error if FAST_THREAD_STATISTICS not definedGlenn Kasten2015-03-021-0/+2
* Merge "Change AudioTrack resampling buffers from 3 to 2"Andy Hung2015-02-281-19/+12
|\
| * Change AudioTrack resampling buffers from 3 to 2Andy Hung2015-02-061-19/+12