OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EnumerateCaptureDevices
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/webrtc/sound/
soundsystemproxy.cc
20
bool SoundSystemProxy::
EnumerateCaptureDevices
(
22
return wrapped_ ? wrapped_->
EnumerateCaptureDevices
(devices) : false;
nullsoundsystem.h
36
virtual bool
EnumerateCaptureDevices
(SoundDeviceLocatorList *devices);
soundsystemproxy.h
29
virtual bool
EnumerateCaptureDevices
(SoundDeviceLocatorList *devices);
soundsysteminterface.h
86
virtual bool
EnumerateCaptureDevices
(SoundDeviceLocatorList *devices) = 0;
alsasoundsystem.h
43
virtual bool
EnumerateCaptureDevices
(SoundDeviceLocatorList *devices);
nullsoundsystem.cc
120
bool NullSoundSystem::
EnumerateCaptureDevices
(
pulseaudiosoundsystem.h
48
virtual bool
EnumerateCaptureDevices
(SoundDeviceLocatorList *devices);
alsasoundsystem.cc
479
bool AlsaSoundSystem::
EnumerateCaptureDevices
(
pulseaudiosoundsystem.cc
1038
bool PulseAudioSoundSystem::
EnumerateCaptureDevices
(
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
linuxdevicemanager.cc
108
success = sound_system_->
EnumerateCaptureDevices
(&list);
Completed in 283 milliseconds