Home
last modified time | relevance | path

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

/developtools/hdc/hdc_rust/src/cffi/host/
Dhost_usb.h99 uint8_t busId; member
Dhost_usb.cpp193 di.usbMountPoint = StringFormat("%d-%d", hUSB->busId, hUSB->devId); in UpdateUSBDaemonInfo()
249 hUSB->busId = curBus; in OpenDeviceMyNeed()
/developtools/hdc/src/host/
Dhost_usb.cpp156 …WRITE_LOG(LOG_INFO, "Needed device found, busid:%d devid:%d connectkey:%s", hUSB->busId, hUSB->dev… in DetectMyNeed()
300 hUSB->busId = curBus; in CheckDescriptor()
332 di.usbMountPoint = Base::StringFormat("%d-%d", hUSB->busId, hUSB->devId); in UpdateUSBDaemonInfo()
/developtools/hdc/src/common/
Dsession.cpp250 uint8_t busId = 0; in QueryUSBDeviceRegister() local
253 busId = libusb_get_bus_number(dev); in QueryUSBDeviceRegister()
256 busId = busIDIn; in QueryUSBDeviceRegister()
269 if (hs->hUSB->devId != devId || hs->hUSB->busId != busId) { in QueryUSBDeviceRegister()
Ddefine_plus.h333 uint8_t busId; member