Searched refs:offMS (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/core/java/com/android/server/lights/ |
D | LightsService.java | 296 public void setFlashing(int color, int mode, int onMS, int offMS) { in setFlashing() argument 298 setLightLocked(color, mode, onMS, offMS, BRIGHTNESS_MODE_USER); in setFlashing() 352 private void setLightLocked(int color, int mode, int onMS, int offMS, int brightnessMode) { in setLightLocked() argument 360 offMS != mOffMS || mBrightnessMode != brightnessMode) { in setLightLocked() 370 mOffMS = offMS; in setLightLocked() 372 setLightUnchecked(color, mode, onMS, offMS, brightnessMode); in setLightLocked() 376 private void setLightUnchecked(int color, int mode, int onMS, int offMS, in setLightUnchecked() argument 385 lightState.flashOffMs = offMS; in setLightUnchecked() 396 setLight_native(mHwLight.id, color, mode, onMS, offMS, brightnessMode); in setLightUnchecked() 520 int onMS, int offMS, int brightnessMode); in setLight_native() argument
|
D | LogicalLight.java | 75 public abstract void setFlashing(int color, int mode, int onMS, int offMS); in setFlashing() argument
|
/frameworks/base/services/core/jni/ |
D | com_android_server_lights_LightsService.cpp | 79 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()
|