Home
last modified time | relevance | path

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

/external/webrtc/talk/media/devices/
Dwin32devicemanager.cc100 static bool GetWaveDevices(bool input, std::vector<Device>* devs);
169 if (!GetWaveDevices(input, devs)) in GetAudioDevices()
316 bool GetWaveDevices(bool input, std::vector<Device>* devs) { in GetWaveDevices() function