OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetAudioDevice
(Results
1 - 3
of
3
) 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,
devicemanager.h
180
virtual bool
GetAudioDevice
(bool is_input, const std::string& name,
Completed in 3010 milliseconds