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

/external/chromium_org/third_party/webrtc/sound/
H A Dsoundsystemproxy.cc25 bool SoundSystemProxy::GetDefaultPlaybackDevice( function in class:rtc::SoundSystemProxy
27 return wrapped_ ? wrapped_->GetDefaultPlaybackDevice(device) : false;
H A Dsoundsystemproxy.h31 virtual bool GetDefaultPlaybackDevice(SoundDeviceLocator **device);
H A Dnullsoundsystem.cc115 GetDefaultPlaybackDevice(&device);
129 bool NullSoundSystem::GetDefaultPlaybackDevice( function in class:rtc::NullSoundSystem
H A Dnullsoundsystem.h45 virtual bool GetDefaultPlaybackDevice(SoundDeviceLocator **device);
H A Dsoundsysteminterface.h89 virtual bool GetDefaultPlaybackDevice(SoundDeviceLocator **device) = 0;
H A Dalsasoundsystem.h45 virtual bool GetDefaultPlaybackDevice(SoundDeviceLocator **device);
H A Dpulseaudiosoundsystem.h50 virtual bool GetDefaultPlaybackDevice(SoundDeviceLocator **device);
H A Dalsasoundsystem.cc484 bool AlsaSoundSystem::GetDefaultPlaybackDevice(SoundDeviceLocator **device) { function in class:rtc::AlsaSoundSystem
H A Dpulseaudiosoundsystem.cc1046 bool PulseAudioSoundSystem::GetDefaultPlaybackDevice( function in class:rtc::PulseAudioSoundSystem

Completed in 1432 milliseconds