Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputDispatcher.h905 KeyEntry* synthesizeKeyRepeatLocked(nsecs_t currentTime);
DInputDispatcher.cpp291 mPendingEvent = synthesizeKeyRepeatLocked(currentTime); in dispatchOnceInnerLocked()
646 InputDispatcher::KeyEntry* InputDispatcher::synthesizeKeyRepeatLocked(nsecs_t currentTime) { in synthesizeKeyRepeatLocked() function in android::InputDispatcher