Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/
DEventHub.cpp75 static const char* DEVICE_PATH = "/dev/input"; variable
271 mInputWd = inotify_add_watch(mINotifyFd, DEVICE_PATH, IN_DELETE | IN_CREATE); in EventHub()
272 LOG_ALWAYS_FATAL_IF(mInputWd < 0, "Could not register INotify for %s: %s", DEVICE_PATH, in EventHub()
1092 status_t result = scanDirLocked(DEVICE_PATH); in scanDevicesLocked()
1094 ALOGE("scan dir failed for %s", DEVICE_PATH); in scanDevicesLocked()
1832 std::string filename = StringPrintf("%s/%s", DEVICE_PATH, event->name); in readNotifyLocked()