Searched refs:GetUsbId (Results 1 – 6 of 6) sorted by relevance
37 bool GetUsbId(const Device& device, std::string* usb_id);
32 bool GetUsbId(const Device& device, std::string* usb_id) { in GetUsbId() function
71 bool GetUsbId(const Device& device, std::string* usb_id) { return false; } in GetUsbId() function
154 bool GetUsbId(const Device& device, std::string* usb_id) { in GetUsbId() function
330 if (GetUsbId(device, &usb_id) && IsInWhitelist(usb_id, video_format)) { in GetMaxFormat()