Searched refs:GetDefaultCaptureDevice (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/webrtc/sound/
H A Dsoundsystemproxy.cc30 bool SoundSystemProxy::GetDefaultCaptureDevice( function in class:rtc::SoundSystemProxy
32 return wrapped_ ? wrapped_->GetDefaultCaptureDevice(device) : false;
H A Dsoundsystemproxy.h32 virtual bool GetDefaultCaptureDevice(SoundDeviceLocator **device);
H A Dnullsoundsystem.cc124 GetDefaultCaptureDevice(&device);
135 bool NullSoundSystem::GetDefaultCaptureDevice( function in class:rtc::NullSoundSystem
H A Dnullsoundsystem.h46 virtual bool GetDefaultCaptureDevice(SoundDeviceLocator **device);
H A Dsoundsysteminterface.h90 virtual bool GetDefaultCaptureDevice(SoundDeviceLocator **device) = 0;
H A Dalsasoundsystem.h46 virtual bool GetDefaultCaptureDevice(SoundDeviceLocator **device);
H A Dpulseaudiosoundsystem.h51 virtual bool GetDefaultCaptureDevice(SoundDeviceLocator **device);
H A Dalsasoundsystem.cc488 bool AlsaSoundSystem::GetDefaultCaptureDevice(SoundDeviceLocator **device) { function in class:rtc::AlsaSoundSystem
H A Dpulseaudiosoundsystem.cc1051 bool PulseAudioSoundSystem::GetDefaultCaptureDevice( function in class:rtc::PulseAudioSoundSystem

Completed in 395 milliseconds