Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.h453 bool dispatchKeyLocked(nsecs_t currentTime, std::shared_ptr<const KeyEntry> entry,
DInputDispatcher.cpp1214 done = dispatchKeyLocked(currentTime, keyEntry, &dropReason, nextWakeupTime); in dispatchOnceInnerLocked()
1831 bool InputDispatcher::dispatchKeyLocked(nsecs_t currentTime, std::shared_ptr<const KeyEntry> entry, in dispatchKeyLocked() function in android::inputdispatcher::InputDispatcher