Home
last modified time | relevance | path

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

/frameworks/native/include/powermanager/
DPowerManager.h33 USER_ACTIVITY_EVENT_LAST = USER_ACTIVITY_EVENT_ACCESSIBILITY, // Last valid event code. enumerator
/frameworks/base/services/core/jni/
Dcom_android_server_power_PowerManagerService.cpp69 static nsecs_t gLastEventTime[USER_ACTIVITY_EVENT_LAST + 1];
107 if (eventType >= 0 && eventType <= USER_ACTIVITY_EVENT_LAST) { in android_server_PowerManagerService_userActivity()
291 for (int i = 0; i <= USER_ACTIVITY_EVENT_LAST; i++) { in register_android_server_PowerManagerService()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.h223 std::array<nsecs_t, USER_ACTIVITY_EVENT_LAST + 1> mLastUserActivityTimes GUARDED_BY(mLock);