Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.h401 bool dispatchMotionLocked(nsecs_t currentTime, std::shared_ptr<MotionEntry> entry,
H A DInputDispatcher.cpp849 done = dispatchMotionLocked(currentTime, motionEntry, &dropReason, nextWakeupTime); in dispatchOnceInnerLocked()
1555 bool InputDispatcher::dispatchMotionLocked(nsecs_t currentTime, std::shared_ptr<MotionEntry> entry, in dispatchMotionLocked() function in android::inputdispatcher::InputDispatcher