OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getdefaultplaybackdevice
(Results
1 - 9
of
9
) sorted by null
/external/webrtc/webrtc/sound/
soundsystemproxy.cc
25
bool SoundSystemProxy::
GetDefaultPlaybackDevice
(
27
return wrapped_ ? wrapped_->
GetDefaultPlaybackDevice
(device) : false;
nullsoundsystem.cc
112
GetDefaultPlaybackDevice
(&device);
126
bool NullSoundSystem::
GetDefaultPlaybackDevice
(
nullsoundsystem.h
45
bool
GetDefaultPlaybackDevice
(SoundDeviceLocator **device) override;
soundsystemproxy.h
31
bool
GetDefaultPlaybackDevice
(SoundDeviceLocator **device) override;
alsasoundsystem.h
45
bool
GetDefaultPlaybackDevice
(SoundDeviceLocator **device) override;
pulseaudiosoundsystem.h
50
virtual bool
GetDefaultPlaybackDevice
(SoundDeviceLocator **device);
soundsysteminterface.h
89
virtual bool
GetDefaultPlaybackDevice
(SoundDeviceLocator **device) = 0;
alsasoundsystem.cc
486
bool AlsaSoundSystem::
GetDefaultPlaybackDevice
(SoundDeviceLocator **device) {
pulseaudiosoundsystem.cc
1048
bool PulseAudioSoundSystem::
GetDefaultPlaybackDevice
(
[
all
...]
Completed in 88 milliseconds