Searched refs:nativeSetInteractive (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/core/jni/
H A Dcom_android_server_power_PowerManagerService.cpp125 static void nativeSetInteractive(JNIEnv* /* env */, jclass /* clazz */, jboolean enable) { function in namespace:android
177 { "nativeSetInteractive", "(Z)V",
178 (void*) nativeSetInteractive },
H A Dcom_android_server_input_InputManagerService.cpp1375 static void nativeSetInteractive(JNIEnv* env, function in namespace:android
1518 { "nativeSetInteractive", "(JZ)V",
1519 (void*) nativeSetInteractive },
/frameworks/base/services/core/java/com/android/server/power/
H A DPowerManagerService.java495 private static native void nativeSetInteractive(boolean enable); method in class:PowerManagerService
520 nativeSetInteractive(true);
2313 nativeSetInteractive(enable);
/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java213 private static native void nativeSetInteractive(long ptr, boolean interactive); method in class:InputManagerService
2265 nativeSetInteractive(mPtr, interactive);

Completed in 89 milliseconds