Searched refs:mPhysicalPort (Results 1 – 2 of 2) sorted by relevance
178 mPhysicalPort(physicalPort) {}194 if (!mPhysicalPort.empty()) { in configureDevice()195 ioctl(fd, UI_SET_PHYS, mPhysicalPort.c_str()); in configureDevice()
223 const std::string mPhysicalPort; variable