Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.h414 void pokeUserActivityLocked(const EventEntry& eventEntry) REQUIRES(mLock);
DInputDispatcher.cpp594 pokeUserActivityLocked(*mPendingEvent); in dispatchOnceInnerLocked()
1347 pokeUserActivityLocked(*eventEntry); in dispatchEventLocked()
2154 void InputDispatcher::pokeUserActivityLocked(const EventEntry& eventEntry) { in pokeUserActivityLocked() function in android::inputdispatcher::InputDispatcher