HomeSort by relevance Sort by last modified time
    Searched refs:nativeSetInteractive (Results 1 - 4 of 4) sorted by null

  /frameworks/base/services/core/jni/
com_android_server_power_PowerManagerService.cpp 125 static void nativeSetInteractive(JNIEnv *env, jclass clazz, jboolean enable) {
169 { "nativeSetInteractive", "(Z)V",
170 (void*) nativeSetInteractive },
com_android_server_input_InputManagerService.cpp     [all...]
  /frameworks/base/services/core/java/com/android/server/power/
PowerManagerService.java 430 private static native void nativeSetInteractive(boolean enable);
455 nativeSetInteractive(true);
    [all...]
  /frameworks/base/services/core/java/com/android/server/input/
InputManagerService.java 189 private static native void nativeSetInteractive(long ptr, boolean interactive);
    [all...]

Completed in 98 milliseconds