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