Loading services/core/jni/com_android_server_am_BatteryStatsService.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -100,7 +100,7 @@ static jint nativeWaitWakeup(JNIEnv *env, jobject clazz, jobject outBuf) return -1; } ALOGV("Registering callback..."); set_wakeup_callback(&wakeup_callback); autosuspend_set_wakeup_callback(&wakeup_callback); } // Wait for wakeup. Loading Loading
services/core/jni/com_android_server_am_BatteryStatsService.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -100,7 +100,7 @@ static jint nativeWaitWakeup(JNIEnv *env, jobject clazz, jobject outBuf) return -1; } ALOGV("Registering callback..."); set_wakeup_callback(&wakeup_callback); autosuspend_set_wakeup_callback(&wakeup_callback); } // Wait for wakeup. Loading