Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5611305a authored by Steve Paik's avatar Steve Paik Committed by android-build-merger
Browse files

Merge "Rename set_wakeup_callback"

am: 7e3de17f

Change-Id: Ic4a3d630d76e333e71a746a237d45a5fb3414994
parents 85fc4d6d 7e3de17f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.