Home
last modified time | relevance | path

Searched refs:gLastEventTime (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_power_PowerManagerService.cpp76 static nsecs_t gLastEventTime[USER_ACTIVITY_EVENT_LAST + 1]; variable
120 if (gLastEventTime[eventType] + MIN_TIME_BETWEEN_USERACTIVITIES > eventTime) { in android_server_PowerManagerService_userActivity()
123 gLastEventTime[eventType] = eventTime; in android_server_PowerManagerService_userActivity()
298 gLastEventTime[i] = LLONG_MIN; in register_android_server_PowerManagerService()