Searched defs:vendor (Results 1 - 2 of 2) sorted by relevance

/system/core/adb/
H A Dusb_osx.c57 UInt16 vendor, UInt16 product);
64 SInt32 vendor, if_subclass, if_protocol; local
88 //* Match based on vendor id, interface subclass and protocol
89 vendor = vendorIds[i];
94 kCFNumberSInt32Type, &vendor));
129 UInt16 vendor; local
196 kr = (*dev)->GetDeviceVendor(dev, &vendor);
255 DBG("INFO: Found vid=%04x pid=%04x serial=%s\n", vendor, product,
259 vendor, product);
304 CheckInterface(IOUSBInterfaceInterface **interface, UInt16 vendor, UInt1 argument
[all...]
/system/core/toolbox/
H A Dgetevent.c260 static void print_hid_descriptor(int bus, int vendor, int product) argument
270 snprintf(prefix, sizeof(prefix), "%04X:%04X:%04X.", bus, vendor, product);
355 " vendor %04x\n"
358 id.bustype, id.vendor, id.product, id.version);
376 print_hid_descriptor(id.bustype, id.vendor, id.product);

Completed in 117 milliseconds