OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/alsa/
alsa_util.h
19
snd_pcm_t*
OpenCaptureDevice
(media::AlsaWrapper* wrapper,
alsa_input.cc
73
device_handle_ = alsa_util::
OpenCaptureDevice
(
83
device_handle_ = alsa_util::
OpenCaptureDevice
(wrapper_,
alsa_util.cc
95
snd_pcm_t*
OpenCaptureDevice
(media::AlsaWrapper* wrapper,
Completed in 113 milliseconds