summaryrefslogtreecommitdiffstats
path: root/services/audioflinger
Commit message (Expand)AuthorAgeFilesLines
* AudioFlinger: fix build with debug log enabledEric Laurent2013-01-171-1/+1
* Fix build warningsGlenn Kasten2013-01-082-4/+4
* Merge "Start isolating control block accesses in a proxy"Glenn Kasten2012-12-216-70/+63
|\
| * Start isolating control block accesses in a proxyGlenn Kasten2012-12-126-70/+63
* | Merge "Remove unnecessary parameter"Glenn Kasten2012-12-212-6/+5
|\ \
| * | Remove unnecessary parameterGlenn Kasten2012-12-182-6/+5
| |/
* | Merge "Fix build warnings"Glenn Kasten2012-12-203-6/+6
|\ \
| * | Fix build warningsGlenn Kasten2012-12-173-6/+6
| |/
* | Merge "Add warning about following the design rules"Glenn Kasten2012-12-201-0/+6
|\ \ | |/ |/|
| * Add warning about following the design rulesGlenn Kasten2012-11-301-0/+6
* | Prepare for track invalidation to be done by proxyGlenn Kasten2012-12-123-7/+16
* | am 76143093: am f0ff908d: Logging to investigate a crashGlenn Kasten2012-12-101-0/+6
|\ \
| * | Logging to investigate a crashGlenn Kasten2012-12-071-0/+6
* | | Merge "audioflinger: define ANDROID_SMP, remove conditional tracing"Alex Ray2012-12-042-21/+17
|\ \ \
| * | | audioflinger: define ANDROID_SMP, remove conditional tracingAlex Ray2012-11-302-21/+17
* | | | AudioTrack::mute() is unused so remove itGlenn Kasten2012-12-034-27/+5
|/ / /
* | | Remove conditional compilation of ATRACE functionsAlex Ray2012-11-303-10/+8
* | | Merge "Use ATRACE macros instead of Tracer statics"Simon Wilson2012-11-292-4/+4
|\ \ \
| * | | Use ATRACE macros instead of Tracer staticsSimon Wilson2012-11-292-4/+4
| | |/ | |/|
* | | am 9428cdd7: am 5dea84c3: Fix log spamGlenn Kasten2012-11-291-1/+1
|\ \ \ | |/ / |/| / | |/
| * Fix log spamGlenn Kasten2012-11-291-1/+1
| * New VHQ resamplerGlenn Kasten2012-11-279-4818/+1129
| * Static AudioTrack plays twice initiallyGlenn Kasten2012-11-161-1/+1
* | Merge "AudioFlinger files reorganization"Eric Laurent2012-11-2011-9336/+9647
|\ \
| * | AudioFlinger files reorganizationEric Laurent2012-11-1911-9336/+9647
* | | fix a typo in SINC resampler that prevented tracks to be mixedMathias Agopian2012-11-191-2/+2
|/ /
* | Clean up channel count and channel maskGlenn Kasten2012-11-192-7/+7
* | Merge ""if" statements use curly braces per media style"Glenn Kasten2012-11-161-28/+84
|\ \
| * | "if" statements use curly braces per media styleGlenn Kasten2012-11-161-28/+84
* | | Merge "Fix time vs. bytes units bug in getRenderPosition"Glenn Kasten2012-11-162-23/+20
|\ \ \
| * | | Fix time vs. bytes units bug in getRenderPositionGlenn Kasten2012-11-162-23/+20
| |/ /
* | | Merge "Don't use control block frame count after create"Glenn Kasten2012-11-162-17/+20
|\ \ \
| * | | Don't use control block frame count after createGlenn Kasten2012-11-162-17/+20
| |/ /
* | | Don't explicitly log tidGlenn Kasten2012-11-162-15/+15
|/ /
* | Merge "Use size_t for frame counts"Glenn Kasten2012-11-162-24/+24
|\ \
| * | Use size_t for frame countsGlenn Kasten2012-11-152-24/+24
* | | Static AudioTrack plays twice initiallyGlenn Kasten2012-11-151-1/+1
|/ /
* | Clean up frame size in AudioTrack and AudioFlingerGlenn Kasten2012-11-142-29/+22
* | Use uint32_t for sample rateGlenn Kasten2012-11-142-15/+15
* | Merge "Update audio comments"Glenn Kasten2012-11-142-2/+6
|\ \
| * | Update audio commentsGlenn Kasten2012-11-142-2/+6
* | | Merge "Fix build warnings"Glenn Kasten2012-11-141-1/+1
|\ \ \
| * | | Fix build warningsGlenn Kasten2012-11-141-1/+1
| |/ /
* | | Merge changes I2ce3479d,Ibb56664dMathias Agopian2012-11-142-50/+64
|\ \ \ | |/ / |/| |
| * | more optimizations...Mathias Agopian2012-11-102-16/+18
| * | refactor code to improve neon codeMathias Agopian2012-11-102-34/+46
* | | Rename TrackBase::mFrameCount to mStepCountGlenn Kasten2012-11-132-9/+10
* | | Move frame size out of the control blockGlenn Kasten2012-11-122-25/+28
|/ /
* | Merge "Move buffers pointer out of the control block"Glenn Kasten2012-11-082-3/+4
|\ \
| * | Move buffers pointer out of the control blockGlenn Kasten2012-11-082-3/+4