Gitiles
Code Review
Sign In
review.evervolv.com
/
android_frameworks_av
/
7c7f10bd4fda9a084e5e7f0eb3a040dfcbf01745
/
services
7c7f10b
Audio framework: support for audio pre processing
by Eric Laurent
· 15 years ago
e0b5bb2
Merge "Log CPU usage"
by Glenn Kasten
· 15 years ago
4d8d0c3
Log CPU usage
by Glenn Kasten
· 15 years ago
81eedd1
Remove some #ifdef HAVE_ANDROID_OS that were needed for the simulator build
by Mike Lockwood
· 15 years ago
319d2e3
get rid of overlay HAL
by Mathias Agopian
· 15 years ago
5e0067b
Remove the simulator target from all makefiles. Bug: 5010576
by Jeff Brown
· 15 years ago
619d29f
Eliminate single-process mode. Bug: 5010576
by Jeff Brown
· 15 years ago
6c21234
Merge "Fix build warning; LOG_TAG was misplaced"
by Glenn Kasten
· 15 years ago
5159c7e
Fix build warning; LOG_TAG was misplaced
by Glenn Kasten
· 15 years ago
6d8b694
Moved and renamed effect API header files
by Eric Laurent
· 15 years ago
1e06f43
CameraService: Decouple dequeue and lock
by Sundar Raman
· 15 years ago
4ca2c7c
Add framework support for camcorder zoom.
by Wu-cheng Li
· 15 years ago
671a636
Added audio_bytes_per_sample() helper function
by Eric Laurent
· 15 years ago
01bded1
Merge "Allow camera to be disabled via Device Policy Manager"
by Wu-cheng Li
· 15 years ago
7394a4f
audio: update for audio/audio_policy header names/locations
by Dima Zavin
· 15 years ago
afcedc9
CameraService: return stide when dequeueing a buffer
by Iliyan Malchev
· 15 years ago
26adde8
frameworks/base: updates for camera HAL memory management
by Iliyan Malchev
· 15 years ago
0512ab5
Remove dead code related to gettid
by Glenn Kasten
· 15 years ago
0d255b2
Use channel mask instead of channel count for track creation
by Jean-Michel Trivi
· 15 years ago
a335543
Allow camera to be disabled via Device Policy Manager
by Wu-cheng Li
· 15 years ago
65580f9
Removed interface to load audio effects libraries
by Eric Laurent
· 15 years ago
e1315cf
New effect library API
by Eric Laurent
· 15 years ago
162f7d1
Merge "HAVE_ANDROID_OS AUDIOFLINGER_SECURITY_ENABLED dead"
by Glenn Kasten
· 15 years ago
6708b9a
Merge "Fix audio effect framework issues"
by Eric Laurent
· 15 years ago
b469b94
Fix audio effect framework issues
by Eric Laurent
· 15 years ago
6476024
update for new audio.h header location
by Dima Zavin
· 15 years ago
249c6a6
HAVE_ANDROID_OS AUDIOFLINGER_SECURITY_ENABLED dead
by Glenn Kasten
· 15 years ago
8ce2364
frameworks/base: android_native_buffer_t -> ANativeWindowBuffer
by Iliyan Malchev
· 15 years ago
8951a97
frameworks/base: switch CameraService to a HAL module
by Iliyan Malchev
· 15 years ago
9e62652
frameworks/base: include system/core header camera.h in Camera.h
by Iliyan Malchev
· 15 years ago
5a61d2f
audioflinger: don't do work in constructor, instead do it in onFirstRef
by Dima Zavin
· 15 years ago
799a70e
audioflinger: enumerate all the possible audio interfaces
by Dima Zavin
· 15 years ago
fce7a47
audio/media: convert to using the audio HAL and new audio defs
by Dima Zavin
· 15 years ago
6b80e0b
audioflinger: move legacy audio hw/policy out to libhardware_legacy
by Dima Zavin
· 15 years ago
dab0bea
am 48dca4de: am 969357e3: am 223995dc: Fix issue 4335692: HDMI media volume
by Eric Laurent
· 15 years ago
5bfdfd1
am 969357e3: am 223995dc: Fix issue 4335692: HDMI media volume
by Eric Laurent
· 15 years ago
023eeac
Fix issue 4335692: HDMI media volume
by Eric Laurent
· 15 years ago
5820e52
am 07c25b65: am 4430670f: am ca7ad44a: Merge "audioflinger: Enable ARMv5TE optimized resampler"
by Brad Fitzpatrick
· 15 years ago
4d02439
am 4430670f: am ca7ad44a: Merge "audioflinger: Enable ARMv5TE optimized resampler"
by Brad Fitzpatrick
· 15 years ago
0c0a1c0
audioflinger: Enable ARMv5TE optimized resampler
by Jim Huang
· 15 years ago
c30268b
Merge "Miscellaneous code cleanup in audio framework"
by Glenn Kasten
· 15 years ago
9d91771
Merge "remove more unused references to ISurface"
by Mathias Agopian
· 15 years ago
4bcae82
Miscellaneous code cleanup in audio framework
by Glenn Kasten
· 15 years ago
8b1027d
remove more unused references to ISurface
by Mathias Agopian
· 15 years ago
38ccae2
New fix for issue 4111672: control block flags
by Eric Laurent
· 15 years ago
108dddf
frameworks/base: some camera-interface cleanup
by Iliyan Malchev
· 15 years ago
5f7fcf2
merge libsurfaceflinger_client into libgui
by Mathias Agopian
· 15 years ago
1caf58c
Merge "Fix issue 4111672: AudioTrack control block flags"
by Eric Laurent
· 15 years ago
33797ea
Fix issue 4111672: AudioTrack control block flags
by Eric Laurent
· 15 years ago
8eb69d6
Fix missing AOSP copyright headers for more files
by James Dong
· 15 years ago
ce80563
Improvement for issue 3489986: BT SCO volume
by Eric Laurent
· 15 years ago
4f46fed
Merge "- To track the usage of all audio output devices - To track the currently used audio device - The devices are separated as speaker and other audio devices - Provide the collected data to battery application through pullBatteryData()"
by Gloria Wang
· 15 years ago
9ee159b
- To track the usage of all audio output devices
by Gloria Wang
· 15 years ago
1c49671
Merge "Fix issue 3388775."
by Eric Laurent
· 15 years ago
c0bff9b
Merge "Fix issue 3479042."
by Eric Laurent
· 15 years ago
532492c
Fix issue 3388775.
by Eric Laurent
· 15 years ago
243f5f9
Fix issue 3479042.
by Eric Laurent
· 15 years ago
043b22d
Fix bug 3376700 Volume too loud at lowest setting
by Jean-Michel Trivi
· 15 years ago
e468ac5
Application-managed callback buffer support for raw image
by James Dong
· 15 years ago
586b217
Fix issue 3400751.
by Eric Laurent
· 15 years ago
727a6f8
Merge "Fix issue 3425342."
by Eric Laurent
· 15 years ago
12932bf
Fix issue 3425342.
by Eric Laurent
· 15 years ago
6b2718c
Bug 3352047 Wrong message when adjusting volume
by Glenn Kasten
· 15 years ago
8473bb5
am be806fe8: am cc8f87e9: am f664d6f9: am b083d3b8: Merge "Initialize resampling buffer per track."
by Brad Fitzpatrick
· 15 years ago
802da7b
Merge "Bug 3366668 Use BinderService template"
by Glenn Kasten
· 15 years ago
e08d819
am cc8f87e9: am f664d6f9: am b083d3b8: Merge "Initialize resampling buffer per track."
by Brad Fitzpatrick
· 15 years ago
e26308a
am b083d3b8: Merge "Initialize resampling buffer per track."
by Brad Fitzpatrick
· 15 years ago
2151d7b
Initialize resampling buffer per track.
by Yuuhi Yamaguchi
· 15 years ago
117cd92
Merge "Bug 3366885 Remove LVMX switch"
by Glenn Kasten
· 15 years ago
8782cb4
am 6f1bd261: am 9c0a1003: Merge "Fix issue 3371080" into honeycomb
by Eric Laurent
· 15 years ago
db130fb
Bug 3366885 Remove LVMX switch
by Glenn Kasten
· 15 years ago
d2dcb08
Bug 3366668 Use BinderService template
by Glenn Kasten
· 15 years ago
eda6c36
Fix issue 3371080
by Eric Laurent
· 15 years ago
2a30be3
Merge 0ef57993 from gingerbread
by Jean-Baptiste Queru
· 15 years ago
144f789
am 4eeb1047: Merge 13212f83 from gingerbread-plus-aosp
by Jean-Baptiste Queru
· 15 years ago
2ef8930
Merge 13212f83 from gingerbread-plus-aosp
by Jean-Baptiste Queru
· 15 years ago
5092d8c
Fix issue 2988031.
by Eric Laurent
· 15 years ago
bfa2f13
do not merge bug 3370834 Cherrypick from master
by Jean-Michel Trivi
· 15 years ago
61dca67
Bug 3376700 Add support in APM for stream-specific volume curves
by Jean-Michel Trivi
· 15 years ago
b517e00
do not merge - Fix issue 3371096.
by Eric Laurent
· 15 years ago
7333748
Fix issue 3371096.
by Eric Laurent
· 15 years ago
9357520
Tentative fix for issue 3362362.
by Eric Laurent
· 15 years ago
eb0d0c4
Fix issue 3317627.
by Eric Laurent
· 15 years ago
bfa33aa
Add camera service support for SurfaceTexture.
by Jamie Gennis
· 15 years ago
626c85f
Fix issue 3217707.
by Eric Laurent
· 15 years ago
0b456a6
Fix speakerphone routing to analog dock
by Eric Laurent
· 15 years ago
f3a8d32
Change audio routing policy for HDMI
by Eric Laurent
· 15 years ago
b3fd981
Fix audio mode log.
by Eric Laurent
· 15 years ago
986ef2a
We requires camera hal's implementation should not track the ref count of any outstanding video frames and ignore
by James Dong
· 15 years ago
03dfce9
remove support for PUSH_BUFFER surfaces and overlays
by Mathias Agopian
· 15 years ago
6baa5de
Don't drop video frames but to release them.
by James Dong
· 15 years ago
ed7c671
Fix issue 2641884: Bluetooth volume is dependent on in call volume.
by Eric Laurent
· 15 years ago
094b148
resolved conflicts for merge of 0d28be68 to master
by Eric Laurent
· 15 years ago
075a1f6
Fix issue 3142808.
by Eric Laurent
· 15 years ago
e4db265
Revert "Temporary workaround for issue 3187563"
by Eric Laurent
· 15 years ago
32cb1ba
Fix issue 3225810.
by Eric Laurent
· 15 years ago
f5aafb2
Fix issue 3157123.
by Eric Laurent
· 15 years ago
f1fb01a
Add new audio mode for audio communications other than telelphony.
by Jean-Michel Trivi
· 15 years ago
56ecd20
Add support for audio recording source in generic audio policy mgr.
by Jean-Michel Trivi
· 15 years ago
e3aac34
Temporary workaround for issue 3187563
by Eric Laurent
· 15 years ago
Next »