Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/include/
DEventHub.h705 int mInputWd; variable
/frameworks/native/services/inputflinger/reader/
DEventHub.cpp688 mInputWd = inotify_add_watch(mINotifyFd, DEVICE_PATH, IN_DELETE | IN_CREATE); in EventHub()
689 LOG_ALWAYS_FATAL_IF(mInputWd < 0, "Could not register INotify for %s: %s", DEVICE_PATH, in EventHub()
2360 if (event->wd == mInputWd) { in readNotifyLocked()