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/adb/client/
usb_osx.cpp
326
UInt8
interfaceNumEndpoints
, interfaceClass, interfaceSubClass, interfaceProtocol;
338
kr = (*interface)->GetNumEndpoints(interface, &
interfaceNumEndpoints
);
365
for (endpoint = 1; endpoint <=
interfaceNumEndpoints
; endpoint++) {
/system/core/fastboot/
usb_osx.cpp
94
UInt8
interfaceNumEndpoints
;
172
kr = (*interface)->GetNumEndpoints(interface, &
interfaceNumEndpoints
);
193
for (UInt8 endpoint = 1; endpoint <=
interfaceNumEndpoints
; endpoint++) {
Completed in 62 milliseconds