Home
last modified time | relevance | path

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

/external/webrtc/webrtc/sound/
Dsoundsystemproxy.cc25 bool SoundSystemProxy::GetDefaultPlaybackDevice( in GetDefaultPlaybackDevice() function in rtc::SoundSystemProxy
27 return wrapped_ ? wrapped_->GetDefaultPlaybackDevice(device) : false; in GetDefaultPlaybackDevice()
Dnullsoundsystem.cc112 GetDefaultPlaybackDevice(&device); in EnumeratePlaybackDevices()
126 bool NullSoundSystem::GetDefaultPlaybackDevice( in GetDefaultPlaybackDevice() function in rtc::NullSoundSystem
Dsoundsystemproxy.h31 bool GetDefaultPlaybackDevice(SoundDeviceLocator **device) override;
Dnullsoundsystem.h45 bool GetDefaultPlaybackDevice(SoundDeviceLocator **device) override;
Dsoundsysteminterface.h89 virtual bool GetDefaultPlaybackDevice(SoundDeviceLocator **device) = 0;
Dalsasoundsystem.h45 bool GetDefaultPlaybackDevice(SoundDeviceLocator **device) override;
Dpulseaudiosoundsystem.h50 virtual bool GetDefaultPlaybackDevice(SoundDeviceLocator **device);
Dalsasoundsystem.cc486 bool AlsaSoundSystem::GetDefaultPlaybackDevice(SoundDeviceLocator **device) { in GetDefaultPlaybackDevice() function in rtc::AlsaSoundSystem
Dpulseaudiosoundsystem.cc1048 bool PulseAudioSoundSystem::GetDefaultPlaybackDevice( in GetDefaultPlaybackDevice() function in rtc::PulseAudioSoundSystem