Home
last modified time | relevance | path

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

/external/webrtc/talk/media/devices/
Dwin32devicemanager.cc98 static bool GetDevices(const CLSID& catid, std::vector<Device>* out);
183 bool GetDevices(const CLSID& catid, std::vector<Device>* devices) { in GetDevices() argument
192 FAILED(hr = sys_dev_enum->CreateClassEnumerator(catid, &cam_enum, 0))) { in GetDevices()