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

/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp211 mKeyRepeatState.lastKeyEntry = NULL;
293 if (mKeyRepeatState.lastKeyEntry) {
294 if (currentTime >= mKeyRepeatState.nextRepeatTime) {
297 if (mKeyRepeatState.nextRepeatTime < *nextWakeupTime) {
298 *nextWakeupTime = mKeyRepeatState.nextRepeatTime;
647 if (mKeyRepeatState.lastKeyEntry) {
648 mKeyRepeatState.lastKeyEntry->release();
649 mKeyRepeatState.lastKeyEntry = NULL;
654 KeyEntry* entry = mKeyRepeatState.lastKeyEntry;
670 mKeyRepeatState
[all...]
H A DInputDispatcher.h918 } mKeyRepeatState; member in class:android::InputDispatcher

Completed in 33 milliseconds