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

/external/webrtc/webrtc/sound/
H A Dsoundsystemproxy.cc25 bool SoundSystemProxy::GetDefaultPlaybackDevice( function in class:rtc::SoundSystemProxy
27 return wrapped_ ? wrapped_->GetDefaultPlaybackDevice(device) : false;
H A Dnullsoundsystem.cc112 GetDefaultPlaybackDevice(&device);
126 bool NullSoundSystem::GetDefaultPlaybackDevice( function in class:rtc::NullSoundSystem
H A Dalsasoundsystem.cc486 bool AlsaSoundSystem::GetDefaultPlaybackDevice(SoundDeviceLocator **device) { function in class:rtc::AlsaSoundSystem
H A Dpulseaudiosoundsystem.cc1048 bool PulseAudioSoundSystem::GetDefaultPlaybackDevice( function in class:rtc::PulseAudioSoundSystem

Completed in 138 milliseconds