Gitiles
Code Review
Sign In
review.evervolv.com
/
android_frameworks_av
/
a10f9b0470f598c8edf0b11a7b4c78cdf7dd1f86
/
services
/
audioflinger
/
AudioFlinger.cpp
ca7cc82
AudioFlinger files reorganization
by Eric Laurent
· 13 years ago
c45128a
Clean up channel count and channel mask
by Glenn Kasten
· 13 years ago
7aeff3f
Merge ""if" statements use curly braces per media style"
by Glenn Kasten
· 13 years ago
645f383
Merge "Fix time vs. bytes units bug in getRenderPosition"
by Glenn Kasten
· 13 years ago
0dec3d6
Merge "Don't use control block frame count after create"
by Glenn Kasten
· 13 years ago
d710143
Don't use control block frame count after create
by Glenn Kasten
· 13 years ago
a204922
"if" statements use curly braces per media style
by Glenn Kasten
· 13 years ago
411e447
Don't explicitly log tid
by Glenn Kasten
· 13 years ago
b59a502
Fix time vs. bytes units bug in getRenderPosition
by Glenn Kasten
· 13 years ago
56938ef
Merge "Use size_t for frame counts"
by Glenn Kasten
· 13 years ago
7da35f2
Use size_t for frame counts
by Glenn Kasten
· 13 years ago
5b78fc9
Static AudioTrack plays twice initially
by Glenn Kasten
· 13 years ago
520a9af
Clean up frame size in AudioTrack and AudioFlinger
by Glenn Kasten
· 13 years ago
1127d65
Use uint32_t for sample rate
by Glenn Kasten
· 13 years ago
e2a0586
Rename TrackBase::mFrameCount to mStepCount
by Glenn Kasten
· 13 years ago
5aab59a
Move frame size out of the control block
by Glenn Kasten
· 13 years ago
2f6226a
Move buffers pointer out of the control block
by Glenn Kasten
· 13 years ago
ba85098
Remove CBLK_DIRECTION from control block flags
by Glenn Kasten
· 13 years ago
c267415
Remove CBLK_FAST from control block flags
by Glenn Kasten
· 13 years ago
ac65726
Merge duplicate code in TrackBase::TrackBase()
by Glenn Kasten
· 13 years ago
d12b033
Simplify control block flag names
by Glenn Kasten
· 13 years ago
8af901c
Line length 100
by Glenn Kasten
· 13 years ago
8c32734
Save copy of mic input, disabled by default
by Glenn Kasten
· 13 years ago
cbe4b36
Use ALOGVV instead of commented ALOGV
by Glenn Kasten
· 13 years ago
126c910
Remove active track when thread goes to standby
by Glenn Kasten
· 13 years ago
115b87e
Fix track estimation for presentation complete
by Jean-Michel Trivi
· 13 years ago
02e5dbb
Disable audio watchdog
by Glenn Kasten
· 13 years ago
2fa114d
bug 7253033 clean up before closing an output
by Jean-Michel Trivi
· 13 years ago
52013e7
Revert "Don't wait for presentation complete if terminated"
by Glenn Kasten
· 13 years ago
4c6db4c
Implement android.media.AudioManager.getProperty()
by Glenn Kasten
· 13 years ago
67d8ac3
audioflinger: improve record start and thread exit
by Eric Laurent
· 13 years ago
6090a17
fix end of track presentation on suspended output
by Eric Laurent
· 13 years ago
ef6be0b
audioflinger: send priority request from a thread
by Eric Laurent
· 13 years ago
89b4470
Handle audio HAL returning 0 bytes in record thread
by Jean-Michel Trivi
· 13 years ago
6073646
Don't deadlock on AudioRecord start when reads return 0
by Jean-Michel Trivi
· 13 years ago
cff7137
Communicate audio session ID to downmixer
by Jean-Michel Trivi
· 13 years ago
8895925
audioflinger: changes for new audio devices enums
by Eric Laurent
· 13 years ago
2e9b0f2
AudioFlinger: send audio source to audio effects
by Eric Laurent
· 13 years ago
2662ac9
Update audio comments
by Glenn Kasten
· 13 years ago
7f7d27e
Remove dead code
by Glenn Kasten
· 13 years ago
fc7992b
Move libnbaio out of AudioFlinger
by Glenn Kasten
· 13 years ago
106e8a4
const methods
by Glenn Kasten
· 13 years ago
0dbb356
Simplify AudioFlinger::PlaybackThread::isValidSyncEvent()
by Glenn Kasten
· 13 years ago
d23eedc
Discard setSyncEvent() return value
by Glenn Kasten
· 13 years ago
3ed2920
Replace hard-coded "2" by a constant and comment
by Glenn Kasten
· 13 years ago
2c3b2da
AudioFlinger: fix timed audio
by John Grossman
· 13 years ago
ee578c0
AudioFlinger: Better handling for master volume/mute
by John Grossman
· 13 years ago
d8f178d
Change audio flinger to user HAL master mute if available
by John Grossman
· 13 years ago
44cda3a
Don't wait for presentation complete if terminated
by Glenn Kasten
· 13 years ago
510a3d6
Start adding support for multiple record tracks
by Glenn Kasten
· 13 years ago
0ec23ce
Clean up start() parameters
by Glenn Kasten
· 13 years ago
e4e2a37
Extract methods to enter standby and standby mode
by Glenn Kasten
· 13 years ago
0a7af18
Use valueAt instead of editValueAt when possible
by Glenn Kasten
· 13 years ago
1d491ff
Fix races in AudioRecord stop()
by Glenn Kasten
· 13 years ago
69d7996
Use upmix/downmix utility routines
by Glenn Kasten
· 13 years ago
e65c891
fix audio effect not destroyed when needed.
by Eric Laurent
· 13 years ago
33e6e35
Miscellaneous audio record fixes
by Glenn Kasten
· 13 years ago
cd2d610
Use constructor to initialize instead of memcpy
by Glenn Kasten
· 13 years ago
be5f05e
Internal dump methods return void not status_t
by Glenn Kasten
· 13 years ago
5ad92f6
Revert 94479fd5405642c67efd14cebe722feb9cbe6e77
by Glenn Kasten
· 13 years ago
bb4350d
Use audio_devices_t more places
by Glenn Kasten
· 13 years ago
a189a68
Use struct assignment instead of explicit memcpy
by Glenn Kasten
· 13 years ago
fd4e20c
Run audio at priorities 2 and 3 above kernel 1
by Glenn Kasten
· 13 years ago
d96c572
Don't call virtual methods in destructor
by Glenn Kasten
· 13 years ago
1ea6d23
Use atomic ops for thread suspend count
by Glenn Kasten
· 13 years ago
1879fff
Add tid parameter to IAudioFlinger::openRecord
by Glenn Kasten
· 13 years ago
bf04a5d
Simplify AudioRecord::getInputFramesLost()
by Glenn Kasten
· 13 years ago
39c54f6
Remove dead code
by Glenn Kasten
· 13 years ago
4fe1ec4
Fix check for invalid channel count
by Glenn Kasten
· 13 years ago
04270da
Record overflow cleanup
by Glenn Kasten
· 13 years ago
254af18
Use audio_channel_mask_t more places
by Glenn Kasten
· 13 years ago
9f34a36
Whitespace and indentation
by Glenn Kasten
· 13 years ago
7d6c35b
Move constant initializations from onFirstRef() to constructor
by Glenn Kasten
· 13 years ago
6648821
AudioFlinger::getBuffer() always returns non-NULL
by Glenn Kasten
· 13 years ago
94479fd
Fix build
by Glenn Kasten
· 13 years ago
01542f2
Only write to mDevice once
by Glenn Kasten
· 13 years ago
c1dae24
Remove debug code HAVE_REQUEST_PRIORITY and SOAKER
by Glenn Kasten
· 13 years ago
a5f44eb
audioflinger: fix effect disconnect deadlock
by Eric Laurent
· 13 years ago
dd8104c
Use audio_channel_mask_t more consistently
by Glenn Kasten
· 13 years ago
f1da96d
Remove longStandbyExit
by Glenn Kasten
· 13 years ago
415fa75
Fix uninitialized field EffectModule::mPinned
by Glenn Kasten
· 13 years ago
d5903ec
Compare sp<> to 0 and raw pointers to NULL
by Glenn Kasten
· 13 years ago
a01992a
am dbbd5b86: am 109347d4: audioflinger: fix regression in attachAuxEffect().
by Eric Laurent
· 13 years ago
109347d
audioflinger: fix regression in attachAuxEffect().
by Eric Laurent
· 13 years ago
dbabf8a
am 651f9e7c: am 717e1286: audioflinger: fix auxiliary effect attachment
by Eric Laurent
· 13 years ago
717e128
audioflinger: fix auxiliary effect attachment
by Eric Laurent
· 13 years ago
2216785
audioflinger: fix setStreamOutput()
by Eric Laurent
· 13 years ago
362ebcb
DO NOT MERGE Remove log spam for fast track denied
by Glenn Kasten
· 13 years ago
1d65730
am 48a0bfa6: am 49dd5cf3: Merge "Log track name on obtain/releaseBuffer warnings" into jb-dev
by Glenn Kasten
· 13 years ago
0c9d26d
Log track name on obtain/releaseBuffer warnings
by Glenn Kasten
· 13 years ago
8cc3651
am 57d9b728: am c15d6657: Add audio watchdog thread
by Glenn Kasten
· 13 years ago
c15d665
Add audio watchdog thread
by Glenn Kasten
· 13 years ago
796078f
am ea5008d8: am 28ed2f93: Reduce underruns in screen off, esp. with EQ
by Glenn Kasten
· 13 years ago
28ed2f9
Reduce underruns in screen off, esp. with EQ
by Glenn Kasten
· 13 years ago
bdbf0c6
am 98e2e030: am a4f7e0e9: audioflinger: fix duplicating thread standby
by Eric Laurent
· 13 years ago
a4f7e0e
audioflinger: fix duplicating thread standby
by Eric Laurent
· 13 years ago
349d796
am d89dea16: am e35a55fb: Merge "Take latency and current time into account for visualization" into jb-dev
by Marco Nelissen
· 13 years ago
f06c2ed
Take latency and current time into account for visualization
by Marco Nelissen
· 13 years ago
a88ed02
am 717f9b73: am 67c0a58e: audioflinger: various fixes on direct output
by Eric Laurent
· 13 years ago
67c0a58
audioflinger: various fixes on direct output
by Eric Laurent
· 13 years ago
Next »