Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/include/
DEventHub.h740 void handleNotifyEventLocked(const inotify_event&) REQUIRES(mLock);
/frameworks/native/services/inputflinger/reader/
DEventHub.cpp2785 handleNotifyEventLocked(*event); in readNotifyLocked()
2794 void EventHub::handleNotifyEventLocked(const inotify_event& event) { in handleNotifyEventLocked() function in android::EventHub