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

/system/core/adb/
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) {

Completed in 38 milliseconds