Searched refs:LookupHidDeviceName (Results 1 – 2 of 2) sorted by relevance
/external/rmi4utils/rmidevice/ |
D | hiddevice.h | 81 static bool LookupHidDeviceName(int bus, int vendorId, int productId, std::string &deviceName);
|
D | hiddevice.cpp | 576 if (!LookupHidDeviceName(bus, vendor, product, hidDeviceName)) { in RebindDriver() 603 if (!LookupHidDeviceName(bus, vendor, product, hidDeviceName)) { in RebindDriver() 688 bool HIDDevice::LookupHidDeviceName(int bus, int vendorId, int productId, std::string & deviceName) in LookupHidDeviceName() function in HIDDevice
|