HomeSort by relevance Sort by last modified time
    Searched refs:hidDeviceName (Results 1 - 2 of 2) sorted by null

  /external/rmi4utils/rmidevice/
hiddevice.h 82 static bool FindTransportDevice(int bus, std::string & hidDeviceName,
84 static bool FindHidRawFile(std::string & hidDeviceName, std::string & hidrawFile);
hiddevice.cpp 564 std::string hidDeviceName;
576 if (!LookupHidDeviceName(bus, vendor, product, hidDeviceName)) {
582 if (!FindTransportDevice(bus, hidDeviceName, transportDeviceName, driverPath)) {
583 fprintf(stderr, "Failed to find the transport device / driver for %s\n", hidDeviceName.c_str());
603 if (!LookupHidDeviceName(bus, vendor, product, hidDeviceName)) {
609 if (!FindHidRawFile(hidDeviceName, hidrawFile)) {
610 fprintf(stderr, "Failed to find the hidraw device file for %s\n", hidDeviceName.c_str());
627 bool HIDDevice::FindTransportDevice(int bus, std::string & hidDeviceName,
672 if (!strcmp(devDirEntry->d_name, hidDeviceName.c_str())) {

Completed in 56 milliseconds