Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java335 private static native void nativeSetLightColor(long ptr, int deviceId, int lightId, int color); in nativeSetLightColor() method in InputManagerService
2503 nativeSetLightColor(mPtr, deviceId, light.getId(), lightState.getColor()); in setLightStateInternal()
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp2055 static void nativeSetLightColor(JNIEnv* env, jclass /* clazz */, jlong ptr, jint deviceId, in nativeSetLightColor() function
2331 {"nativeSetLightColor", "(JIII)V", (void*)nativeSetLightColor},