Gitiles
Code Review
Sign In
review.evervolv.com
/
android_frameworks_av
/
cadb330fd8b51d17b548e913651d13376ac2e3a5
/
media
/
libmedia
/
IAudioFlinger.cpp
0506778
Add AudioTrack and AudioRecord flag checks
by Eric Laurent
· 9 years ago
9ea77cd
audioflinger: Pass pid of process creating track or opening record
by Haynes Mathew George
· 9 years ago
4a8308b
Add AudioSystem::getFrameCountHAL()
by Glenn Kasten
· 9 years ago
a13cde9
Use audio_module_handle_t and audio_patch_handle_t consistently
by Glenn Kasten
· 9 years ago
d848eb4
Use audio_session_t consistently
by Glenn Kasten
· 9 years ago
2c073da
AudioSystem::getSamplingRate and getFrameCount now work for input
by Glenn Kasten
· 9 years ago
eeecb98
Add use for audio_unique_id_t
by Glenn Kasten
· 9 years ago
4cac44b
IAudioFlinger: fix the missing initialization of variable to ensure no info leak when writing them to Parcel.
by Wei Jia
· 10 years ago
983dca3
IAudioFlinger: always initialize variables to ensure no info leak when writing them to Parcel.
by Wei Jia
· 10 years ago
e995e47
IAudioFlinger: clear config before reading it from parcel.
by Wei Jia
· 10 years ago
72e3f39
audio flinger: do not call JAVA services until system is ready
by Eric Laurent
· 10 years ago
4cb6683
AudioRecord keeps track of UID
by Jean-Michel Trivi
· 10 years ago
eaa3470
Fix build.
by Dianne Hackborn
· 10 years ago
be71aa2
Respect the record audio app op - media
by Svet Ganov
· 10 years ago
f75c2fe
IAudioFlinger: add checks on binder calls
by Eric Laurent
· 10 years ago
40bc906
namespace does not need a closing semicolon
by Glenn Kasten
· 10 years ago
06b4606
Update calls to IInterface::asBinder()
by Marco Nelissen
· 11 years ago
4c10981
Fix crash from the this == NULL change.
by Dan Albert
· 11 years ago
93c3d41
AudioSystem: add API to query audio HW sync source
by Eric Laurent
· 11 years ago
de3f839
rename AudioSystem::newAudioSessionId()
by Eric Laurent
· 11 years ago
cf2c021
AudioFlinger: update openInput() and openOutput()
by Eric Laurent
· 11 years ago
7410591
Move AudioRecord frame count calculations to server
by Glenn Kasten
· 11 years ago
ec40d28
Add audio_input_flags_t to IAudioFlinger::openInput
by Glenn Kasten
· 11 years ago
7df8c0b
IAudioFlinger::openRecord now suggests notificationFrames
by Glenn Kasten
· 11 years ago
4b12340
IAudioFlinger interface extension for patch panel
by Eric Laurent
· 11 years ago
d776ac6
IAudioFlinger::openRecord returns IMemory(s)
by Glenn Kasten
· 11 years ago
b53fc4e
resolved conflicts for merge of 47c888a9 to master
by Glenn Kasten
· 11 years ago
2301acc
Update comments
by Glenn Kasten
· 11 years ago
51beebb
Merge "Use symbol AUDIO_DEVICE_NONE from <system/audio.h>"
by Glenn Kasten
· 11 years ago
45faf7e
Use symbol AUDIO_DEVICE_NONE from <system/audio.h>
by Glenn Kasten
· 11 years ago
85d109a
Document AudioSystem::newAudioSessionId() failures
by Glenn Kasten
· 11 years ago
c5a1742
Remove name output parameter from createTrack
by Glenn Kasten
· 11 years ago
d2304db
Rename setStreamOutput to invalidateStream
by Glenn Kasten
· 11 years ago
7074296
Fix warning due to incorrect log format
by Glenn Kasten
· 11 years ago
e03dd22
When passing a size_t via binder, use 64-bits unconditionally
by Glenn Kasten
· 11 years ago
d457c97
Track pid for each session
by Marco Nelissen
· 11 years ago
1d6fa7a
resolved conflicts for merge of 566be7c3 to master
by Narayan Kamath
· 11 years ago
377b2ec
Make frameworks/av 64-bit compatible
by Kévin PETIT
· 11 years ago
f0002d1
Merge "Replace control block frameCount_ by explicit in/out parameter"
by Glenn Kasten
· 11 years ago
0ce5ca5
Merge "Cleanup createTrack error handling"
by Glenn Kasten
· 11 years ago
0cde076
Cleanup createTrack error handling
by Glenn Kasten
· 11 years ago
5f972c0
AudioRecord::getInputFramesLost() cleanup
by Glenn Kasten
· 11 years ago
aea7ea0
Use AUDIO_SESSION_ALLOCATE instead of 0
by Glenn Kasten
· 12 years ago
74935e4
Replace control block frameCount_ by explicit in/out parameter
by Glenn Kasten
· 11 years ago
9cae217
Assign blame for playback wakelocks.
by Marco Nelissen
· 12 years ago
462fd2f
Assign blame for playback wakelocks.
by Marco Nelissen
· 12 years ago
3529507
resolved conflicts for merge of 9a7d11f0 to master
by Glenn Kasten
· 12 years ago
fee4ce3
Merge "Cleanup openRecord error handling" into klp-dev
by Glenn Kasten
· 12 years ago
c666b8f
am 8ee02943: am 1c7f35d1: Merge "soundpool: allocate shared memory heap by client" into klp-dev
by Eric Laurent
· 12 years ago
e93cf2c
Cleanup openRecord error handling
by Glenn Kasten
· 12 years ago
3d00aa6
soundpool: allocate shared memory heap by client
by Eric Laurent
· 12 years ago
507b286
Consistent style for comparisons of raw pointers to NULL
by Glenn Kasten
· 12 years ago
eeca326
IAudioFlinger::openRecord track_flags_t flags is in/out
by Glenn Kasten
· 12 years ago
d054c32
Move control block mName to createTrack() output
by Glenn Kasten
· 12 years ago
b1a270d
libmedia: offloaded playback support
by Richard Fitzgerald
· 12 years ago
4182c4e
Use AudioSystem::setLowRamDevice() to configure memory
by Glenn Kasten
· 12 years ago
7c5977f
Explicitly compare raw pointers to NULL
by Glenn Kasten
· 12 years ago
ad3af33
Public API changes for audio offload support.
by Richard Fitzgerald
· 12 years ago
8d6cc84
Remove unnecessary parameter
by Glenn Kasten
· 13 years ago
5876f2f
Remove last bits of IAudioFlinger::channel_count
by Glenn Kasten
· 13 years ago
26c7755
Fix time vs. bytes units bug in getRenderPosition
by Glenn Kasten
· 13 years ago
e33054e
Use size_t for frame counts
by Glenn Kasten
· 13 years ago
3b16c76
Use uint32_t for sample rate
by Glenn Kasten
· 13 years ago
b26e3e9
Fix build warnings
by Glenn Kasten
· 13 years ago
e0b0717
Remove CBLK_FAST from control block flags
by Glenn Kasten
· 13 years ago
85ab62c
Line length 100
by Glenn Kasten
· 13 years ago
cc0f1cf
Implement android.media.AudioManager.getProperty()
by Glenn Kasten
· 13 years ago
28b76b3
Use audio_channel_mask_t for channel mask
by Glenn Kasten
· 13 years ago
1879fff
Add tid parameter to IAudioFlinger::openRecord
by Glenn Kasten
· 13 years ago
dd8104c
Use audio_channel_mask_t more consistently
by Glenn Kasten
· 13 years ago
3acbd05
Configure policy of mediaserver threads
by Glenn Kasten
· 13 years ago
0ca3cf9
rename audio policy output flags
by Eric Laurent
· 13 years ago
a4c5a55
audio policy: load audio hw modules.
by Eric Laurent
· 13 years ago
a075db4
IAudioFlinger::createTrack and openRecord flags
by Glenn Kasten
· 13 years ago
e53b9ea
Whitespace and indentation
by Glenn Kasten
· 13 years ago
18868c5
Use audio_policy_output_flags_t consistently
by Glenn Kasten
· 13 years ago
4ff14ba
Upintegrate Audio Flinger changes from ICS_AAH
by John Grossman
· 13 years ago
9d1f02d
Follow raw pointer and sp<> conventions
by Glenn Kasten
· 13 years ago
72ef00d
Use audio_io_handle_t consistently instead of int
by Glenn Kasten
· 13 years ago
5e92a78
Effect UUID inputs passed by pointer are const
by Glenn Kasten
· 13 years ago
f587ba5
Declare more IAudioFlinger methods const
by Glenn Kasten
· 13 years ago
787bae0
Merge "Use audio_in_acoustics_t consistently"
by Glenn Kasten
· 13 years ago
a0d6833
Use NULL not 0 for raw pointers
by Glenn Kasten
· 13 years ago
de9719b
Use audio_in_acoustics_t consistently
by Glenn Kasten
· 13 years ago
58f3021
Use audio_format_t consistently, continued
by Glenn Kasten
· 13 years ago
0696400
Merge "Use audio_mode_t consistently"
by Glenn Kasten
· 13 years ago
fff6d71
Use audio_stream_type_t consistently
by Glenn Kasten
· 13 years ago
f78aee7
Use audio_mode_t consistently
by Glenn Kasten
· 13 years ago
29357bc
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
by Steve Block
· 13 years ago
3856b09
Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE
by Steve Block
· 14 years ago
3a34bef
Keep effects sessions active when the caller dies.
by Marco Nelissen
· 14 years ago
0d255b2
Use channel mask instead of channel count for track creation
by Jean-Michel Trivi
· 14 years ago
65580f9
Removed interface to load audio effects libraries
by Eric Laurent
· 14 years ago
eda6c36
Fix issue 3371080
by Eric Laurent
· 14 years ago
de07013
Audio policy manager changes for audio effects
by Eric Laurent
· 15 years ago
ffe9c25
Various fixes and improvements in audio effects implementation
by Eric Laurent
· 15 years ago
be916aa
Issue 2667801: [Audio Effect Framework] AudioFlinger, AudioMixer AudioTrack modifications.
by Eric Laurent
· 15 years ago
05bca2f
Issue 2071329: audio track is shorter than video track for video capture on sholes
by Eric Laurent
· 15 years ago
342e9cf
Fix issue 2285561: New AudioFlinger and audio driver API needed for A/V sync
by Eric Laurent
· 15 years ago
b72a396
Fix issue 2378022: AudioService should direct volume control to STREAM_VOICE_CALL stream when STREAM_VOICE_CALL stream is active.
by Eric Laurent
· 15 years ago
Next »