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

/frameworks/base/services/core/jni/
H A Dcom_android_server_power_PowerManagerService.cpp157 static void nativeSetInteractive(JNIEnv* /* env */, jclass /* clazz */, jboolean enable) { function in namespace:android
203 { "nativeSetInteractive", "(Z)V",
204 (void*) nativeSetInteractive },
H A Dcom_android_server_input_InputManagerService.cpp1457 static void nativeSetInteractive(JNIEnv* env, function in namespace:android
1608 { "nativeSetInteractive", "(JZ)V",
1609 (void*) nativeSetInteractive },
/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java226 private static native void nativeSetInteractive(long ptr, boolean interactive); method in class:InputManagerService
2324 nativeSetInteractive(mPtr, interactive);
/frameworks/base/services/core/java/com/android/server/power/
H A DPowerManagerService.java630 private static native void nativeSetInteractive(boolean enable); method in class:PowerManagerService
660 nativeSetInteractive(true);
2639 nativeSetInteractive(enable);

Completed in 118 milliseconds