Searched refs:UsbVendor (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/device/usb/
H A Dusb_ids.cc16 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);
H A Dusb_ids.h19 struct UsbVendor { struct in namespace:device
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_[];

Completed in 78 milliseconds