HomeSort by relevance Sort by last modified time
    Searched refs:mKeyRepeatState (Results 1 - 2 of 2) sorted by null

  /frameworks/native/services/inputflinger/
InputDispatcher.cpp 207 mKeyRepeatState.lastKeyEntry = NULL;
289 if (mKeyRepeatState.lastKeyEntry) {
290 if (currentTime >= mKeyRepeatState.nextRepeatTime) {
293 if (mKeyRepeatState.nextRepeatTime < *nextWakeupTime) {
294 *nextWakeupTime = mKeyRepeatState.nextRepeatTime;
646 if (mKeyRepeatState.lastKeyEntry) {
647 mKeyRepeatState.lastKeyEntry->release();
648 mKeyRepeatState.lastKeyEntry = NULL;
653 KeyEntry* entry = mKeyRepeatState.lastKeyEntry;
669 mKeyRepeatState.lastKeyEntry = newEntry
    [all...]
InputDispatcher.h     [all...]

Completed in 30 milliseconds