summaryrefslogtreecommitdiffstats
path: root/services/audioflinger
Commit message (Expand)AuthorAgeFilesLines
* 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-062-14/+15
* WhitespaceGlenn Kasten2015-03-062-17/+17
* Rename tee sink file name and add prefix to macrosGlenn Kasten2015-03-061-12/+12
* Rename formal parameter to match type nameGlenn Kasten2015-03-061-8/+8
* Add devicesToString, inputFlagsToString, and sourceToStringGlenn Kasten2015-03-062-1/+106
* Merge "Fix typo in string table"Glenn Kasten2015-03-061-1/+1
|\
| * Fix typo in string tableGlenn Kasten2015-03-051-1/+1
* | Merge "Improve resampler speed for floating point and arm64"Andy Hung2015-03-046-6/+626
|\ \ | |/ |/|
| * Improve resampler speed for floating point and arm64Andy Hung2015-03-036-6/+626
* | Remove PCM16 assumption from FastCaptureGlenn Kasten2015-03-032-9/+6
* | Pull up comment to superclassGlenn Kasten2015-03-032-7/+6
* | Remove redundant this->Glenn Kasten2015-03-032-12/+12
* | Add "m" prefix to fieldsGlenn Kasten2015-03-038-396/+403
* | Pull out commandToString() from FastMixerDumpState.cppGlenn Kasten2015-03-037-29/+50
* | Pull up increaseSamplingN and kSamplingNforLowRamDeviceGlenn Kasten2015-03-035-43/+33
* | Remove redundant semicolon from namespace closingGlenn Kasten2015-03-0319-21/+19
* | Merge "Fix compile error if FAST_THREAD_STATISTICS not defined"Glenn Kasten2015-03-031-0/+2
|\ \
| * | Fix compile error if FAST_THREAD_STATISTICS not definedGlenn Kasten2015-03-021-0/+2
* | | Merge "Rename FAST_MIXER_STATISTICS to FAST_THREAD_STATISTICS"Glenn Kasten2015-03-038-19/+18
|\ \ \ | |/ /
| * | Rename FAST_MIXER_STATISTICS to FAST_THREAD_STATISTICSGlenn Kasten2015-03-028-19/+18
| |/
* | Re-generate sinc tables with comment and indent by 4Glenn Kasten2015-03-022-258/+262
|/
* Merge "Line length 100"Glenn Kasten2015-03-021-1/+2
|\
| * Line length 100Glenn Kasten2015-02-271-1/+2
* | Merge "Extract resampler coefficient tables to separate files"Glenn Kasten2015-03-023-258/+260
|\ \ | |/
| * Extract resampler coefficient tables to separate filesGlenn Kasten2015-02-273-258/+260
* | Merge "Fix comments in resampler assembly"Andy Hung2015-02-281-40/+40
|\ \
| * | Fix comments in resampler assemblyAndy Hung2015-02-091-40/+40
* | | Merge "Add channel index mask to AudioMixer"Andy Hung2015-02-281-6/+44
|\ \ \
| * | | Add channel index mask to AudioMixerAndy Hung2015-02-271-6/+44
* | | | 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
* | | | Merge "Warmup cycles must be in range and consecutive"Glenn Kasten2015-02-274-10/+28
|\ \ \ \
| * | | | Warmup cycles must be in range and consecutiveGlenn Kasten2015-02-194-10/+28
* | | | | Merge "Do not pre-fill OutputTrack buffer for duplicating thread"Andy Hung2015-02-261-22/+1
|\ \ \ \ \
| * | | | | Do not pre-fill OutputTrack buffer for duplicating threadAndy Hung2015-01-221-22/+1
| | |/ / / | |/| | |
* | | | | Merge "Remove unused stride-by-8 resampling code"Andy Hung2015-02-261-511/+0
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | Remove unused stride-by-8 resampling codeAndy Hung2015-02-091-511/+0
| |/ /
* | | Merge "Fix for getMicMute in AudioFlinger"Ricardo Garcia2015-02-201-4/+10
|\ \ \ | |_|/ |/| |
| * | Fix for getMicMute in AudioFlingerRicardo Garcia2015-02-191-4/+10
| |/
* | Include what you useGlenn Kasten2015-02-194-4/+4
* | Pull out FastCaptureDumpState and FastMixerDumpStateGlenn Kasten2015-02-198-241/+327
* | Pull out FastThreadDumpStateGlenn Kasten2015-02-178-55/+110
|/
* Merge "Update duplicating thread to use float audio"Andy Hung2015-01-171-0/+22
|\
| * Update duplicating thread to use float audioAndy Hung2015-01-151-0/+22
* | Merge "Allow duplicating thread to use native mixing audio format"Andy Hung2015-01-163-56/+49
|\ \ | |/
| * Allow duplicating thread to use native mixing audio formatAndy Hung2015-01-153-56/+49