Searched defs:direction (Results 1 - 2 of 2) sorted by relevance

/system/core/fastboot/
H A Dusb_osx.c189 UInt8 direction; local
192 &direction,
200 if (direction == kUSBIn) {
203 } else if (direction == kUSBOut) {
/system/core/adb/
H A Dusb_osx.c350 UInt8 direction; local
352 kr = (*interface)->GetPipeProperties(interface, endpoint, &direction,
359 if (kUSBIn == direction)
362 if (kUSBOut == direction)

Completed in 86 milliseconds