Gitiles
Code Review
Sign In
review.evervolv.com
/
android_frameworks_av
/
2c2551d2cb7e4e3d92a410ac116609cfca88bf9c
/
media
/
libaudioclient
/
IAudioFlinger.cpp
9cd8981
Convert IEffect and IEffectClient to AIDL
by Ytai Ben-Tsvi
· 6 years ago
67f9570
Update comment
by Glenn Kasten
· 6 years ago
2fe0acd
audioflinger: add effect creation probe mode
by Eric Laurent
· 6 years ago
8b0bfd9
AudioFlinger: Propagate uid info for AudioSession references
by Andy Hung
· 7 years ago
9487603
AudioEffect: add device descriptor to AudioEffect constructor
by Eric Laurent
· 7 years ago
42896a0
media utils: dump audio HAL service before restarting audioserver
by Eric Laurent
· 7 years ago
4381040
Refactor opening output interface between AF and AP.
by jiabin
· 7 years ago
cf90b49
Remove symlinks from include dir
by Marco Nelissen
· 7 years ago
5ada82e
audio policy: allow silencing capture per port
by Eric Laurent
· 7 years ago
f85d129
AudioFlinger: Clear effect_uuid_t in case of short read
by Andy Hung
· 7 years ago
b20cf7d
audio policy: concurrent capture effects
by Eric Laurent
· 7 years ago
3fae037
Add master audio balance
by Richard Folke Tullberg
· 10 years ago
2a56758
Merge "IAudioFlinger: fix early return in createEffect"
by TreeHugger Robot
· 8 years ago
b2fe78f
IAudioFlinger: fix early return in createEffect
by Eric Laurent
· 8 years ago
2046ec7
Update getEffectDescriptors() to include type
by Ari Hausman-Cohen
· 8 years ago
39b09b5
audioserver: log system event for binder timeouts
by Eric Laurent
· 8 years ago
4ef19fa
Update audio permission checking
by Andy Hung
· 8 years ago
ef92bff
audioserver: return binder call permission error in reply
by Eric Laurent
· 8 years ago
f1047e8
audioflinger: filter out reserved keys from setParameters()
by Eric Laurent
· 8 years ago
83028d5
Merge "Support query microphones information." into pi-dev
by TreeHugger Robot
· 8 years ago
9ff780e
Support query microphones information.
by jiabin
· 8 years ago
96c7eed
audioserver: fix UID checks for multi user
by Eric Laurent
· 8 years ago
3528c93
audio services: monitor execution time for binder commands
by Eric Laurent
· 9 years ago
34c238e
Merge "audio: filter reserved binder calls"
by Eric Laurent
· 9 years ago
4980df2
audio: filter reserved binder calls
by Eric Laurent
· 9 years ago
46a76fa
Add support for getting all available microphones characteristics.
by jiabin
· 9 years ago
03570a6
Merge "AudioFlinger: Allocate client memory based on total device memory"
by Andy Hung
· 9 years ago
6f248bb
AudioFlinger: Allocate client memory based on total device memory
by Andy Hung
· 9 years ago
f4ddfef
Don't record audio if UID is idle - media framework
by Svet Ganov
· 9 years ago
b1cc36b
Revert "Revert "restrict binder transactions to audioserver""
by Eric Laurent
· 9 years ago
f14db3c
Revert "Revert "refactor AudioRecord and AudioFlinger openRecord()""
by Eric Laurent
· 9 years ago
3700e16
Merge "Revert "restrict binder transactions to audioserver""
by Eric Laurent
· 9 years ago
009c1e3
Revert "restrict binder transactions to audioserver"
by Eric Laurent
· 9 years ago
cef7b7a
Merge "Revert "refactor AudioRecord and AudioFlinger openRecord()""
by TreeHugger Robot
· 9 years ago
0aa3c6e
Revert "refactor AudioRecord and AudioFlinger openRecord()"
by Eric Laurent
· 9 years ago
4db7944
restrict binder transactions to audioserver
by Eric Laurent
· 9 years ago
3e1acc0
refactor AudioRecord and AudioFlinger openRecord()
by Eric Laurent
· 9 years ago
21da647
refactor AudioTrack and AudioFlinger createTrack()
by Eric Laurent
· 9 years ago
ff6900d
Generate IAudioRecord with AIDL.
by Ivan Lozano
· 9 years ago
084ad5a
Merge "Use correct binder opcode names"
by Glenn Kasten
· 9 years ago
25a9e55
Add libaudioclient_headers
by Steven Moreland
· 9 years ago
9eae036
Use correct binder opcode names
by Glenn Kasten
· 10 years ago
dcdfaec
NBLog periodic merging thread
by Nicolas Roulet
· 10 years ago
6a308b0
Merge "Add unique audio port IDs to AudioTrack and AudioRecord"
by Eric Laurent
· 10 years ago
20b9ef0
Add unique audio port IDs to AudioTrack and AudioRecord
by Eric Laurent
· 10 years ago
b643627
fix client pid for effects applied by audio policy
by Eric Laurent
· 10 years ago
538ec5e
Split libmedia into libmedia and libaudioclient
by Marco Nelissen
· 10 years ago
[Renamed from media/libmedia/IAudioFlinger.cpp]
b70868b
Merge "Add AudioTrack and AudioRecord flag checks" into nyc-mr1-dev
by Eric Laurent
· 10 years ago
0506778
Add AudioTrack and AudioRecord flag checks
by Eric Laurent
· 10 years ago
8b269a1
Merge "audioflinger: Pass pid of process creating track or opening record" into nyc-dev
by Haynes Mathew George
· 10 years ago
9ea77cd
audioflinger: Pass pid of process creating track or opening record
by Haynes Mathew George
· 10 years ago
47734c9
resolve merge conflicts of 98a9b2a to nyc-dev-plus-aosp
by Chih-Hung Hsieh
· 10 years ago
090ef60
Fix google-explicit-constructor warnings.
by Chih-Hung Hsieh
· 10 years ago
4a8308b
Add AudioSystem::getFrameCountHAL()
by Glenn Kasten
· 10 years ago
a13cde9
Use audio_module_handle_t and audio_patch_handle_t consistently
by Glenn Kasten
· 10 years ago
d848eb4
Use audio_session_t consistently
by Glenn Kasten
· 11 years ago
2c073da
AudioSystem::getSamplingRate and getFrameCount now work for input
by Glenn Kasten
· 11 years ago
eeecb98
Add use for audio_unique_id_t
by Glenn Kasten
· 11 years ago
4cac44b
IAudioFlinger: fix the missing initialization of variable to ensure no info leak when writing them to Parcel.
by Wei Jia
· 11 years ago
983dca3
IAudioFlinger: always initialize variables to ensure no info leak when writing them to Parcel.
by Wei Jia
· 11 years ago
e995e47
IAudioFlinger: clear config before reading it from parcel.
by Wei Jia
· 11 years ago
72e3f39
audio flinger: do not call JAVA services until system is ready
by Eric Laurent
· 11 years ago
4cb6683
AudioRecord keeps track of UID
by Jean-Michel Trivi
· 11 years ago
eaa3470
Fix build.
by Dianne Hackborn
· 11 years ago
be71aa2
Respect the record audio app op - media
by Svet Ganov
· 11 years ago
f75c2fe
IAudioFlinger: add checks on binder calls
by Eric Laurent
· 11 years ago
40bc906
namespace does not need a closing semicolon
by Glenn Kasten
· 11 years ago
06b4606
Update calls to IInterface::asBinder()
by Marco Nelissen
· 12 years ago
4c10981
Fix crash from the this == NULL change.
by Dan Albert
· 12 years ago
93c3d41
AudioSystem: add API to query audio HW sync source
by Eric Laurent
· 12 years ago
de3f839
rename AudioSystem::newAudioSessionId()
by Eric Laurent
· 12 years ago
cf2c021
AudioFlinger: update openInput() and openOutput()
by Eric Laurent
· 12 years ago
7410591
Move AudioRecord frame count calculations to server
by Glenn Kasten
· 12 years ago
ec40d28
Add audio_input_flags_t to IAudioFlinger::openInput
by Glenn Kasten
· 12 years ago
7df8c0b
IAudioFlinger::openRecord now suggests notificationFrames
by Glenn Kasten
· 12 years ago
4b12340
IAudioFlinger interface extension for patch panel
by Eric Laurent
· 12 years ago
d776ac6
IAudioFlinger::openRecord returns IMemory(s)
by Glenn Kasten
· 12 years ago
b53fc4e
resolved conflicts for merge of 47c888a9 to master
by Glenn Kasten
· 12 years ago
2301acc
Update comments
by Glenn Kasten
· 13 years ago
51beebb
Merge "Use symbol AUDIO_DEVICE_NONE from <system/audio.h>"
by Glenn Kasten
· 12 years ago
45faf7e
Use symbol AUDIO_DEVICE_NONE from <system/audio.h>
by Glenn Kasten
· 13 years ago
85d109a
Document AudioSystem::newAudioSessionId() failures
by Glenn Kasten
· 13 years ago
c5a1742
Remove name output parameter from createTrack
by Glenn Kasten
· 12 years ago
d2304db
Rename setStreamOutput to invalidateStream
by Glenn Kasten
· 13 years ago
7074296
Fix warning due to incorrect log format
by Glenn Kasten
· 13 years ago
e03dd22
When passing a size_t via binder, use 64-bits unconditionally
by Glenn Kasten
· 13 years ago
d457c97
Track pid for each session
by Marco Nelissen
· 13 years ago
1d6fa7a
resolved conflicts for merge of 566be7c3 to master
by Narayan Kamath
· 13 years ago
377b2ec
Make frameworks/av 64-bit compatible
by Kévin PETIT
· 13 years ago
f0002d1
Merge "Replace control block frameCount_ by explicit in/out parameter"
by Glenn Kasten
· 13 years ago
0ce5ca5
Merge "Cleanup createTrack error handling"
by Glenn Kasten
· 13 years ago
0cde076
Cleanup createTrack error handling
by Glenn Kasten
· 13 years ago
5f972c0
AudioRecord::getInputFramesLost() cleanup
by Glenn Kasten
· 13 years ago
aea7ea0
Use AUDIO_SESSION_ALLOCATE instead of 0
by Glenn Kasten
· 13 years ago
74935e4
Replace control block frameCount_ by explicit in/out parameter
by Glenn Kasten
· 13 years ago
9cae217
Assign blame for playback wakelocks.
by Marco Nelissen
· 14 years ago
462fd2f
Assign blame for playback wakelocks.
by Marco Nelissen
· 14 years ago
3529507
resolved conflicts for merge of 9a7d11f0 to master
by Glenn Kasten
· 13 years ago
fee4ce3
Merge "Cleanup openRecord error handling" into klp-dev
by Glenn Kasten
· 13 years ago
c666b8f
am 8ee02943: am 1c7f35d1: Merge "soundpool: allocate shared memory heap by client" into klp-dev
by Eric Laurent
· 13 years ago
Next »