Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/
Dcom_android_server_am_BatteryStatsService.cpp47 #define LAST_RESUME_REASON "/sys/kernel/wakeup_reasons/last_resume_reason" macro
99 FILE *fp = fopen(LAST_RESUME_REASON, "r"); in nativeWaitWakeup()
101 ALOGE("Failed to open %s", LAST_RESUME_REASON); in nativeWaitWakeup()
170 ALOGE("Failed to close %s", LAST_RESUME_REASON); in nativeWaitWakeup()