Searched refs:OpenPlaybackDevice (Results 1 – 12 of 12) sorted by relevance
52 SoundOutputStreamInterface *SoundSystemProxy::OpenPlaybackDevice( in OpenPlaybackDevice() function in cricket::SoundSystemProxy55 return wrapped_ ? wrapped_->OpenPlaybackDevice(device, params) : NULL; in OpenPlaybackDevice()
51 virtual SoundOutputStreamInterface *OpenPlaybackDevice(
55 virtual SoundOutputStreamInterface *OpenPlaybackDevice(
110 virtual SoundOutputStreamInterface *OpenPlaybackDevice(
158 SoundOutputStreamInterface *NullSoundSystem::OpenPlaybackDevice( in OpenPlaybackDevice() function in cricket::NullSoundSystem
65 virtual SoundOutputStreamInterface *OpenPlaybackDevice(
70 virtual SoundOutputStreamInterface *OpenPlaybackDevice(
509 SoundOutputStreamInterface *AlsaSoundSystem::OpenPlaybackDevice( in OpenPlaybackDevice() function in cricket::AlsaSoundSystem
1073 SoundOutputStreamInterface *PulseAudioSoundSystem::OpenPlaybackDevice( in OpenPlaybackDevice() function in cricket::PulseAudioSoundSystem
208 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()
26 snd_pcm_t* OpenPlaybackDevice(media::AlsaWrapper* wrapper,
105 snd_pcm_t* OpenPlaybackDevice(media::AlsaWrapper* wrapper, in OpenPlaybackDevice() function