Home | History | Annotate | Download | only in inputflinger

Lines Matching refs:DEVICE_PATH

70 static const char *DEVICE_PATH = "/dev/input";
196 int result = inotify_add_watch(mINotifyFd, DEVICE_PATH, IN_DELETE | IN_CREATE);
198 DEVICE_PATH, errno);
1023 status_t res = scanDirLocked(DEVICE_PATH);
1025 ALOGE("scan dir failed for %s\n", DEVICE_PATH);
1596 strcpy(devname, DEVICE_PATH);