Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/
Dcom_android_server_power_PowerManagerService.h27 extern void android_server_PowerManagerService_userActivity(nsecs_t eventTime, int32_t eventType);
Dcom_android_server_power_PowerManagerService.cpp145 void android_server_PowerManagerService_userActivity(nsecs_t eventTime, int32_t eventType) { in android_server_PowerManagerService_userActivity() function
Dcom_android_server_input_InputManagerService.cpp1148 android_server_PowerManagerService_userActivity(eventTime, eventType); in pokeUserActivity()