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

/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp201 mPendingEvent(NULL), mAppSwitchSawKeyDown(false), mAppSwitchDueTime(LONG_LONG_MAX),
272 bool isAppSwitchDue = mAppSwitchDueTime <= currentTime;
273 if (mAppSwitchDueTime < *nextWakeupTime) {
274 *nextWakeupTime = mAppSwitchDueTime;
422 mAppSwitchDueTime = keyEntry->eventTime + APP_SWITCH_TIMEOUT;
562 return mAppSwitchDueTime != LONG_LONG_MAX;
566 mAppSwitchDueTime = LONG_LONG_MAX;
3274 (mAppSwitchDueTime - now()) / 1000000.0);
H A DInputDispatcher.h865 nsecs_t mAppSwitchDueTime; member in class:android::InputDispatcher

Completed in 956 milliseconds