Searched refs:GetDefaultCaptureDevice (Results 1 – 9 of 9) sorted by relevance
47 bool SoundSystemProxy::GetDefaultCaptureDevice( in GetDefaultCaptureDevice() function in cricket::SoundSystemProxy49 return wrapped_ ? wrapped_->GetDefaultCaptureDevice(device) : false; in GetDefaultCaptureDevice()
141 GetDefaultCaptureDevice(&device); in EnumerateCaptureDevices()152 bool NullSoundSystem::GetDefaultCaptureDevice( in GetDefaultCaptureDevice() function in cricket::NullSoundSystem
49 virtual bool GetDefaultCaptureDevice(SoundDeviceLocator **device);
63 virtual bool GetDefaultCaptureDevice(SoundDeviceLocator **device);
107 virtual bool GetDefaultCaptureDevice(SoundDeviceLocator **device) = 0;
68 virtual bool GetDefaultCaptureDevice(SoundDeviceLocator **device);
505 bool AlsaSoundSystem::GetDefaultCaptureDevice(SoundDeviceLocator **device) { in GetDefaultCaptureDevice() function in cricket::AlsaSoundSystem
1068 bool PulseAudioSoundSystem::GetDefaultCaptureDevice( in GetDefaultCaptureDevice() function in cricket::PulseAudioSoundSystem