summaryrefslogtreecommitdiffstats
path: root/content/test/webrtc_audio_device_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove the AudioManager singleton.tommi@chromium.org2011-12-121-24/+59
* Removing MessageLoop::QuitTask() from content/dcheng@chromium.org2011-12-101-1/+1
* fix compilation error on gcc4.6.1oshima@chromium.org2011-11-301-1/+2
* Removing SignalingTask and replace with base::Bind(&WaitableEvent::Signal, ...)dcheng@chromium.org2011-11-251-2/+3
* Refactor the Get*Hardware* routines a bit.tommi@chromium.org2011-11-181-5/+15
* Add support for audio capture devices. Previously only output was supported.tommi@chromium.org2011-11-111-1/+21
* Add a COM initializer for the IO thread to accomodate the WASAPI changes and ...tommi@chromium.org2011-11-101-1/+9
* First unit tests for WebRTCAudioDevice.tommi@chromium.org2011-11-091-0/+253