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

/system/core/adb/
H A Dusb_vendors.h21 extern unsigned vendorIdCount;
H A Dusb_vendors.c194 unsigned vendorIdCount = 0; variable
209 vendorIdCount = BUILT_IN_VENDOR_COUNT;
231 vendorIds[vendorIdCount++] = (int)value;
234 if (vendorIdCount == VENDOR_COUNT_MAX) {
H A Dtransport_usb.c135 for (i = 0; i < vendorIdCount; i++) {
H A Dusb_osx.c76 for (i = 0; i < vendorIdCount; i++) {
401 for (i = 0; i < vendorIdCount; i++) {
419 vendorIdCount * sizeof(io_iterator_t));

Completed in 23 milliseconds