HomeSort by relevance Sort by last modified time
    Searched refs:SoundSystemProxy (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/webrtc/sound/
soundsystemproxy.cc 11 #include "webrtc/sound/soundsystemproxy.h"
15 bool SoundSystemProxy::EnumeratePlaybackDevices(
20 bool SoundSystemProxy::EnumerateCaptureDevices(
25 bool SoundSystemProxy::GetDefaultPlaybackDevice(
30 bool SoundSystemProxy::GetDefaultCaptureDevice(
35 SoundOutputStreamInterface *SoundSystemProxy::OpenPlaybackDevice(
41 SoundInputStreamInterface *SoundSystemProxy::OpenCaptureDevice(
soundsystemproxy.h 19 // A SoundSystemProxy is a sound system that defers to another one.
22 class SoundSystemProxy : public SoundSystemInterface {
24 SoundSystemProxy() : wrapped_(NULL) {}
automaticallychosensoundsystem.h 15 #include "webrtc/sound/soundsystemproxy.h"
29 class AutomaticallyChosenSoundSystem : public SoundSystemProxy {

Completed in 115 milliseconds