HomeSort by relevance Sort by last modified time
    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 300 UInt8 interfaceNumEndpoints, interfaceClass, interfaceSubClass, interfaceProtocol;
313 kr = (*interface)->GetNumEndpoints(interface, &interfaceNumEndpoints);
337 for (endpoint = 0; endpoint <= interfaceNumEndpoints; endpoint++) {

Completed in 72 milliseconds