Gitiles
Code Review
Sign In
review.evervolv.com
/
android_frameworks_av
/
26300b972d40cba24432257d47264d57f52580ab
/
services
/
audioflinger
/
AudioFlinger.h
293558a
AudioFlinger: Improve Thread logging.
by Andy Hung
· 10 years ago
886deb5
Merge "Re-format to decrease the maximum line length of files to 100 characters"
by Glenn Kasten
· 10 years ago
d3bb645
Re-format to decrease the maximum line length of files to 100 characters
by Glenn Kasten
· 10 years ago
89e5a2b
Merge "NBLog periodic merging thread"
by Nicolas Roulet
· 10 years ago
dcdfaec
NBLog periodic merging thread
by Nicolas Roulet
· 10 years ago
18b5701
audioflinger: add standby() method to MmapStreamInterface
by Eric Laurent
· 10 years ago
30d48d9
Merge "VolumeShaper: Initial implementation"
by Andy Hung
· 10 years ago
9fc8b5c
VolumeShaper: Initial implementation
by Andy Hung
· 10 years ago
7863c79
Merge changes from topic 'mmap_no_irq'
by Eric Laurent
· 10 years ago
8981605
AudioFlinger: Move RecordBufferConverter to libaudioprocessing
by Andy Hung
· 10 years ago
6acd1d4
Add support for mmap stream
by Eric Laurent
· 10 years ago
fc23520
audioflinger: define MMAP HAL Stream control interface
by Eric Laurent
· 10 years ago
068561c
AudioFlinger: Split off audio processing library
by Andy Hung
· 10 years ago
022b995
Re-implement HIDL effect processing using FMQ and IMemory
by Mikhail Naganov
· 10 years ago
f28bcf5
AudioFlinger: Use property for local log lines
by Andy Hung
· 10 years ago
5b4051a
Merge "AudioFlinger: Associate audio time with client uid"
by Andy Hung
· 10 years ago
6a308b0
Merge "Add unique audio port IDs to AudioTrack and AudioRecord"
by Eric Laurent
· 10 years ago
dae2770
AudioFlinger: Associate audio time with client uid
by Andy Hung
· 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
abf6ff2
Merge "Log audio information to ensure complete delivery"
by Andy Hung
· 10 years ago
0d5a2ed
improve audio effect framwework thread safety
by Eric Laurent
· 10 years ago
2148bf0
Log audio information to ensure complete delivery
by Andy Hung
· 10 years ago
913d06c
Move TypeConverter into a shared library
by Mikhail Naganov
· 10 years ago
61a4fac
Remove dependencies on hardware/audio_policy.h
by Mikhail Naganov
· 10 years ago
cbc8f61
Eliminate dependencies on hardware/audio.h (trivial cases)
by Mikhail Naganov
· 10 years ago
a0c9133
Update NBAIO to use the new audio HAL abstraction layer
by Mikhail Naganov
· 10 years ago
1dc9867
Abstract away access to audio streams HAL in AudioFlinger
by Mikhail Naganov
· 10 years ago
e4f1f63
Abstract away access to audio devices HAL
by Mikhail Naganov
· 10 years ago
598857b
AudioFlinger: Disable (revert) LockWatch am: deb0335714 am: d8d2728947 am: 5d819b4794
by Andy Hung
· 10 years ago
9b7a8f9
AudioFlinger: Disable (revert) LockWatch am: deb0335714 am: d8d2728947
by Andy Hung
· 10 years ago
deb0335
AudioFlinger: Disable (revert) LockWatch
by Andy Hung
· 10 years ago
4a3d5c2
Abstract away access to audio effects HAL and factory
by Mikhail Naganov
· 10 years ago
82f5b81
DO NOT MERGE ANYWHERE (nyc-dr1-dev) audioflinger: add watchdog on main mutex
by Eric Laurent
· 10 years ago
85d5dff
audioflinger: add watchdog on main mutex am: 17a58b2560 am: ed31582734
by Eric Laurent
· 10 years ago
17a58b2
audioflinger: add watchdog on main mutex
by Eric Laurent
· 10 years ago
5ca8f32
resolve merge conflicts of fd923e7 to stage-aosp-master am: df5d9246f9
by Chih-Hung Hsieh
· 10 years ago
df5d924
resolve merge conflicts of fd923e7 to stage-aosp-master
by Chih-Hung Hsieh
· 10 years ago
36d0ca1
Fix clang-tidy warnings in audio and playerservice.
by Chih-Hung Hsieh
· 10 years ago
a733563
getPrimary APIs now examine all non-duplicating output threads
by Glenn Kasten
· 10 years ago
0506778
Add AudioTrack and AudioRecord flag checks
by Eric Laurent
· 10 years ago
9ea77cd
audioflinger: Pass pid of process creating track or opening record
by Haynes Mathew George
· 10 years ago
4a8308b
Add AudioSystem::getFrameCountHAL()
by Glenn Kasten
· 10 years ago
d2e67e1
Reduce rollovers of unique ID generator
by Glenn Kasten
· 10 years ago
9d00313
Check newAudioUniqueId() parameter 'use'
by Glenn Kasten
· 10 years ago
d848eb4
Use audio_session_t consistently
by Glenn Kasten
· 11 years ago
7fd0422
Sample rate 0 means a route-dependent rate
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
e10393e
Fix audio timestamp computation for pause, stop, and dynamic speed changes
by Andy Hung
· 11 years ago
d79072e
Remove TimedAudioTrack and associated code
by Glenn Kasten
· 11 years ago
cb4432a
Use FCC_2 and FCC_8 to highlight channel count assumptions
by Glenn Kasten
· 11 years ago
aba407f
audioflinger: increase shared memory heap size
by Eric Laurent
· 11 years ago
da73b6c
audioflinger: increase shared memory heap size
by Eric Laurent
· 11 years ago
eb9487e
Fix capture overruns at non-primary sample rate
by Glenn Kasten
· 11 years ago
7c1ec5f
audio: several fixes in audio routing callbacks
by Eric Laurent
· 11 years ago
748a792
Merge "audio flinger: do not call JAVA services until system is ready" into mnc-dev
by Eric Laurent
· 11 years ago
72e3f39
audio flinger: do not call JAVA services until system is ready
by Eric Laurent
· 11 years ago
64b6cb2
Allow creation of output endpoints with channel index masks
by Andy Hung
· 11 years ago
9f578d3
Merge "AudioRecord keeps track of UID" into mnc-dev
by Jean-Michel Trivi
· 11 years ago
4cb6683
AudioRecord keeps track of UID
by Jean-Michel Trivi
· 11 years ago
cc85abc
Merge "AudioSystem: refactor audio config cache and callbacks" into mnc-dev
by Eric Laurent
· 11 years ago
73e26b6
AudioSystem: refactor audio config cache and callbacks
by Eric Laurent
· 11 years ago
850206e
Merge "PatchPanel: do not use setParameters() internally." into mnc-dev
by Eric Laurent
· 11 years ago
be71aa2
Respect the record audio app op - media
by Svet Ganov
· 11 years ago
054d9d3
PatchPanel: do not use setParameters() internally.
by Eric Laurent
· 11 years ago
d330ee4
Add floating and multichannel record to AudioFlinger
by Andy Hung
· 11 years ago
062e67a
AudioFlinger: call SPDIF wrapper from AudioFlinger
by Phil Burk
· 12 years ago
0f5b562
Add devicesToString, inputFlagsToString, and sourceToString
by Glenn Kasten
· 12 years ago
63238ef
Remove redundant semicolon from namespace closing
by Glenn Kasten
· 12 years ago
223fd5c
audio: new routing strategies and stream types
by Eric Laurent
· 12 years ago
fa90e84
audioflinger: new HW A/V sync ID allocation flow
by Eric Laurent
· 12 years ago
aaa4447
audioflinger: fix pre processing effect leak
by Eric Laurent
· 12 years ago
0912a57
Merge "Fix effect and mono sink handling." into lmp-dev
by Andy Hung
· 12 years ago
389cfdb
Fix effect and mono sink handling.
by Andy Hung
· 12 years ago
93c3d41
AudioSystem: add API to query audio HW sync source
by Eric Laurent
· 12 years ago
318be3e
Merge "Enable multichannel in AudioFlinger" into lmp-dev
by Andy Hung
· 12 years ago
b1ee395
Enable multichannel in AudioFlinger
by Andy Hung
· 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
9a59276
Add multichannel capability to AudioFlinger
by Andy Hung
· 12 years ago
83b8808
audio flinger: add patch connection between hw modules
by Eric Laurent
· 12 years ago
ec40d28
Add audio_input_flags_t to IAudioFlinger::openInput
by Glenn Kasten
· 12 years ago
a494e82
Enable extended precision PCM output in AudioFlinger
by Andy Hung
· 12 years ago
5c68f95
Merge "IAudioFlinger::openRecord now suggests notificationFrames"
by Glenn Kasten
· 12 years ago
7df8c0b
IAudioFlinger::openRecord now suggests notificationFrames
by Glenn Kasten
· 12 years ago
5ba4440
Merge "Remove obsolete IAudioFlinger::channelCount()"
by Glenn Kasten
· 12 years ago
6146c08
Add enabling variable for extended precision audio
by Andy Hung
· 13 years ago
6dbb5e3
Use of fast capture by normal capture
by Glenn Kasten
· 12 years ago
4ea00a2
Add mPrimaryOutputSampleRate
by Glenn Kasten
· 12 years ago
f947dbc
Remove obsolete IAudioFlinger::channelCount()
by Glenn Kasten
· 12 years ago
1c333e2
audioflinger: first patch panel implementation.
by Eric Laurent
· 12 years ago
4b12340
IAudioFlinger interface extension for patch panel
by Eric Laurent
· 12 years ago
c56f342
Pass stereo gains as packed minifloat
by Glenn Kasten
· 13 years ago
cbe6fdd
Merge "Explicitly include Configuration.h"
by Glenn Kasten
· 12 years ago
5b17c0b
Explicitly include Configuration.h
by Glenn Kasten
· 12 years ago
021cf96
AudioFlinger: add specific mutex for client lists
by Eric Laurent
· 12 years ago
0fdbdd2
Merge "Remove obsolete IAudioRecord::getCblk()"
by Glenn Kasten
· 12 years ago
26d5ff9
Merge "audioflinger: refactor thread config events"
by Eric Laurent
· 12 years ago
fe9570c
Remove obsolete IAudioRecord::getCblk()
by Glenn Kasten
· 12 years ago
Next »