HomeSort by relevance Sort by last modified time
    Searched refs:GetUsbId (Results 1 - 6 of 6) sorted by null

  /external/webrtc/talk/media/devices/
deviceinfo.h 37 bool GetUsbId(const Device& device, std::string* usb_id);
macdeviceinfo.cc 32 bool GetUsbId(const Device& device, std::string* usb_id) {
mobiledevicemanager.cc 71 bool GetUsbId(const Device& device, std::string* usb_id) { return false; }
win32deviceinfo.cc 32 bool GetUsbId(const Device& device, std::string* usb_id) {
linuxdeviceinfo.cc 154 bool GetUsbId(const Device& device, std::string* usb_id) {
devicemanager.cc 330 if (GetUsbId(device, &usb_id) && IsInWhitelist(usb_id, video_format)) {

Completed in 3836 milliseconds