summaryrefslogtreecommitdiffstats
path: root/media/audio/fake_audio_input_stream_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* 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