OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:interfaceNumEndpoints
(Results
1 - 2
of
2
) sorted by null
/system/core/fastboot/
usb_osx.c
76
UInt8
interfaceNumEndpoints
;
163
kr = (*interface)->GetNumEndpoints(interface, &
interfaceNumEndpoints
);
184
for (endpoint = 0; endpoint <=
interfaceNumEndpoints
; endpoint++) {
/system/core/adb/
usb_osx.c
308
UInt8
interfaceNumEndpoints
, interfaceClass, interfaceSubClass, interfaceProtocol;
321
kr = (*interface)->GetNumEndpoints(interface, &
interfaceNumEndpoints
);
345
for (endpoint = 0; endpoint <=
interfaceNumEndpoints
; endpoint++) {
Completed in 45 milliseconds