Home | History | Annotate | Download | only in input

Lines Matching defs:DEVICE_PATH

70 static const char *DEVICE_PATH = "/dev/input";
209 int result = inotify_add_watch(mINotifyFd, DEVICE_PATH, IN_DELETE | IN_CREATE);
211 DEVICE_PATH, errno);
965 status_t res = scanDirLocked(DEVICE_PATH);
967 ALOGE("scan dir failed for %s\n", DEVICE_PATH);
1481 strcpy(devname, DEVICE_PATH);