Searched refs:vendorIds (Results 1 - 4 of 4) sorted by relevance

/system/core/adb/
H A Dusb_vendors.h20 extern int vendorIds[];
H A Dusb_vendors.c229 int vendorIds[VENDOR_COUNT_MAX]; variable
242 memcpy(vendorIds, builtInVendorIds, sizeof(builtInVendorIds));
267 vendorIds[vendorIdCount++] = (int)value;
H A Dtransport_usb.c136 if (vid == vendorIds[i]) {
H A Dusb_osx.c89 vendor = vendorIds[i];

Completed in 91 milliseconds