Home
last modified time | relevance | path

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

/aosp12/system/core/fastboot/
H A Dusb_osx.cpp98 UInt8 interfaceNumEndpoints; in try_interfaces() local
173 kr = (*interface)->GetNumEndpoints(interface, &interfaceNumEndpoints); in try_interfaces()
194 for (UInt8 endpoint = 1; endpoint <= interfaceNumEndpoints; endpoint++) { in try_interfaces()
/aosp12/packages/modules/adb/client/
H A Dusb_osx.cpp334 UInt8 interfaceNumEndpoints, interfaceClass, interfaceSubClass, interfaceProtocol; in CheckInterface() local
346 kr = (*interface)->GetNumEndpoints(interface, &interfaceNumEndpoints); in CheckInterface()
373 for (endpoint = 1; endpoint <= interfaceNumEndpoints; endpoint++) { in CheckInterface()