Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DEventHub.cpp75 static const char *DEVICE_PATH = "/dev/input"; variable
257 mInputWd = inotify_add_watch(mINotifyFd, DEVICE_PATH, IN_DELETE | IN_CREATE); in EventHub()
259 DEVICE_PATH, strerror(errno)); in EventHub()
1083 status_t result = scanDirLocked(DEVICE_PATH); in scanDevicesLocked()
1085 ALOGE("scan dir failed for %s", DEVICE_PATH); in scanDevicesLocked()
1830 std::string filename = StringPrintf("%s/%s", DEVICE_PATH, event->name); in readNotifyLocked()