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

/external/chromium_org/third_party/libjingle/source/talk/sound/
H A Dsoundsystemproxy.cc47 bool SoundSystemProxy::GetDefaultCaptureDevice( function in class:cricket::SoundSystemProxy
49 return wrapped_ ? wrapped_->GetDefaultCaptureDevice(device) : false;
H A Dnullsoundsystem.cc141 GetDefaultCaptureDevice(&device);
152 bool NullSoundSystem::GetDefaultCaptureDevice( function in class:cricket::NullSoundSystem
H A Dalsasoundsystem.cc505 bool AlsaSoundSystem::GetDefaultCaptureDevice(SoundDeviceLocator **device) { function in class:cricket::AlsaSoundSystem
H A Dpulseaudiosoundsystem.cc1068 bool PulseAudioSoundSystem::GetDefaultCaptureDevice( function in class:cricket::PulseAudioSoundSystem

Completed in 28 milliseconds