summaryrefslogtreecommitdiffstats
path: root/libs/audioflinger/AudioDumpInterface.cpp
Commit message (Collapse)AuthorAgeFilesLines
* move native services under services/Mathias Agopian2010-07-141-573/+0
| | | | | | | | moved surfaceflinger, audioflinger, cameraservice all native services should now reside in this location. Change-Id: Iee42b83dd2a94c3bf5107ab0895fe2dfcd5337a8
* Several fixes in AudioDumpInterface:Eric Laurent2010-05-121-89/+131
| | | | | | | | | | | | - forward setMode() and getInputBufferSize() calls to underlying audio hardware interface. - Allow capture of more than one output stream (previous implementation was only capturing the first output opened, namely the hardware output). - Allow capture of input streams: previous implementation was only simulating input streams when more than one was open at a time by reading from a file on SD card). Now the default behavior is to capture PCM data read from input stream if it was successfully opened or simulate capture otherwise. Change-Id: I7e2892b25e295fc3c19c7eb0f71bfaea5816b73a
* Issue 2071329: audio track is shorter than video track for video capture on ↵Eric Laurent2010-03-021-0/+6
| | | | | | | | sholes Add API to retrieve number of frames dropped by audio input kernel driver. Submitted on behalf of Masaki Sato <masaki.sato@motorola.com>
* Fix issue 2285561: New AudioFlinger and audio driver API needed for A/V syncEric Laurent2010-01-261-0/+6
| | | | | | | | | | | | Added getRenderPosition() API to IAudioFlinger to retreive number of audio frames written by AudioFlinger to audio HAL and by DSP to DAC. Added getRenderPosition() API to AudioHardwareInterface to retreive number of audio frames written by DSP to DAC. Exposed AudioTrack::getPosition() to AudioSink() to make it available to media player. Removed excessive log in AudioHardwareGeneric.
* Improved unit test code for Audioflinger.Eric Laurent2009-08-071-20/+92
|
* Fix issue 1795088 Improve audio routing codeEric Laurent2009-07-231-26/+356
| | | | | | | Initial commit for review. Integrated comments after patch set 1 review. Fixed lockup in AudioFlinger::ThreadBase::exit() Fixed lockup when playing tone with AudioPlocyService startTone()
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+117
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-117/+0
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-8/+8
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-13/+36
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+94