Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DEventHub.cpp73 static const char *DEVICE_PATH = "/dev/input"; variable
213 int result = inotify_add_watch(mINotifyFd, DEVICE_PATH, IN_DELETE | IN_CREATE); in EventHub()
215 DEVICE_PATH, errno); in EventHub()
1054 status_t res = scanDirLocked(DEVICE_PATH); in scanDevicesLocked()
1056 ALOGE("scan dir failed for %s\n", DEVICE_PATH); in scanDevicesLocked()
1685 strcpy(devname, DEVICE_PATH); in readNotifyLocked()