Home
last modified time | relevance | path

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

/system/core/fastboot/
Dusb_osx.c185 UInt8 transferType; in try_interfaces() local
193 &number, &transferType, &maxPacketSize, &interval); in try_interfaces()
196 if (transferType != kUSBBulk) { in try_interfaces()
/system/core/adb/
Dusb_osx.cpp344 UInt8 transferType; in CheckInterface() local
351 &number, &transferType, &maxPacketSize, &interval); in CheckInterface()
354 if (kUSBBulk != transferType) in CheckInterface()