Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DEventHub.cpp77 static const char *VIDEO_DEVICE_PATH = "/dev"; variable
261 mVideoWd = inotify_add_watch(mINotifyFd, VIDEO_DEVICE_PATH, IN_DELETE | IN_CREATE); in EventHub()
263 VIDEO_DEVICE_PATH, strerror(errno)); in EventHub()
1088 result = scanVideoDirLocked(VIDEO_DEVICE_PATH); in scanDevicesLocked()
1090 ALOGE("scan video dir failed for %s", VIDEO_DEVICE_PATH); in scanDevicesLocked()
1840 std::string filename = StringPrintf("%s/%s", VIDEO_DEVICE_PATH, event->name); in readNotifyLocked()