Searched refs:locationId (Results 1 - 2 of 2) sorted by relevance

/system/core/fastboot/
H A Dusb_osx.c267 UInt32 locationId; local
326 kr = (*dev)->GetLocationID(dev, &locationId);
331 snprintf(handle->info.device_path, sizeof(handle->info.device_path), "usb:%lX", locationId);
/system/core/adb/
H A Dusb_osx.c128 UInt32 locationId; local
198 kr = (*dev)->GetLocationID(dev, &locationId);
200 snprintf(devpathBuf, sizeof(devpathBuf), "usb:%lX", locationId);

Completed in 30 milliseconds