Searched refs:nativeSetInteractive (Results 1 – 5 of 5) sorted by relevance
260 static void nativeSetInteractive(JNIEnv* /* env */, jclass /* clazz */, jboolean enable) { in nativeSetInteractive() function320 (void*) nativeSetInteractive },
1588 static void nativeSetInteractive(JNIEnv* env, in nativeSetInteractive() function1778 (void*) nativeSetInteractive },
673 public void nativeSetInteractive(boolean enable) { in nativeSetInteractive() method in PowerManagerService.NativeWrapper674 PowerManagerService.nativeSetInteractive(enable); in nativeSetInteractive()735 private static native void nativeSetInteractive(boolean enable); in nativeSetInteractive() method in PowerManagerService789 mNativeWrapper.nativeSetInteractive(true); in PowerManagerService()2757 mNativeWrapper.nativeSetInteractive(enable); in setHalInteractiveModeLocked()
225 private static native void nativeSetInteractive(long ptr, boolean interactive); in nativeSetInteractive() method in InputManagerService2296 nativeSetInteractive(mPtr, interactive); in setInteractive()
12505 HSPLcom/android/server/power/PowerManagerService$NativeWrapper;->nativeSetInteractive(Z)V