OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OpenCaptureDevice
(Results
1 - 5
of
5
) 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.cc
164
SoundInputStreamInterface *NullSoundSystem::
OpenCaptureDevice
(
alsasoundsystem.cc
519
SoundInputStreamInterface *AlsaSoundSystem::
OpenCaptureDevice
(
pulseaudiosoundsystem.cc
[
all
...]
/external/chromium_org/media/audio/alsa/
alsa_util.cc
95
snd_pcm_t*
OpenCaptureDevice
(media::AlsaWrapper* wrapper,
Completed in 291 milliseconds