Home
last modified time | relevance | path

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

/aosp12/system/core/fastboot/
H A Dusb_osx.cpp277 UInt32 locationId; in try_device() local
335 kr = (*dev)->GetLocationID(dev, &locationId); in try_device()
341 "usb:%" PRIu32 "X", (unsigned int)locationId); in try_device()
/aosp12/packages/modules/adb/client/
H A Dusb_osx.cpp144 uint32_t locationId; in AndroidInterfaceAdded() local
226 kr = (*dev)->GetLocationID(dev, &locationId); in AndroidInterfaceAdded()
228 devpath = android::base::StringPrintf("usb:%" PRIu32 "X", locationId); in AndroidInterfaceAdded()