Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/
Dcom_android_server_power_PowerManagerService.cpp125 static void nativeSetInteractive(JNIEnv *env, jclass clazz, jboolean enable) { in nativeSetInteractive() function
170 (void*) nativeSetInteractive },
Dcom_android_server_input_InputManagerService.cpp1269 static void nativeSetInteractive(JNIEnv* env, in nativeSetInteractive() function
1387 (void*) nativeSetInteractive },
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java189 private static native void nativeSetInteractive(long ptr, boolean interactive); in nativeSetInteractive() method in InputManagerService
1794 nativeSetInteractive(mPtr, interactive); in setInteractive()
/frameworks/base/services/core/java/com/android/server/power/
DPowerManagerService.java432 private static native void nativeSetInteractive(boolean enable); in nativeSetInteractive() method in PowerManagerService
456 nativeSetInteractive(true); in PowerManagerService()
2119 nativeSetInteractive(enable); in setHalInteractiveModeLocked()