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.cpp
94
UInt8
interfaceNumEndpoints
;
169
kr = (*interface)->GetNumEndpoints(interface, &
interfaceNumEndpoints
);
190
for (UInt8 endpoint = 1; endpoint <=
interfaceNumEndpoints
; endpoint++) {
/system/core/adb/client/
usb_osx.cpp
333
UInt8
interfaceNumEndpoints
, interfaceClass, interfaceSubClass, interfaceProtocol;
345
kr = (*interface)->GetNumEndpoints(interface, &
interfaceNumEndpoints
);
372
for (endpoint = 1; endpoint <=
interfaceNumEndpoints
; endpoint++) {
Completed in 163 milliseconds