Gitiles
Code Review
Sign In
review.evervolv.com
/
android_frameworks_av
/
44182c206f7c5584ef2cf504da6be98fab665dbf
/
services
44182c2
Dump generic information first for each thread
by Glenn Kasten
· 12 years ago
0b89bc0
Display more fields in thread dumpBase
by Glenn Kasten
· 12 years ago
d7dca05
Rename mName to mThreadName and kNameLength to kThreadNameLength
by Glenn Kasten
· 12 years ago
bcb1486
Whitespace
by Glenn Kasten
· 12 years ago
2f55e76
Rename tee sink file name and add prefix to macros
by Glenn Kasten
· 12 years ago
e7d6671
Rename formal parameter to match type name
by Glenn Kasten
· 12 years ago
0f5b562
Add devicesToString, inputFlagsToString, and sourceToString
by Glenn Kasten
· 12 years ago
6ffc14a
Merge "Fix typo in string table"
by Glenn Kasten
· 12 years ago
dfb0e11
Fix typo in string table
by Glenn Kasten
· 12 years ago
df68f07
Merge "Improve resampler speed for floating point and arm64"
by Andy Hung
· 12 years ago
60d5023
Merge "audiopolicy: Do not route VoIP call to HDMI"
by Eric Laurent
· 12 years ago
acc930d
audiopolicy: Do not route VoIP call to HDMI
by Eric Laurent
· 12 years ago
6d32d81
Merge "Remove PCM16 assumption from FastCapture"
by Glenn Kasten
· 12 years ago
0331cf7
Merge "Pull up comment to superclass"
by Glenn Kasten
· 12 years ago
27697a3
Merge "Remove redundant this->"
by Glenn Kasten
· 12 years ago
56d517c
Merge "Add "m" prefix to fields"
by Glenn Kasten
· 12 years ago
5115777
Remove PCM16 assumption from FastCapture
by Glenn Kasten
· 12 years ago
8a0554c
Pull up comment to superclass
by Glenn Kasten
· 12 years ago
4dd03b5
Remove redundant this->
by Glenn Kasten
· 12 years ago
e4a7ce2
Add "m" prefix to fields
by Glenn Kasten
· 12 years ago
6b667dd
Improve resampler speed for floating point and arm64
by Andy Hung
· 12 years ago
1ba3992
Merge "camera: implement flashlight for HAL v1 devices"
by Chien-Yu Chen
· 12 years ago
38445e4
Merge "camera: fix flashlight implementation for HAL v2"
by Chien-Yu Chen
· 12 years ago
d231fd6
camera: implement flashlight for HAL v1 devices
by Chien-Yu Chen
· 12 years ago
88da526
camera: fix flashlight implementation for HAL v2
by Chien-Yu Chen
· 12 years ago
d702a56
Pull out commandToString() from FastMixerDumpState.cpp
by Glenn Kasten
· 12 years ago
fbdb2ac
Pull up increaseSamplingN and kSamplingNforLowRamDevice
by Glenn Kasten
· 12 years ago
63238ef
Remove redundant semicolon from namespace closing
by Glenn Kasten
· 12 years ago
13e7170
Merge "Fix compile error if FAST_THREAD_STATISTICS not defined"
by Glenn Kasten
· 12 years ago
785b34e
Merge "Rename FAST_MIXER_STATISTICS to FAST_THREAD_STATISTICS"
by Glenn Kasten
· 12 years ago
d797a9d
Fix compile error if FAST_THREAD_STATISTICS not defined
by Glenn Kasten
· 12 years ago
214b406
Rename FAST_MIXER_STATISTICS to FAST_THREAD_STATISTICS
by Glenn Kasten
· 12 years ago
a5c5ad3
Re-generate sinc tables with comment and indent by 4
by Glenn Kasten
· 12 years ago
bf31b33
Merge "Line length 100"
by Glenn Kasten
· 12 years ago
ad3738c
Merge "Extract resampler coefficient tables to separate files"
by Glenn Kasten
· 12 years ago
2f5aa01
Line length 100
by Glenn Kasten
· 12 years ago
675933b
Extract resampler coefficient tables to separate files
by Glenn Kasten
· 12 years ago
566729e
Merge "Fix comments in resampler assembly"
by Andy Hung
· 12 years ago
66bcde4
Merge "Add channel index mask to AudioMixer"
by Andy Hung
· 12 years ago
d4bd93b
Merge "Change AudioTrack resampling buffers from 3 to 2"
by Andy Hung
· 12 years ago
9060199
Merge "Warmup cycles must be in range and consecutive"
by Glenn Kasten
· 12 years ago
650ceb9
Add channel index mask to AudioMixer
by Andy Hung
· 12 years ago
7841f70
Merge "Do not pre-fill OutputTrack buffer for duplicating thread"
by Andy Hung
· 12 years ago
364b260
Merge "Remove unused stride-by-8 resampling code"
by Andy Hung
· 12 years ago
d031aaa
Merge "CameraService: fix invalid access of camera metadata"
by Yin-Chia Yeh
· 12 years ago
9a4fa2d
Merge "Camera: Remove RAW_SENSOR in favor of RAW16"
by Eino-Ville Talvala
· 12 years ago
0fbad3c
Merge "Fix for getMicMute in AudioFlinger"
by Ricardo Garcia
· 12 years ago
a52b8d1
Merge "Include what you use"
by Glenn Kasten
· 12 years ago
6ff474e
Merge "Pull out FastCaptureDumpState and FastMixerDumpState"
by Glenn Kasten
· 12 years ago
a97dfeb
Camera: Remove RAW_SENSOR in favor of RAW16
by Eino-Ville Talvala
· 12 years ago
3e91b5d
Fix for getMicMute in AudioFlinger
by Ricardo Garcia
· 12 years ago
a9284a8
Merge "camera: implement flashlight control"
by Chien-Yu Chen
· 12 years ago
d2123e6
Warmup cycles must be in range and consecutive
by Glenn Kasten
· 12 years ago
ad8510a
Include what you use
by Glenn Kasten
· 12 years ago
04333cd
Pull out FastCaptureDumpState and FastMixerDumpState
by Glenn Kasten
· 12 years ago
658fc18d
Merge "Pull out FastThreadDumpState"
by Glenn Kasten
· 12 years ago
c1b3bc0
Merge "Refactor AudioPolicyManager"
by Jean-Michel Trivi
· 12 years ago
56ec4ff
Refactor AudioPolicyManager
by Jean-Michel Trivi
· 12 years ago
b6dc0bf
CameraService: fix invalid access of camera metadata
by Yin-Chia Yeh
· 12 years ago
045ee7e
Pull out FastThreadDumpState
by Glenn Kasten
· 12 years ago
228711d
Look up user-specific device policy for disabling camera
by Amith Yamasani
· 12 years ago
3068d73
camera: implement flashlight control
by Chien-Yu Chen
· 12 years ago
d7a7715
Fix comments in resampler assembly
by Andy Hung
· 12 years ago
4019a1e
Remove unused stride-by-8 resampling code
by Andy Hung
· 12 years ago
e8610ba
Passing device name up through getDeviceDescriptor() method (when creating)
by Paul McLean
· 12 years ago
0e48d25
Change AudioTrack resampling buffers from 3 to 2
by Andy Hung
· 12 years ago
e743a47
Add additional info to AudioPort for enum/selection API.
by Paul McLean
· 12 years ago
4db5617
am 7bc90358: am 5d46bd54: am 3ae5f313: audiopolicy: send device connect notification to HALs
by Eric Laurent
· 12 years ago
7bc9035
am 5d46bd54: am 3ae5f313: audiopolicy: send device connect notification to HALs
by Eric Laurent
· 12 years ago
3ae5f31
audiopolicy: send device connect notification to HALs
by Eric Laurent
· 12 years ago
e074a93
CameraService: intercept Camera module
by Yin-Chia Yeh
· 12 years ago
37e5e6a
am e33dee9e: am 14a849c2: am 1bf8a210: Merge "audio policy: add fallback for output selection" into lmp-mr1-dev
by Eric Laurent
· 12 years ago
5c129eb
am cba7fe5f: am 6f4428de: am d99c6855: Merge "audio policy: match attached device to declared devices" into lmp-mr1-dev
by Eric Laurent
· 12 years ago
e33dee9
am 14a849c2: am 1bf8a210: Merge "audio policy: add fallback for output selection" into lmp-mr1-dev
by Eric Laurent
· 12 years ago
cba7fe5
am 6f4428de: am d99c6855: Merge "audio policy: match attached device to declared devices" into lmp-mr1-dev
by Eric Laurent
· 12 years ago
1bf8a21
Merge "audio policy: add fallback for output selection" into lmp-mr1-dev
by Eric Laurent
· 12 years ago
a82797f
audio policy: add fallback for output selection
by Eric Laurent
· 12 years ago
d99c685
Merge "audio policy: match attached device to declared devices" into lmp-mr1-dev
by Eric Laurent
· 12 years ago
a1d525f
audio policy: match attached device to declared devices
by Eric Laurent
· 12 years ago
aae0363
am 88873ae1: am f1121d96: am 0d84ba3f: Merge "Fix FLAG_BEACON regression" into lmp-mr1-dev
by Jean-Michel Trivi
· 12 years ago
88873ae
am f1121d96: am 0d84ba3f: Merge "Fix FLAG_BEACON regression" into lmp-mr1-dev
by Jean-Michel Trivi
· 12 years ago
0d84ba3
Merge "Fix FLAG_BEACON regression" into lmp-mr1-dev
by Jean-Michel Trivi
· 12 years ago
79ad438
Fix FLAG_BEACON regression
by Jean-Michel Trivi
· 12 years ago
342d039
am 6dafb81d: am 8c403b22: am c84bc78d: Merge "Audio policy: fix device gain initialization" into lmp-mr1-dev
by Eric Laurent
· 12 years ago
6dafb81
am 8c403b22: am c84bc78d: Merge "Audio policy: fix device gain initialization" into lmp-mr1-dev
by Eric Laurent
· 12 years ago
1db89b9
Audio policy: fix device gain initialization
by Eric Laurent
· 12 years ago
5bedff6
Do not pre-fill OutputTrack buffer for duplicating thread
by Andy Hung
· 12 years ago
7790a33
am 656d738c: am a789e519: am 0c4e56d0: Camera: make sure jpeg buffer size isn\'t too small
by Yin-Chia Yeh
· 12 years ago
656d738
am a789e519: am 0c4e56d0: Camera: make sure jpeg buffer size isn\'t too small
by Yin-Chia Yeh
· 12 years ago
3f603da
am 1d6aedb3: am bf2751a5: am 7ccc6b9b: Merge "fix audio patch leak." into lmp-mr1-dev
by Eric Laurent
· 12 years ago
1d6aedb
am bf2751a5: am 7ccc6b9b: Merge "fix audio patch leak." into lmp-mr1-dev
by Eric Laurent
· 12 years ago
0c4e56d
Camera: make sure jpeg buffer size isn't too small
by Yin-Chia Yeh
· 12 years ago
7ccc6b9
Merge "fix audio patch leak." into lmp-mr1-dev
by Eric Laurent
· 12 years ago
dce27d0
Merge "Update duplicating thread to use float audio"
by Andy Hung
· 12 years ago
2d2bd6a
Merge "Allow duplicating thread to use native mixing audio format"
by Andy Hung
· 12 years ago
aa79bef
fix audio patch leak.
by Eric Laurent
· 12 years ago
fbfc395
Update duplicating thread to use float audio
by Andy Hung
· 12 years ago
c25b84a
Allow duplicating thread to use native mixing audio format
by Andy Hung
· 12 years ago
cd7382b
am c09eb2df: am 65cb339d: am 21291a42: Merge "fix leak in audio policy effect config parser" into lmp-mr1-dev
by Eric Laurent
· 12 years ago
c09eb2d
am 65cb339d: am 21291a42: Merge "fix leak in audio policy effect config parser" into lmp-mr1-dev
by Eric Laurent
· 12 years ago
Next »