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

/frameworks/base/services/core/java/com/android/server/lights/
H A DLight.java37 public abstract void setFlashing(int color, int mode, int onMS, int offMS); argument
H A DLightsService.java61 public void setFlashing(int color, int mode, int onMS, int offMS) { argument
63 setLightLocked(color, mode, onMS, offMS, BRIGHTNESS_MODE_USER);
96 private void setLightLocked(int color, int mode, int onMS, int offMS, int brightnessMode) { argument
97 if (color != mColor || mode != mMode || onMS != mOnMS || offMS != mOffMS) {
103 mOffMS = offMS;
107 setLight_native(mNativePointer, mId, color, mode, onMS, offMS, brightnessMode);
166 int onMS, int offMS, int brightnessMode);
165 setLight_native(long ptr, int light, int color, int mode, int onMS, int offMS, int brightnessMode) argument
/frameworks/base/services/core/jni/
H A Dcom_android_server_lights_LightsService.cpp107 jint light, jint colorARGB, jint flashMode, jint onMS, jint offMS, jint brightnessMode)
120 state.flashOffMS = offMS;
106 setLight_native(JNIEnv* , jobject , jlong ptr, jint light, jint colorARGB, jint flashMode, jint onMS, jint offMS, jint brightnessMode) argument

Completed in 86 milliseconds