Gitiles
Code Review
Sign In
review.evervolv.com
/
android_frameworks_av
/
530a7536ac6f17c25eb9c3f6b93b2343b0617399
/
media
/
libaudioclient
/
include
9242b79
Merge "Fix race condition in AudioTrack::releaseBuffer()"
by Glenn Kasten
· 7 years ago
cc0dec6
Merge "Fix race condition in AudioRecord::releaseBuffer()"
by Glenn Kasten
· 7 years ago
3de4f26
Plumb the notification about audio HAL services update to APM
by Mikhail Naganov
· 7 years ago
48e98cf
Fix race condition in AudioTrack::releaseBuffer()
by Glenn Kasten
· 7 years ago
f7d6ba9
Fix race condition in AudioRecord::releaseBuffer()
by Glenn Kasten
· 7 years ago
fefebb5
AudioEffect: add device descriptor to AudioEffect constructor
by Eric Laurent
· 7 years ago
2deb478
APM: support product strategy routing
by Jean-Michel Trivi
· 7 years ago
b680e95
media utils: dump audio HAL service before restarting audioserver
by Eric Laurent
· 7 years ago
c010683
Refactor opening output interface between AF and AP.
by jiabin
· 7 years ago
8d75228
Move libmediahelper into a new folder.
by jiabin
· 7 years ago
5b78141
Move AudioDeviceTypeAddr to libaudiofoundation.
by jiabin
· 7 years ago
32f0d16
libaudioprocessing: Extract vendor-available part of AudioMixer
by Mikhail Naganov
· 7 years ago
a4f00e2
AudioMixer: Cleanups
by Mikhail Naganov
· 7 years ago
9b6599e
libaudioprocessing: Trivial dependency cleanups
by Mikhail Naganov
· 7 years ago
138b0a3
Restore stream [dis]connect parameters in deprecated state
by Mikhail Naganov
· 7 years ago
bb3b160
Fix the name of the constant for device [dis]connect parameter
by Mikhail Naganov
· 7 years ago
72d2412
Merge "Move ExtendedAudioBufferProvider and SingleStateQueue" am: 2a70a39f4c
by Mikhail Naganov
· 7 years ago
9f3c02d
Move ExtendedAudioBufferProvider and SingleStateQueue
by Mikhail Naganov
· 7 years ago
6ede98f
audioservice: add RTT mode observer
by Eric Laurent
· 7 years ago
68f7b18
Merge "audio policy: add permission check for privileged attributes flags" into qt-dev
by Eric Laurent
· 7 years ago
4298441
audio policy: add permission check for privileged attributes flags
by Eric Laurent
· 7 years ago
e2f34be
APM: uid-device affinity: fix for multiple concurrent apps
by Jean-Michel Trivi
· 7 years ago
09f1ed2
audio: improve audio routing callbacks
by Eric Laurent
· 7 years ago
66ea392
Merge "AudioPolicy/AudioFlinger: Track AudioRecords via Record IDs" into qt-dev
by TreeHugger Robot
· 7 years ago
2996f67
AudioPolicy/AudioFlinger: Track AudioRecords via Record IDs
by Mikhail Naganov
· 7 years ago
cf3b715
AudioTrack: Fix timestamp spam
by Andy Hung
· 7 years ago
b20cf7d
audio policy: concurrent capture effects
by Eric Laurent
· 7 years ago
6c79632
refactor mutexes for audio effects in audio flinger and audio policy
by Eric Laurent
· 7 years ago
b99cc75
Add application wide capture policy
by Kevin Rocard
· 8 years ago
36b1755
Introduce a system APC with its corresponding opt-out
by Kevin Rocard
· 8 years ago
1234008
API changes in MicrophoneDirection
by Paul McLean
· 8 years ago
28da31b
Merge "Surface MicrophoneDirection API in MediaRecorder"
by Paul Mclean
· 8 years ago
8ebc680
Merge "Clean up AudioTrackThread and AudioRecordThread constructor"
by Andy Hung
· 8 years ago
ea8fa7a
Refactor adjust channels buffer provider.
by jiabin
· 8 years ago
366b643
Surface MicrophoneDirection API in MediaRecorder
by Paul McLean
· 8 years ago
ca35367
Clean up AudioTrackThread and AudioRecordThread constructor
by Andy Hung
· 8 years ago
cfe1732
audiopolicy: add Volume for attribute and callback native APIs
by François Gaffie
· 8 years ago
4b2018b
audiopolicy: add Volume Group introspection APIs
by François Gaffie
· 8 years ago
251c7f0
audiopolicy: engine: Add Volume Groups to common Engine
by François Gaffie
· 8 years ago
bf6b0ec
Refactor haptic constant.
by jiabin
· 8 years ago
4463ff5
AudioSystem: more locking work on audio device callback
by Eric Laurent
· 8 years ago
2ec0674
Merge "libaudioclient: force onAudioDeviceUpdate on registration"
by Eric Laurent
· 8 years ago
24a9fb0
libaudioclient: force onAudioDeviceUpdate on registration
by Francois Gaffie
· 8 years ago
153f92d
Add secondary output to audio tracks
by Kevin Rocard
· 8 years ago
1086b05
Add MIX_ROUTE_FLAG_LOOP_BACK_RENDER
by Kevin Rocard
· 8 years ago
58d4be5
audio: get rid of hardcoded translation stream <--> attributes
by François Gaffie
· 8 years ago
c005e56
audiopolicy: apm: switch to new Engine APIs
by François Gaffie
· 8 years ago
d0ba9ed
audio policy service: Add introspection API to retrieve AudioProductStrategies
by François Gaffie
· 8 years ago
dc7553f
audiopolicy: engine: Add ProductStrategy common code
by François Gaffie
· 8 years ago
ae340bd
Merge "Add master audio balance"
by Andy Hung
· 8 years ago
83dc265
Merge "use MediaAnalyticsItem::create() instead of new"
by TreeHugger Robot
· 8 years ago
6a30522
use MediaAnalyticsItem::create() instead of new
by Ray Essick
· 8 years ago
77270b8
Apply intensity control for haptic data.
by jiabin
· 8 years ago
3fae037
Add master audio balance
by Richard Folke Tullberg
· 10 years ago
11029ad
audiopolicy: Implement API for querying A2DP offload formats
by Arun Mirpuri
· 8 years ago
4e46470
audiopolicy: Add support for hybrid mode on A2DP
by Aniket Kumar Lata
· 8 years ago
bf06f7a
Merge "Adding Audio HAL V5: Direction API"
by Paul Mclean
· 8 years ago
17dc178
Audio policy: uid device affinity deterministic rule
by Jean-Michel Trivi
· 8 years ago
bda70da
Dynamic audio policies: multi-zone through uid/device affinity
by Jean-Michel Trivi
· 8 years ago
03a6e6a
Adding Audio HAL V5: Direction API
by Paul McLean
· 8 years ago
a9f8665
audo policy: more info in onRecordingConfigurationUpdate
by Eric Laurent
· 8 years ago
3c03c8b
Merge changes Ic5f780de,I3f963307
by TreeHugger Robot
· 8 years ago
245cdd9
Support audio-haptic coupled playback.
by jiabin
· 8 years ago
dce8f8c
Add buffer provider that can adjust channels.
by jiabin
· 8 years ago
45d3427
Merge "Querying capability of haptic playback."
by TreeHugger Robot
· 8 years ago
6012f91
Querying capability of haptic playback.
by jiabin
· 8 years ago
a223769
Merge "Implement AudioTrack.isDirectPlaybackSupported method"
by TreeHugger Robot
· 8 years ago
4eb58f1
Revert "Revert "audio policy: concurrent capture""
by Eric Laurent
· 8 years ago
df62892
Revert "audio policy: concurrent capture"
by Eric Laurent
· 8 years ago
a94fbb2
Implement AudioTrack.isDirectPlaybackSupported method
by Michael Chan
· 8 years ago
4c1ef4b
audio policy: concurrent capture
by Eric Laurent
· 8 years ago
973db02
audio flinger: return port ID as track ID to client
by Eric Laurent
· 8 years ago
2a2837d
Merge "Add selectPresentation API to IAudioTrack"
by TreeHugger Robot
· 8 years ago
ac917ac
Add selectPresentation API to IAudioTrack
by Mikhail Naganov
· 8 years ago
b78763e
audio policy: receive assistant and a11y service UIDs
by Eric Laurent
· 8 years ago
f4158d8
AudioTrack: new transfer mode for Java offload support
by Jean-Michel Trivi
· 8 years ago
afd5101
Merge "Support to play the various tones as per the Indian standard" am: 3c5b1b7150 am: 9d0e47f953
by Nobuaki Tanaka
· 8 years ago
3c5b1b7
Merge "Support to play the various tones as per the Indian standard"
by Treehugger Robot
· 8 years ago
f4a4005
Support to play the various tones as per the Indian standard
by Nobuaki Tanaka
· 8 years ago
4c94e03
Merge "Suppress implicit-fallthrough warnings in libaudioclient." am: 058002e0e3 am: 8a7c2de43f
by Chih-hung Hsieh
· 8 years ago
ffe3558
Suppress implicit-fallthrough warnings in libaudioclient.
by Chih-Hung Hsieh
· 8 years ago
d975119
Merge "nblog: split NBLog.cpp into multiple files"
by Glenn Kasten
· 8 years ago
ace588c
nblog: split NBLog.cpp into multiple files
by Eric Tan
· 8 years ago
6b1c612
AudioRecord: Add client side track id for logging
by Andy Hung
· 8 years ago
fb8ede2
AudioTrack: Add client side track id for logging
by Andy Hung
· 8 years ago
333c6b7
Merge "Fix or suppress some google-runtime-int warnings." am: d9f80435b6 am: c852559529
by Chih-Hung Hsieh
· 8 years ago
bca7429
Fix or suppress some google-runtime-int warnings.
by Chih-Hung Hsieh
· 8 years ago
2aef6ec
Merge "Add dynamic source default effects"
by Ari Hausman-Cohen
· 8 years ago
b40f1cf
Merge "Prevent object of AudioEffect be deleted until construction finished" am: 637ee654cf am: 1b201ee707
by haobo10173529
· 8 years ago
2462831
Add dynamic source default effects
by Ari Hausman-Cohen
· 8 years ago
3f51b54
Prevent object of AudioEffect be deleted until construction finished
by haobo10173529
· 8 years ago
433722e
Add dynamic stream default effects
by Ari Hausman-Cohen
· 8 years ago
5c00d01
Add helper method to convert usage to stream type.
by Ari Hausman-Cohen
· 8 years ago
2046ec7
Update getEffectDescriptors() to include type
by Ari Hausman-Cohen
· 8 years ago
3e6c7e1
audio policy: refactor HW audio sources
by Eric Laurent
· 8 years ago
d7fe086
audio policy: refactor audio playback APIs
by Eric Laurent
· 8 years ago
8859575
AudioTimestamp: check zero sample rate in latency computation
by Andy Hung
· 8 years ago
f4c9c25
AudioTimestamp: toString should be const
by Andy Hung
· 8 years ago
f6ab58d
AudioFlinger: Add latency measurements from timestamp
by Andy Hung
· 8 years ago
b141027
Merge "audiopolicy: Optimize A2DP codec config change" into pi-dev am: 0ba1ae398e
by Eric Laurent
· 8 years ago
Next »