Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/include/
DEventHub.h716 int mDeviceWd = -1; variable
/frameworks/native/services/inputflinger/reader/
DEventHub.cpp759 mDeviceWd = inotify_add_watch(mINotifyFd, DEVICE_PATH, IN_DELETE | IN_CREATE); in addDeviceInotify()
760 LOG_ALWAYS_FATAL_IF(mDeviceWd < 0, "Could not register INotify for %s: %s", DEVICE_PATH, in addDeviceInotify()
2447 } else if (event->wd == mDeviceWd) { in readNotifyLocked()