OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vendorIdCount
(Results
1 - 4
of
4
) sorted by null
/system/core/adb/
usb_vendors.h
21
extern unsigned
vendorIdCount
;
usb_vendors.c
122
unsigned
vendorIdCount
= 0;
137
vendorIdCount
= BUILT_IN_VENDOR_COUNT;
159
vendorIds[
vendorIdCount
++] = (int)value;
162
if (
vendorIdCount
== VENDOR_COUNT_MAX) {
transport_usb.c
136
for (i = 0; i <
vendorIdCount
; i++) {
usb_osx.c
76
for (i = 0; i <
vendorIdCount
; i++) {
393
for (i = 0; i <
vendorIdCount
; i++) {
411
vendorIdCount
* sizeof(io_iterator_t));
Completed in 838 milliseconds