Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/include/
DEventHub.h715 int mDeviceInputWd; variable
/frameworks/native/services/inputflinger/reader/
DEventHub.cpp753 mDeviceInputWd = inotify_add_watch(mINotifyFd, DEVICE_INPUT_PATH, IN_DELETE | IN_CREATE); in addDeviceInputInotify()
754 LOG_ALWAYS_FATAL_IF(mDeviceInputWd < 0, "Could not register INotify for %s: %s", in addDeviceInputInotify()
2439 if (event->wd == mDeviceInputWd) { in readNotifyLocked()