Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_lights_LightsService.cpp126 static void setLight_native( in setLight_native() function
162 { "setLight_native", "(IIIIII)V", (void*)setLight_native },
/aosp12/frameworks/base/services/core/java/com/android/server/lights/
H A DLightsService.java405 setLight_native(mHwLight.id, color, mode, onMS, offMS, brightnessMode); in setLightUnchecked()
551 static native void setLight_native(int light, int color, int mode, in setLight_native() method in LightsService