Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DEventHub.cpp261 mVideoWd = inotify_add_watch(mINotifyFd, VIDEO_DEVICE_PATH, IN_DELETE | IN_CREATE); in EventHub()
262 LOG_ALWAYS_FATAL_IF(mVideoWd < 0, "Could not register INotify for %s: %s", in EventHub()
265 mVideoWd = -1; in EventHub()
1838 else if (event->wd == mVideoWd) { in readNotifyLocked()
DEventHub.h472 int mVideoWd; variable