Searched defs:devicePath (Results 1 – 3 of 3) sorted by relevance
39 TouchVideoDevice::TouchVideoDevice(int fd, std::string&& name, std::string&& devicePath, in TouchVideoDevice()51 std::unique_ptr<TouchVideoDevice> TouchVideoDevice::create(std::string devicePath) { in create()
242 static std::optional<std::filesystem::path> getSysfsRootPath(const char* devicePath) { in getSysfsRootPath()2152 void EventHub::openDeviceLocked(const std::string& devicePath) { in openDeviceLocked()2465 void EventHub::openVideoDeviceLocked(const std::string& devicePath) { in openVideoDeviceLocked()2617 void EventHub::closeDeviceByPathLocked(const std::string& devicePath) { in closeDeviceByPathLocked()2631 void EventHub::closeVideoDeviceByPathLocked(const std::string& devicePath) { in closeVideoDeviceByPathLocked()
79 String devicePath = extconInfo.getDevicePath(); in startObserving() local