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
178 (void*) nativeSetInteractive },
Dcom_android_server_input_InputManagerService.cpp1375 static void nativeSetInteractive(JNIEnv* env, in nativeSetInteractive() function
1519 (void*) nativeSetInteractive },
/frameworks/base/services/core/java/com/android/server/power/
DPowerManagerService.java495 private static native void nativeSetInteractive(boolean enable); in nativeSetInteractive() method in PowerManagerService
520 nativeSetInteractive(true); in PowerManagerService()
2313 nativeSetInteractive(enable); in setHalInteractiveModeLocked()
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java213 private static native void nativeSetInteractive(long ptr, boolean interactive); in nativeSetInteractive() method in InputManagerService
2265 nativeSetInteractive(mPtr, interactive); in setInteractive()