Home
last modified time | relevance | path

Searched refs:OpenPlaybackDevice (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/sound/
Dsoundsystemproxy.cc52 SoundOutputStreamInterface *SoundSystemProxy::OpenPlaybackDevice( in OpenPlaybackDevice() function in cricket::SoundSystemProxy
55 return wrapped_ ? wrapped_->OpenPlaybackDevice(device, params) : NULL; in OpenPlaybackDevice()
Dsoundsystemproxy.h51 virtual SoundOutputStreamInterface *OpenPlaybackDevice(
Dnullsoundsystem.h55 virtual SoundOutputStreamInterface *OpenPlaybackDevice(
Dsoundsysteminterface.h110 virtual SoundOutputStreamInterface *OpenPlaybackDevice(
Dnullsoundsystem.cc158 SoundOutputStreamInterface *NullSoundSystem::OpenPlaybackDevice( in OpenPlaybackDevice() function in cricket::NullSoundSystem
Dalsasoundsystem.h65 virtual SoundOutputStreamInterface *OpenPlaybackDevice(
Dpulseaudiosoundsystem.h70 virtual SoundOutputStreamInterface *OpenPlaybackDevice(
Dalsasoundsystem.cc509 SoundOutputStreamInterface *AlsaSoundSystem::OpenPlaybackDevice( in OpenPlaybackDevice() function in cricket::AlsaSoundSystem
Dpulseaudiosoundsystem.cc1073 SoundOutputStreamInterface *PulseAudioSoundSystem::OpenPlaybackDevice( in OpenPlaybackDevice() function in cricket::PulseAudioSoundSystem
/external/chromium_org/media/audio/alsa/
Dalsa_output.cc208 playback_handle_ = alsa_util::OpenPlaybackDevice( in Open()
644 if ((handle = alsa_util::OpenPlaybackDevice(wrapper_, device_name_.c_str(), in AutoSelectDevice()
653 if ((handle = alsa_util::OpenPlaybackDevice(wrapper_, device_name_.c_str(), in AutoSelectDevice()
676 if ((handle = alsa_util::OpenPlaybackDevice( in AutoSelectDevice()
684 if ((handle = alsa_util::OpenPlaybackDevice( in AutoSelectDevice()
Dalsa_util.h26 snd_pcm_t* OpenPlaybackDevice(media::AlsaWrapper* wrapper,
Dalsa_util.cc105 snd_pcm_t* OpenPlaybackDevice(media::AlsaWrapper* wrapper, in OpenPlaybackDevice() function