summaryrefslogtreecommitdiffstats
path: root/media/audio/audio_output_controller_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Move CancellationFlag and WaitableEvent to the synchronization subdirectory.brettw@chromium.org2011-01-021-1/+1
* Simplified AudioOutputStream interface.sergeyu@chromium.org2010-11-111-19/+15
* Add AudioBuffersState struct. Use it for audio synchronization.sergeyu@chromium.org2010-09-291-37/+51
* Make AudioOutputController.Close() truly asynchronous.sergeyu@chromium.org2010-09-171-16/+29
* Revert 59600 - Make AudioOutputController.Close() truly asynchronous.sergeyu@chromium.org2010-09-161-29/+16
* Make AudioOutputController.Close() truly asynchronous.sergeyu@chromium.org2010-09-161-16/+29
* Add AudioParameters struct. Use it everywhere.sergeyu@chromium.org2010-08-311-19/+19
* FBTF: Remove unneeded headers from base/ (part 7)thestig@chromium.org2010-08-271-0/+1
* Share one thread between all AudioOutputControllers instead of creating one p...sergeyu@chromium.org2010-08-251-10/+33
* Revert 57254 - Share one thread between all AudioOutputControllers instead of...scherkus@chromium.org2010-08-241-33/+10
* Share one thread between all AudioOutputControllers instead of creating one p...sergeyu@chromium.org2010-08-241-10/+33
* base: rename Environment::HasEnv to Environment::HasVar.tfarina@chromium.org2010-08-041-1/+1
* base: Rename EnvVarGetter to Environment.tfarina@chromium.org2010-08-031-2/+2
* Audio pause and seek betterhclam@chromium.org2010-07-151-15/+63
* Rename a header and some methods to make way for subsequent audio recording a...satish@chromium.org2010-07-121-7/+7
* Renamed AudioController to AudioOutputController.satish@chromium.org2010-07-091-0/+237