Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.h399 bool dispatchKeyLocked(nsecs_t currentTime, std::shared_ptr<KeyEntry> entry,
H A DInputDispatcher.cpp833 done = dispatchKeyLocked(currentTime, keyEntry, &dropReason, nextWakeupTime); in dispatchOnceInnerLocked()
1388 bool InputDispatcher::dispatchKeyLocked(nsecs_t currentTime, std::shared_ptr<KeyEntry> entry, in dispatchKeyLocked() function in android::inputdispatcher::InputDispatcher