Searched refs:gLastEventTime (Results 1 – 1 of 1) sorted by relevance
66 static nsecs_t gLastEventTime[USER_ACTIVITY_EVENT_LAST + 1]; variable156 if (gLastEventTime[eventType] + MIN_TIME_BETWEEN_USERACTIVITIES > eventTime) { in android_server_PowerManagerService_userActivity()159 gLastEventTime[eventType] = eventTime; in android_server_PowerManagerService_userActivity()283 gLastEventTime[i] = LLONG_MIN; in register_android_server_PowerManagerService()