Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/
Dcom_android_server_power_PowerManagerService.cpp427 static void nativeSetInteractive(JNIEnv* /* env */, jclass /* clazz */, jboolean enable) { in nativeSetInteractive() function
532 {"nativeSetInteractive", "(Z)V", (void*)nativeSetInteractive},
Dcom_android_server_input_InputManagerService.cpp1607 static void nativeSetInteractive(JNIEnv* env, in nativeSetInteractive() function
1792 {"nativeSetInteractive", "(JZ)V", (void*)nativeSetInteractive},
/frameworks/base/services/core/java/com/android/server/power/
DPowerManagerService.java722 public void nativeSetInteractive(boolean enable) { in nativeSetInteractive() method in PowerManagerService.NativeWrapper
723 PowerManagerService.nativeSetInteractive(enable); in nativeSetInteractive()
853 private static native void nativeSetInteractive(boolean enable);
1002 mNativeWrapper.nativeSetInteractive(true);
3173 mNativeWrapper.nativeSetInteractive(enable);
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java233 private static native void nativeSetInteractive(long ptr, boolean interactive); in nativeSetInteractive() method in InputManagerService
2480 nativeSetInteractive(mPtr, interactive); in setInteractive()
/frameworks/base/services/
Dart-profile28503 HSPLcom/android/server/power/PowerManagerService$NativeWrapper;->nativeSetInteractive(Z)V