summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* Merge "Camera: Wire up dataSpace, clean up ICameraDeviceUser"Eino-Ville Talvala2015-03-0923-53/+93
|\
| * Camera: Wire up dataSpace, clean up ICameraDeviceUserEino-Ville Talvala2015-03-0623-53/+93
* | 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
* | | Merge "audiopolicy: Do not route VoIP call to HDMI"Eric Laurent2015-03-041-1/+1
|\ \ \ | |_|/ |/| |
| * | audiopolicy: Do not route VoIP call to HDMIEric Laurent2015-03-041-1/+1
* | | Merge "Remove PCM16 assumption from FastCapture"Glenn Kasten2015-03-042-9/+6
|\ \ \
| * | | Remove PCM16 assumption from FastCaptureGlenn Kasten2015-03-032-9/+6
* | | | Merge "Pull up comment to superclass"Glenn Kasten2015-03-042-7/+6
|\ \ \ \ | |/ / /
| * | | Pull up comment to superclassGlenn Kasten2015-03-032-7/+6
* | | | Merge "Remove redundant this->"Glenn Kasten2015-03-042-12/+12
|\ \ \ \ | |/ / /
| * | | Remove redundant this->Glenn Kasten2015-03-032-12/+12
* | | | Merge "Add "m" prefix to fields"Glenn Kasten2015-03-048-396/+403
|\ \ \ \ | |/ / /
| * | | Add "m" prefix to fieldsGlenn Kasten2015-03-038-396/+403
* | | | Merge "camera: implement flashlight for HAL v1 devices"Chien-Yu Chen2015-03-039-23/+322
|\ \ \ \
| * | | | camera: implement flashlight for HAL v1 devicesChien-Yu Chen2015-03-039-23/+322
* | | | | Merge "camera: fix flashlight implementation for HAL v2"Chien-Yu Chen2015-03-034-201/+423
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
| * | | camera: fix flashlight implementation for HAL v2Chien-Yu Chen2015-03-034-201/+423
* | | | 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
|\ \ \ \ \