OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetAudioDevicesByPlatform
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/libjingle/source/talk/session/phone/
devicemanager.h
95
bool
GetAudioDevicesByPlatform
(bool input, std::vector<Device>* devs);
devicemanager.cc
218
return
GetAudioDevicesByPlatform
(true, devices);
222
return
GetAudioDevicesByPlatform
(false, devices);
329
bool DeviceManager::
GetAudioDevicesByPlatform
(bool input,
Completed in 80 milliseconds