OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FindVendor
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/device/usb/
usb_ids.h
46
static const UsbVendor*
FindVendor
(uint16_t vendor_id);
usb_ids.cc
29
const UsbVendor* UsbIds::
FindVendor
(uint16_t vendor_id) {
39
const UsbVendor* vendor =
FindVendor
(vendor_id);
46
const UsbVendor* vendor =
FindVendor
(vendor_id);
Completed in 32 milliseconds