Searched defs:devicePath (Results 1 – 4 of 4) 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()
249 static std::optional<std::filesystem::path> getSysfsRootForEvdevDevicePath(const char* devicePath) { in getSysfsRootForEvdevDevicePath()1620 const std::filesystem::path& devicePath, const std::shared_ptr<PropertyMap>& config) const { in obtainAssociatedDeviceLocked() argument2293 void EventHub::openDeviceLocked(const std::string& devicePath) { in openDeviceLocked()2619 void EventHub::openVideoDeviceLocked(const std::string& devicePath) { in openVideoDeviceLocked()2822 void EventHub::closeDeviceByPathLocked(const std::string& devicePath) { in closeDeviceByPathLocked()2836 void EventHub::closeVideoDeviceByPathLocked(const std::string& devicePath) { in closeVideoDeviceByPathLocked()
79 String devicePath = extconInfo.getDevicePath(); in startObserving() local
174 final Path devicePath = Path.of("/dev"); in connectLocked() local