Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/
DEventHub.cpp68 static const char* DEVICE_INPUT_PATH = "/dev/input"; variable
694 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()