Searched refs:nativeSetInteractive (Results 1 – 4 of 4) sorted by relevance
125 static void nativeSetInteractive(JNIEnv* /* env */, jclass /* clazz */, jboolean enable) { in nativeSetInteractive() function178 (void*) nativeSetInteractive },
1375 static void nativeSetInteractive(JNIEnv* env, in nativeSetInteractive() function1519 (void*) nativeSetInteractive },
495 private static native void nativeSetInteractive(boolean enable); in nativeSetInteractive() method in PowerManagerService520 nativeSetInteractive(true); in PowerManagerService()2313 nativeSetInteractive(enable); in setHalInteractiveModeLocked()
213 private static native void nativeSetInteractive(long ptr, boolean interactive); in nativeSetInteractive() method in InputManagerService2265 nativeSetInteractive(mPtr, interactive); in setInteractive()