Searched refs:nativeGetLightColor (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/base/services/core/java/com/android/server/input/ |
H A D | InputManagerService.java | 332 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 D | com_android_server_input_InputManagerService.cpp | 2039 static jint nativeGetLightColor(JNIEnv* env, jclass /* clazz */, jlong ptr, jint deviceId, in nativeGetLightColor() function 2329 {"nativeGetLightColor", "(JII)I", (void*)nativeGetLightColor},
|