Home
last modified time | relevance | path

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

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