Searched refs:mKeyRepeatState (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp207 mKeyRepeatState.lastKeyEntry = NULL;
289 if (mKeyRepeatState.lastKeyEntry) {
290 if (currentTime >= mKeyRepeatState.nextRepeatTime) {
293 if (mKeyRepeatState.nextRepeatTime < *nextWakeupTime) {
294 *nextWakeupTime = mKeyRepeatState.nextRepeatTime;
640 if (mKeyRepeatState.lastKeyEntry) {
641 mKeyRepeatState.lastKeyEntry->release();
642 mKeyRepeatState.lastKeyEntry = NULL;
647 KeyEntry* entry = mKeyRepeatState.lastKeyEntry;
663 mKeyRepeatState
[all...]
H A DInputDispatcher.h902 } mKeyRepeatState; member in class:android::InputDispatcher

Completed in 479 milliseconds