Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java332 private static native int nativeGetLightColor(long ptr, int deviceId, int lightId); in nativeGetLightColor() method in InputManagerService
2547 int color = nativeGetLightColor(mPtr, deviceId, lightId); in getLightState()
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp2039 static jint nativeGetLightColor(JNIEnv* env, jclass /* clazz */, jlong ptr, jint deviceId, in nativeGetLightColor() function
2329 {"nativeGetLightColor", "(JII)I", (void*)nativeGetLightColor},