Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DUinputDevice.cpp178 mPhysicalPort(physicalPort) {}
194 if (!mPhysicalPort.empty()) { in configureDevice()
195 ioctl(fd, UI_SET_PHYS, mPhysicalPort.c_str()); in configureDevice()
DUinputDevice.h223 const std::string mPhysicalPort; variable