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/libjingle/source/talk/sound/
soundsystemproxy.cc
42
bool SoundSystemProxy::
GetDefaultPlaybackDevice
(
44
return wrapped_ ? wrapped_->
GetDefaultPlaybackDevice
(device) : false;
nullsoundsystem.h
62
virtual bool
GetDefaultPlaybackDevice
(SoundDeviceLocator **device);
soundsystemproxy.h
48
virtual bool
GetDefaultPlaybackDevice
(SoundDeviceLocator **device);
nullsoundsystem.cc
132
GetDefaultPlaybackDevice
(&device);
146
bool NullSoundSystem::
GetDefaultPlaybackDevice
(
soundsysteminterface.h
106
virtual bool
GetDefaultPlaybackDevice
(SoundDeviceLocator **device) = 0;
alsasoundsystem.h
62
virtual bool
GetDefaultPlaybackDevice
(SoundDeviceLocator **device);
pulseaudiosoundsystem.h
67
virtual bool
GetDefaultPlaybackDevice
(SoundDeviceLocator **device);
alsasoundsystem.cc
501
bool AlsaSoundSystem::
GetDefaultPlaybackDevice
(SoundDeviceLocator **device) {
pulseaudiosoundsystem.cc
[
all
...]
Completed in 125 milliseconds