Home
last modified time | relevance | path

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

/developtools/hdc/src/host/
Dhost_usb.h52 bool DetectMyNeed(libusb_device *device, string &sn);
Dhost_usb.cpp137 bool HdcHostUSB::DetectMyNeed(libusb_device *device, string &sn) in DetectMyNeed() function in Hdc::HdcHostUSB
232 if (thisClass->HasValidDevice(dev) && !thisClass->DetectMyNeed(dev, sn)) { in WatchUsbNodeChange()