Home
last modified time | relevance | path

Searched refs:GetWaveDevices (Results 1 – 1 of 1) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/session/phone/
Ddevicemanager.cc138 static bool GetWaveDevices(bool input, std::vector<Device>* devs);
363 return GetWaveDevices(input, devs); in GetAudioDevicesByPlatform()
519 bool GetWaveDevices(bool input, std::vector<Device>* devs) { in GetWaveDevices() function