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

  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
iosdeviceinfo.cc 32 bool GetUsbId(const Device& device, std::string* usb_id) {
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 70 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 153 bool GetUsbId(const Device& device, std::string* usb_id) {
devicemanager.cc 348 if (GetUsbId(device, &usb_id) && IsInWhitelist(usb_id, video_format)) {

Completed in 104 milliseconds