Home
last modified time | relevance | path

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

/external/webrtc/webrtc/sound/
Dsoundsystemproxy.cc30 bool SoundSystemProxy::GetDefaultCaptureDevice( in GetDefaultCaptureDevice() function in rtc::SoundSystemProxy
32 return wrapped_ ? wrapped_->GetDefaultCaptureDevice(device) : false; in GetDefaultCaptureDevice()
Dnullsoundsystem.cc121 GetDefaultCaptureDevice(&device); in EnumerateCaptureDevices()
132 bool NullSoundSystem::GetDefaultCaptureDevice( in GetDefaultCaptureDevice() function in rtc::NullSoundSystem
Dsoundsystemproxy.h32 bool GetDefaultCaptureDevice(SoundDeviceLocator **device) override;
Dnullsoundsystem.h46 bool GetDefaultCaptureDevice(SoundDeviceLocator **device) override;
Dsoundsysteminterface.h90 virtual bool GetDefaultCaptureDevice(SoundDeviceLocator **device) = 0;
Dalsasoundsystem.h46 bool GetDefaultCaptureDevice(SoundDeviceLocator **device) override;
Dpulseaudiosoundsystem.h51 virtual bool GetDefaultCaptureDevice(SoundDeviceLocator **device);
Dalsasoundsystem.cc490 bool AlsaSoundSystem::GetDefaultCaptureDevice(SoundDeviceLocator **device) { in GetDefaultCaptureDevice() function in rtc::AlsaSoundSystem
Dpulseaudiosoundsystem.cc1053 bool PulseAudioSoundSystem::GetDefaultCaptureDevice( in GetDefaultCaptureDevice() function in rtc::PulseAudioSoundSystem