OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetDefaultCaptureDevice
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/webrtc/sound/
soundsystemproxy.cc
30
bool SoundSystemProxy::
GetDefaultCaptureDevice
(
32
return wrapped_ ? wrapped_->
GetDefaultCaptureDevice
(device) : false;
nullsoundsystem.cc
124
GetDefaultCaptureDevice
(&device);
135
bool NullSoundSystem::
GetDefaultCaptureDevice
(
alsasoundsystem.cc
488
bool AlsaSoundSystem::
GetDefaultCaptureDevice
(SoundDeviceLocator **device) {
pulseaudiosoundsystem.cc
1051
bool PulseAudioSoundSystem::
GetDefaultCaptureDevice
(
[
all
...]
Completed in 63 milliseconds