HomeSort by relevance Sort by last modified time
    Searched refs:OpenPlaybackDevice (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/webrtc/sound/
soundsystemproxy.cc 35 SoundOutputStreamInterface *SoundSystemProxy::OpenPlaybackDevice(
38 return wrapped_ ? wrapped_->OpenPlaybackDevice(device, params) : NULL;
nullsoundsystem.h 38 virtual SoundOutputStreamInterface *OpenPlaybackDevice(
soundsystemproxy.h 34 virtual SoundOutputStreamInterface *OpenPlaybackDevice(
soundsysteminterface.h 93 virtual SoundOutputStreamInterface *OpenPlaybackDevice(
alsasoundsystem.h 48 virtual SoundOutputStreamInterface *OpenPlaybackDevice(
nullsoundsystem.cc 141 SoundOutputStreamInterface *NullSoundSystem::OpenPlaybackDevice(
pulseaudiosoundsystem.h 53 virtual SoundOutputStreamInterface *OpenPlaybackDevice(
alsasoundsystem.cc 492 SoundOutputStreamInterface *AlsaSoundSystem::OpenPlaybackDevice(
pulseaudiosoundsystem.cc 1056 SoundOutputStreamInterface *PulseAudioSoundSystem::OpenPlaybackDevice(
    [all...]
  /external/chromium_org/media/audio/alsa/
alsa_util.h 26 snd_pcm_t* OpenPlaybackDevice(media::AlsaWrapper* wrapper,
alsa_output.cc 208 playback_handle_ = alsa_util::OpenPlaybackDevice(
644 if ((handle = alsa_util::OpenPlaybackDevice(wrapper_, device_name_.c_str(),
653 if ((handle = alsa_util::OpenPlaybackDevice(wrapper_, device_name_.c_str(),
676 if ((handle = alsa_util::OpenPlaybackDevice(
684 if ((handle = alsa_util::OpenPlaybackDevice(
alsa_util.cc 105 snd_pcm_t* OpenPlaybackDevice(media::AlsaWrapper* wrapper,

Completed in 71 milliseconds