Searched defs:nativeSetInteractive (Results 1 - 4 of 4) sorted by path

/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java189 private static native void nativeSetInteractive(long ptr, boolean interactive); method in class:InputManagerService
1794 nativeSetInteractive(mPtr, interactive);
/frameworks/base/services/core/java/com/android/server/power/
H A DPowerManagerService.java460 private static native void nativeSetInteractive(boolean enable); method in class:PowerManagerService
485 nativeSetInteractive(true);
2202 nativeSetInteractive(enable);
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp1295 static void nativeSetInteractive(JNIEnv* env, function in namespace:android
1412 { "nativeSetInteractive", "(JZ)V",
1413 (void*) nativeSetInteractive },
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 },

Completed in 106 milliseconds