Gitiles
Code Review
Sign In
review.evervolv.com
/
android_frameworks_av
/
7019d2247e644470a0e8eb99b02b8b2d656fd9fb
/
services
/
audioflinger
/
AudioFlinger.cpp
ec35a14
Fix issue 5381089: problem with A2DP music volume
by Eric Laurent
· 14 years ago
9d18ec5
Fix issue 5373658: memory leak in AudioFlinger.
by Eric Laurent
· 14 years ago
6bffdb8
Fix issue 5355047: Automated effect tests fail.
by Eric Laurent
· 14 years ago
60cd0a0
Issue 4345021: Audio routed to multiple devices...
by Eric Laurent
· 14 years ago
b76e90d
Merge "226483: A2DP connected, but music out to speaker"
by Eric Laurent
· 15 years ago
9f6530f
226483: A2DP connected, but music out to speaker
by Eric Laurent
· 15 years ago
bee5337
Audioflinger: reverse logic of BT NREC indication
by Eric Laurent
· 15 years ago
a1884f9
AudioFlinger: add check for audio HAL init failure
by Eric Laurent
· 15 years ago
0270b18
Don't remove effects on session 0
by Marco Nelissen
· 15 years ago
db7c079
Audio effects: track CPU and memory use separately
by Eric Laurent
· 15 years ago
3a34bef
Keep effects sessions active when the caller dies.
by Marco Nelissen
· 15 years ago
c3e6572
Merge "AudioFlinger: protect input/output stream access"
by Eric Laurent
· 15 years ago
b8ba0a9
AudioFlinger: protect input/output stream access
by Eric Laurent
· 15 years ago
59bd0da
AudioFlinger: disable AEC and NS with BT headsets
by Eric Laurent
· 15 years ago
59255e4
Audio Effect Framework: add effect suspend/restore
by Eric Laurent
· 15 years ago
6dbe883
Fix issue 5090721: audio record broken
by Eric Laurent
· 15 years ago
a7280a5
Merge "AudioFlinger: fix crash when deleting pre process."
by Eric Laurent
· 15 years ago
ec437d8
AudioFlinger: fix crash when deleting pre process.
by Eric Laurent
· 15 years ago
feb0db6
Fix issue 4604090: notification sound interrupted.
by Eric Laurent
· 15 years ago
1d2bff0
AudioFlinger: add dump of audio pre processing.
by Eric Laurent
· 15 years ago
edc15ad
Fix issue 4988574: 8 bit PCM audio playback broken.
by Eric Laurent
· 15 years ago
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
6d8b694
Moved and renamed effect API header files
by Eric Laurent
· 15 years ago
671a636
Added audio_bytes_per_sample() helper function
by Eric Laurent
· 15 years ago
7394a4f
audio: update for audio/audio_policy header names/locations
by Dima Zavin
· 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
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
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
c30268b
Merge "Miscellaneous code cleanup in audio framework"
by Glenn Kasten
· 15 years ago
4bcae82
Miscellaneous code cleanup in audio framework
by Glenn Kasten
· 15 years ago
38ccae2
New fix for issue 4111672: control block flags
by Eric Laurent
· 15 years ago
33797ea
Fix issue 4111672: AudioTrack control block flags
by Eric Laurent
· 15 years ago
9ee159b
- To track the usage of all audio output devices
by Gloria Wang
· 15 years ago
243f5f9
Fix issue 3479042.
by Eric Laurent
· 15 years ago
117cd92
Merge "Bug 3366885 Remove LVMX switch"
by Glenn Kasten
· 15 years ago
db130fb
Bug 3366885 Remove LVMX switch
by Glenn Kasten
· 15 years ago
eda6c36
Fix issue 3371080
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
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
af59ce2
Fixed AudioFlinger not always pausing tracks
by Eric Laurent
· 15 years ago
44d9848
Issue 3032913: improve AudioTrack recovery time
by Eric Laurent
· 15 years ago
dac6911
Fix several audio effects problems.
by Eric Laurent
· 15 years ago
84e9a10
Fix issue 3007862
by Eric Laurent
· 15 years ago
fac4895
Request permission for global audio effects.
by Eric Laurent
· 15 years ago
e0aed6d
Fix volume problems with insert revert
by Eric Laurent
· 15 years ago
aeae3de
Fix problem in AudioEffect::command() status.
by Eric Laurent
· 15 years ago
8f45bd7
Audio Effects: fix problems in volume control.
by Eric Laurent
· 16 years ago
25cbe0e
Fix issue 2929440
by Eric Laurent
· 16 years ago
571d49c
Fix issue 2909189: System property ro.audio.silent no longer mutes system.
by Eric Laurent
· 16 years ago
8569f0d
Fixed several audio effects problems.
by Eric Laurent
· 16 years ago
60e1824
Fixed underrun in audioflinger mixer.
by Eric Laurent
· 16 years ago
39e94f8
Allow creation of an audio effect on a session with no audio tracks.
by Eric Laurent
· 16 years ago
25f4395
Audio effects: modified command() parameter types.
by Eric Laurent
· 16 years ago
de07013
Audio policy manager changes for audio effects
by Eric Laurent
· 16 years ago
f997cab
Fixed problems in audio effect volume control.
by Eric Laurent
· 16 years ago
cab1124
Several improvements in audio effects volume control.
by Eric Laurent
· 16 years ago
5462fc9
added BinderService<> template to help creating native binder services
by Mathias Agopian
· 16 years ago
65ab471
move native services under services/
by Mathias Agopian
· 16 years ago