Home
last modified time | relevance | path

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

/developtools/hdc/hdc_rust/src/cffi/host/
H A Dhost_usb.h99 uint8_t busId; member
H A Dhost_usb.cpp193 di.usbMountPoint = StringFormat("%d-%d", hUSB->busId, hUSB->devId); in UpdateUSBDaemonInfo()
249 hUSB->busId = curBus; in OpenDeviceMyNeed()
/developtools/hdc/src/host/
H A Dhost_usb.cpp156 WRITE_LOG(LOG_INFO, "Needed device found, busid:%d devid:%d connectkey:%s", hUSB->busId, hUSB->devId, in DetectMyNeed()
301 hUSB->busId = curBus; in CheckDescriptor()
318 WRITE_LOG(LOG_DEBUG, "CheckDescriptor busId-devId:%d-%d serialNum:%s", curBus, curDev, in CheckDescriptor()
334 di.usbMountPoint = Base::StringFormat("%d-%d", hUSB->busId, hUSB->devId); in UpdateUSBDaemonInfo()
/developtools/hdc/src/common/
H A Ddefine_plus.h143 uint8_t busId; member
H A Dsession.cpp261 uint8_t busId = 0; in QueryUSBDeviceRegister() local
264 busId = libusb_get_bus_number(dev); in QueryUSBDeviceRegister()
267 busId = busIDIn; in QueryUSBDeviceRegister()
280 if (hs->hUSB->devId != devId || hs->hUSB->busId != busId) { in QueryUSBDeviceRegister()

Completed in 7 milliseconds