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

  /external/chromium_org/device/usb/
usb_ids.h 19 struct UsbVendor {
44 // Finds the static UsbVendor associated with |vendor_id|. Returns NULL if no
46 static const UsbVendor* FindVendor(uint16_t vendor_id);
51 static const UsbVendor vendors_[];
usb_ids.cc 16 const UsbVendor* vendor_a = static_cast<const UsbVendor*>(a);
17 const UsbVendor* vendor_b = static_cast<const UsbVendor*>(b);
29 const UsbVendor* UsbIds::FindVendor(uint16_t vendor_id) {
30 const UsbVendor key = {vendor_id, NULL, 0, NULL};
35 return static_cast<const UsbVendor*>(result);
39 const UsbVendor* vendor = FindVendor(vendor_id);
46 const UsbVendor* vendor = FindVendor(vendor_id);

Completed in 38 milliseconds