Home
last modified time | relevance | path

Searched refs:offMS (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/jni/
Dcom_android_server_lights_LightsService.cpp79 jint offMS, in constructState() argument
92 state.flashOffMs = offMS; in constructState()
133 jint offMS, in setLight_native() argument
146 colorARGB, flashMode, onMS, offMS, brightnessMode); in setLight_native()
/frameworks/base/services/core/java/com/android/server/lights/
DLightsService.java314 public void setFlashing(int color, int mode, int onMS, int offMS) { in setFlashing() argument
316 setLightLocked(color, mode, onMS, offMS, BRIGHTNESS_MODE_USER); in setFlashing()
370 private void setLightLocked(int color, int mode, int onMS, int offMS, int brightnessMode) { in setLightLocked() argument
378 offMS != mOffMS || mBrightnessMode != brightnessMode) { in setLightLocked()
388 mOffMS = offMS; in setLightLocked()
390 setLightUnchecked(color, mode, onMS, offMS, brightnessMode); in setLightLocked()
394 private void setLightUnchecked(int color, int mode, int onMS, int offMS, in setLightUnchecked() argument
404 lightState.flashOffMs = offMS; in setLightUnchecked()
408 setLight_native(mHwLight.id, color, mode, onMS, offMS, brightnessMode); in setLightUnchecked()
556 int onMS, int offMS, int brightnessMode); in setLight_native() argument
DLogicalLight.java75 public abstract void setFlashing(int color, int mode, int onMS, int offMS); in setFlashing() argument