summaryrefslogtreecommitdiffstats
path: root/media/audio/fake_audio_input_stream_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove a test which checks for timing of audio recording callbacks.satish@chromium.org2011-03-111-50/+0
* Cleaning up src/media to be consistent with static versus anonymous namespaces.scherkus@chromium.org2011-03-071-5/+1
* Disable FakeAudioInputTest.BasicCallbacks after two crashes in a row.dmazzoni@chromium.org2011-02-101-2/+2
* Remove base/platform_thread.h stub and fix up all callers to use the new loca...brettw@google.com2011-01-011-2/+4
* Mark FakeAudioInputTest.BasicCallbacks as flaky.phajdan.jr@chromium.org2010-12-171-1/+2
* Simplified AudioOutputStream interface.sergeyu@chromium.org2010-11-111-1/+1
* Add AudioParameters struct. Use it everywhere.sergeyu@chromium.org2010-08-311-1/+1
* Share one thread between all AudioOutputControllers instead of creating one p...sergeyu@chromium.org2010-08-251-1/+1
* Revert 57254 - Share one thread between all AudioOutputControllers instead of...scherkus@chromium.org2010-08-241-1/+1
* Share one thread between all AudioOutputControllers instead of creating one p...sergeyu@chromium.org2010-08-241-1/+1
* Add a fake audio input stream for testing purposes.satish@chromium.org2010-07-151-0/+51