OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetAudioDevice
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/libjingle/source/talk/session/phone/
devicemanager.h
90
virtual bool
GetAudioDevice
(bool is_input, const std::string& name,
devicemanager.cc
226
return
GetAudioDevice
(true, name, out);
230
return
GetAudioDevice
(false, name, out);
305
bool DeviceManager::
GetAudioDevice
(bool is_input, const std::string& name,
Completed in 1355 milliseconds