Searched refs:interfaceNumEndpoints (Results 1 - 2 of 2) sorted by relevance

/system/core/fastboot/
H A Dusb_osx.c76 UInt8 interfaceNumEndpoints; local
163 kr = (*interface)->GetNumEndpoints(interface, &interfaceNumEndpoints);
184 for (endpoint = 0; endpoint <= interfaceNumEndpoints; endpoint++) {
/system/core/adb/
H A Dusb_osx.c308 UInt8 interfaceNumEndpoints, interfaceClass, interfaceSubClass, interfaceProtocol; local
321 kr = (*interface)->GetNumEndpoints(interface, &interfaceNumEndpoints);
345 for (endpoint = 0; endpoint <= interfaceNumEndpoints; endpoint++) {

Completed in 4 milliseconds