Home | History | Annotate | Download | only in input

Lines Matching defs:DEVICE_PATH

70 static const char *DEVICE_PATH = "/dev/input";
208 int result = inotify_add_watch(mINotifyFd, DEVICE_PATH, IN_DELETE | IN_CREATE);
210 DEVICE_PATH, errno);
898 status_t res = scanDirLocked(DEVICE_PATH);
900 ALOGE("scan dir failed for %s\n", DEVICE_PATH);
1381 strcpy(devname, DEVICE_PATH);