Searched defs:nativeForceSuspend (Results 1 – 4 of 4) sorted by relevance
31 static jint nativeForceSuspend(JNIEnv* /* env */, jclass /* clazz */, jint timeoutMs) { in nativeForceSuspend() function
296 static bool nativeForceSuspend(JNIEnv* /* env */, jclass /* clazz */) { in nativeForceSuspend() function
598 private static native int nativeForceSuspend(int timeoutMs); in nativeForceSuspend() method in CarServiceHelperService
701 public boolean nativeForceSuspend() { in nativeForceSuspend() method in PowerManagerService.NativeWrapper747 private static native boolean nativeForceSuspend(); in nativeForceSuspend() method in PowerManagerService