Home
last modified time | relevance | path

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

/aosp12/packages/modules/adb/client/
H A Dusb_osx.cpp334 UInt8 interfaceNumEndpoints, interfaceClass, interfaceSubClass, interfaceProtocol; in CheckInterface() local
355 (*interface)->GetInterfaceProtocol(interface, &interfaceProtocol) != kIOReturnSuccess) { in CheckInterface()
362 if (!is_adb_interface(interfaceClass, interfaceSubClass, interfaceProtocol)) { in CheckInterface()