Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.h565 void pokeUserActivityLocked(const EventEntry& eventEntry) REQUIRES(mLock);
DInputDispatcher.cpp1136 pokeUserActivityLocked(*mPendingEvent); in dispatchOnceInnerLocked()
1920 pokeUserActivityLocked(*entry); in dispatchKeyLocked()
2157 pokeUserActivityLocked(*eventEntry); in dispatchEventLocked()
3271 void InputDispatcher::pokeUserActivityLocked(const EventEntry& eventEntry) { in pokeUserActivityLocked() function in android::inputdispatcher::InputDispatcher