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

  /external/chromium_org/third_party/libjingle/source/talk/sound/
soundsystemproxy.cc 58 SoundInputStreamInterface *SoundSystemProxy::OpenCaptureDevice(
61 return wrapped_ ? wrapped_->OpenCaptureDevice(device, params) : NULL;
nullsoundsystem.h 58 virtual SoundInputStreamInterface *OpenCaptureDevice(
soundsystemproxy.h 54 virtual SoundInputStreamInterface *OpenCaptureDevice(
soundsysteminterface.h 113 virtual SoundInputStreamInterface *OpenCaptureDevice(
alsasoundsystem.h 68 virtual SoundInputStreamInterface *OpenCaptureDevice(
nullsoundsystem.cc 164 SoundInputStreamInterface *NullSoundSystem::OpenCaptureDevice(
pulseaudiosoundsystem.h 73 virtual SoundInputStreamInterface *OpenCaptureDevice(
alsasoundsystem.cc 519 SoundInputStreamInterface *AlsaSoundSystem::OpenCaptureDevice(
pulseaudiosoundsystem.cc     [all...]
  /external/chromium_org/media/audio/linux/
alsa_util.h 19 snd_pcm_t* OpenCaptureDevice(media::AlsaWrapper* wrapper,
alsa_input.cc 71 device_handle_ = alsa_util::OpenCaptureDevice(
81 device_handle_ = alsa_util::OpenCaptureDevice(wrapper_,
alsa_util.cc 95 snd_pcm_t* OpenCaptureDevice(media::AlsaWrapper* wrapper,

Completed in 607 milliseconds