Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/reader/
H A DEventHub.cpp692 mVideoWd = inotify_add_watch(mINotifyFd, VIDEO_DEVICE_PATH, IN_DELETE | IN_CREATE); in EventHub()
693 LOG_ALWAYS_FATAL_IF(mVideoWd < 0, "Could not register INotify for %s: %s", in EventHub()
696 mVideoWd = -1; in EventHub()
2367 } else if (event->wd == mVideoWd) { in readNotifyLocked()
/aosp12/frameworks/native/services/inputflinger/reader/include/
H A DEventHub.h706 int mVideoWd; variable