Searched defs:GetDefaultCaptureDevice (Results 1 - 4 of 4) sorted by relevance

/external/webrtc/webrtc/sound/
H A Dsoundsystemproxy.cc30 bool SoundSystemProxy::GetDefaultCaptureDevice( function in class:rtc::SoundSystemProxy
32 return wrapped_ ? wrapped_->GetDefaultCaptureDevice(device) : false;
H A Dnullsoundsystem.cc121 GetDefaultCaptureDevice(&device);
132 bool NullSoundSystem::GetDefaultCaptureDevice( function in class:rtc::NullSoundSystem
H A Dalsasoundsystem.cc490 bool AlsaSoundSystem::GetDefaultCaptureDevice(SoundDeviceLocator **device) { function in class:rtc::AlsaSoundSystem
H A Dpulseaudiosoundsystem.cc1053 bool PulseAudioSoundSystem::GetDefaultCaptureDevice( function in class:rtc::PulseAudioSoundSystem

Completed in 99 milliseconds