Home
last modified time | relevance | path

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

/system/core/fastboot/
Dusb_osx.cpp291 UInt8 serialIndex; in try_device() local
358 kr = (*dev)->USBGetSerialNumberStringIndex(dev, &serialIndex); in try_device()
360 if (serialIndex > 0) { in try_device()
366 req.wValue = (kUSBStringDesc << 8) | serialIndex; in try_device()