Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/media/devices/
Dlinuxdeviceinfo.cc95 bool GetUsbProperty(const Device& device, const char* property_name, in GetUsbProperty() function
157 if (!GetUsbProperty(device, "idVendor", &id_vendor)) { in GetUsbId()
160 if (!GetUsbProperty(device, "idProduct", &id_product)) { in GetUsbId()
171 return GetUsbProperty(device, "version", usb_version); in GetUsbVersion()