Searched refs:nativeSetInteractive (Results 1 – 5 of 5) sorted by relevance
255 static void nativeSetInteractive(JNIEnv* /* env */, jclass /* clazz */, jboolean enable) { in nativeSetInteractive() function315 (void*) nativeSetInteractive },
1590 static void nativeSetInteractive(JNIEnv* env, in nativeSetInteractive() function1791 (void*) nativeSetInteractive },
681 public void nativeSetInteractive(boolean enable) { in nativeSetInteractive() method in PowerManagerService.NativeWrapper682 PowerManagerService.nativeSetInteractive(enable); in nativeSetInteractive()743 private static native void nativeSetInteractive(boolean enable); in nativeSetInteractive() method in PowerManagerService797 mNativeWrapper.nativeSetInteractive(true); in PowerManagerService()2798 mNativeWrapper.nativeSetInteractive(enable); in setHalInteractiveModeLocked()
232 private static native void nativeSetInteractive(long ptr, boolean interactive); in nativeSetInteractive() method in InputManagerService2373 nativeSetInteractive(mPtr, interactive); in setInteractive()
12505 HSPLcom/android/server/power/PowerManagerService$NativeWrapper;->nativeSetInteractive(Z)V