Home
last modified time | relevance | path

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

/frameworks/base/services/jni/
Dcom_android_server_power_PowerManagerService.h29 extern void android_server_PowerManagerService_userActivity(nsecs_t eventTime, int32_t eventType);
Dcom_android_server_power_PowerManagerService.cpp86 void android_server_PowerManagerService_userActivity(nsecs_t eventTime, int32_t eventType) { in android_server_PowerManagerService_userActivity() function
Dcom_android_server_input_InputManagerService.cpp946 android_server_PowerManagerService_userActivity(eventTime, eventType); in pokeUserActivity()