Home
last modified time | relevance | path

Searched refs:nativeSetSystemUiLightsOut (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java310 private static native void nativeSetSystemUiLightsOut(long ptr, boolean lightsOut); in nativeSetSystemUiLightsOut() method in InputManagerService
1778 nativeSetSystemUiLightsOut(mPtr, lightsOut); in setSystemUiLightsOut()
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp1811 static void nativeSetSystemUiLightsOut(JNIEnv* /* env */, jclass /* clazz */, jlong ptr, in nativeSetSystemUiLightsOut() function
2313 {"nativeSetSystemUiLightsOut", "(JZ)V", (void*)nativeSetSystemUiLightsOut},