OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OpenPlaybackDevice
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/sound/
soundsystemproxy.cc
52
SoundOutputStreamInterface *SoundSystemProxy::
OpenPlaybackDevice
(
55
return wrapped_ ? wrapped_->
OpenPlaybackDevice
(device, params) : NULL;
nullsoundsystem.h
55
virtual SoundOutputStreamInterface *
OpenPlaybackDevice
(
soundsystemproxy.h
51
virtual SoundOutputStreamInterface *
OpenPlaybackDevice
(
soundsysteminterface.h
110
virtual SoundOutputStreamInterface *
OpenPlaybackDevice
(
alsasoundsystem.h
65
virtual SoundOutputStreamInterface *
OpenPlaybackDevice
(
nullsoundsystem.cc
158
SoundOutputStreamInterface *NullSoundSystem::
OpenPlaybackDevice
(
pulseaudiosoundsystem.h
70
virtual SoundOutputStreamInterface *
OpenPlaybackDevice
(
alsasoundsystem.cc
509
SoundOutputStreamInterface *AlsaSoundSystem::
OpenPlaybackDevice
(
pulseaudiosoundsystem.cc
[
all
...]
/external/chromium_org/media/audio/alsa/
alsa_util.h
26
snd_pcm_t*
OpenPlaybackDevice
(media::AlsaWrapper* wrapper,
alsa_output.cc
209
playback_handle_ = alsa_util::
OpenPlaybackDevice
(
645
if ((handle = alsa_util::
OpenPlaybackDevice
(wrapper_, device_name_.c_str(),
654
if ((handle = alsa_util::
OpenPlaybackDevice
(wrapper_, device_name_.c_str(),
677
if ((handle = alsa_util::
OpenPlaybackDevice
(
685
if ((handle = alsa_util::
OpenPlaybackDevice
(
alsa_util.cc
105
snd_pcm_t*
OpenPlaybackDevice
(media::AlsaWrapper* wrapper,
Completed in 116 milliseconds