Searched refs:nativeSetLightPlayerId (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/base/services/core/java/com/android/server/input/ |
H A D | InputManagerService.java | 333 private static native void nativeSetLightPlayerId(long ptr, int deviceId, int lightId, in nativeSetLightPlayerId() method in InputManagerService 2499 nativeSetLightPlayerId(mPtr, deviceId, light.getId(), lightState.getPlayerId()); in setLightStateInternal()
|
/aosp12/frameworks/base/services/core/jni/ |
H A D | com_android_server_input_InputManagerService.cpp | 2048 static void nativeSetLightPlayerId(JNIEnv* env, jclass /* clazz */, jlong ptr, jint deviceId, in nativeSetLightPlayerId() function 2330 {"nativeSetLightPlayerId", "(JIII)V", (void*)nativeSetLightPlayerId},
|