OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetAudioDevice
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/talk/media/devices/
devicemanager.cc
117
return
GetAudioDevice
(true, name, out);
121
return
GetAudioDevice
(false, name, out);
279
bool DeviceManager::
GetAudioDevice
(bool is_input, const std::string& name,
fakedevicemanager.h
74
return
GetAudioDevice
(true, name, out);
77
return
GetAudioDevice
(false, name, out);
204
bool
GetAudioDevice
(bool is_input, const std::string& name,
Completed in 665 milliseconds