Searched refs:DEVICE_INPUT_PATH (Results 1 – 1 of 1) sorted by relevance
68 static const char* DEVICE_INPUT_PATH = "/dev/input"; variable694 if (std::filesystem::exists(DEVICE_INPUT_PATH, errorCode)) { in EventHub()753 mDeviceInputWd = inotify_add_watch(mINotifyFd, DEVICE_INPUT_PATH, IN_DELETE | IN_CREATE); in addDeviceInputInotify()755 DEVICE_INPUT_PATH, strerror(errno)); in addDeviceInputInotify()1817 if (std::filesystem::exists(DEVICE_INPUT_PATH, errorCode)) { in scanDevicesLocked()1818 result = scanDirLocked(DEVICE_INPUT_PATH); in scanDevicesLocked()1820 ALOGE("scan dir failed for %s", DEVICE_INPUT_PATH); in scanDevicesLocked()2440 std::string filename = std::string(DEVICE_INPUT_PATH) + "/" + event->name; in readNotifyLocked()