Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/sound/
Dsoundsystemproxy.cc47 bool SoundSystemProxy::GetDefaultCaptureDevice( in GetDefaultCaptureDevice() function in cricket::SoundSystemProxy
49 return wrapped_ ? wrapped_->GetDefaultCaptureDevice(device) : false; in GetDefaultCaptureDevice()
Dnullsoundsystem.cc141 GetDefaultCaptureDevice(&device); in EnumerateCaptureDevices()
152 bool NullSoundSystem::GetDefaultCaptureDevice( in GetDefaultCaptureDevice() function in cricket::NullSoundSystem
Dsoundsystemproxy.h49 virtual bool GetDefaultCaptureDevice(SoundDeviceLocator **device);
Dnullsoundsystem.h63 virtual bool GetDefaultCaptureDevice(SoundDeviceLocator **device);
Dsoundsysteminterface.h107 virtual bool GetDefaultCaptureDevice(SoundDeviceLocator **device) = 0;
Dalsasoundsystem.h63 virtual bool GetDefaultCaptureDevice(SoundDeviceLocator **device);
Dpulseaudiosoundsystem.h68 virtual bool GetDefaultCaptureDevice(SoundDeviceLocator **device);
Dalsasoundsystem.cc505 bool AlsaSoundSystem::GetDefaultCaptureDevice(SoundDeviceLocator **device) { in GetDefaultCaptureDevice() function in cricket::AlsaSoundSystem
Dpulseaudiosoundsystem.cc1068 bool PulseAudioSoundSystem::GetDefaultCaptureDevice( in GetDefaultCaptureDevice() function in cricket::PulseAudioSoundSystem