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

  /external/rmi4utils/rmidevice/
hiddevice.h 83 std::string & transportDeviceName, std::string & driverPath);
hiddevice.cpp 565 std::string transportDeviceName;
582 if (!FindTransportDevice(bus, hidDeviceName, transportDeviceName, driverPath)) {
590 if (!WriteDeviceNameToFile(unbindFile.c_str(), transportDeviceName.c_str())) {
592 transportDeviceName.c_str(), strerror(errno));
596 if (!WriteDeviceNameToFile(bindFile.c_str(), transportDeviceName.c_str())) {
598 transportDeviceName.c_str(), strerror(errno));
628 std::string & transportDeviceName, std::string & driverPath)
673 transportDeviceName = devicesDirEntry->d_name;

Completed in 3205 milliseconds