Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.h289 void dispatchEventLocked(nsecs_t currentTime, EventEntry* entry,
DInputDispatcher.cpp869 dispatchEventLocked(currentTime, entry, inputTargets); in dispatchKeyLocked()
960 dispatchEventLocked(currentTime, entry, inputTargets); in dispatchMotionLocked()
995 void InputDispatcher::dispatchEventLocked(nsecs_t currentTime, EventEntry* eventEntry, in dispatchEventLocked() function in android::inputdispatcher::InputDispatcher