summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ \
| * | | | | 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 "CameraService: fix invalid access of camera metadata"Yin-Chia Yeh2015-02-201-8/+7
|\ \ \ \ \
| * | | | | CameraService: fix invalid access of camera metadataYin-Chia Yeh2015-02-181-8/+7
* | | | | | Merge "Camera: Remove RAW_SENSOR in favor of RAW16"Eino-Ville Talvala2015-02-202-4/+4
|\ \ \ \ \ \
| * | | | | | Camera: Remove RAW_SENSOR in favor of RAW16Eino-Ville Talvala2015-02-192-4/+4
| | |/ / / / | |/| | | |
* | | | | | Merge "Fix for getMicMute in AudioFlinger"Ricardo Garcia2015-02-201-4/+10
|\ \ \ \ \ \
| * | | | | | Fix for getMicMute in AudioFlingerRicardo Garcia2015-02-191-4/+10
| |/ / / / /
* | | | | | Merge "Include what you use"Glenn Kasten2015-02-204-4/+4
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Include what you useGlenn Kasten2015-02-194-4/+4
* | | | | | Merge "Pull out FastCaptureDumpState and FastMixerDumpState"Glenn Kasten2015-02-208-241/+327
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Pull out FastCaptureDumpState and FastMixerDumpStateGlenn Kasten2015-02-198-241/+327