Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/sound/
Dsoundsystemproxy.cc58 SoundInputStreamInterface *SoundSystemProxy::OpenCaptureDevice( in OpenCaptureDevice() function in cricket::SoundSystemProxy
61 return wrapped_ ? wrapped_->OpenCaptureDevice(device, params) : NULL; in OpenCaptureDevice()
Dsoundsystemproxy.h54 virtual SoundInputStreamInterface *OpenCaptureDevice(
Dnullsoundsystem.h58 virtual SoundInputStreamInterface *OpenCaptureDevice(
Dsoundsysteminterface.h113 virtual SoundInputStreamInterface *OpenCaptureDevice(
Dnullsoundsystem.cc164 SoundInputStreamInterface *NullSoundSystem::OpenCaptureDevice( in OpenCaptureDevice() function in cricket::NullSoundSystem
Dalsasoundsystem.h68 virtual SoundInputStreamInterface *OpenCaptureDevice(
Dpulseaudiosoundsystem.h73 virtual SoundInputStreamInterface *OpenCaptureDevice(
Dalsasoundsystem.cc519 SoundInputStreamInterface *AlsaSoundSystem::OpenCaptureDevice( in OpenCaptureDevice() function in cricket::AlsaSoundSystem
Dpulseaudiosoundsystem.cc1083 SoundInputStreamInterface *PulseAudioSoundSystem::OpenCaptureDevice( in OpenCaptureDevice() function in cricket::PulseAudioSoundSystem
/external/chromium_org/media/audio/alsa/
Dalsa_util.h19 snd_pcm_t* OpenCaptureDevice(media::AlsaWrapper* wrapper,
Dalsa_input.cc73 device_handle_ = alsa_util::OpenCaptureDevice( in Open()
83 device_handle_ = alsa_util::OpenCaptureDevice(wrapper_, in Open()
Dalsa_util.cc95 snd_pcm_t* OpenCaptureDevice(media::AlsaWrapper* wrapper, in OpenCaptureDevice() function