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

/frameworks/base/services/java/com/android/server/
H A DLightsService.java84 public void setFlashing(int color, int mode, int onMS, int offMS) { argument
86 setLightLocked(color, mode, onMS, offMS, BRIGHTNESS_MODE_USER);
116 private void setLightLocked(int color, int mode, int onMS, int offMS, int brightnessMode) { argument
117 if (color != mColor || mode != mMode || onMS != mOnMS || offMS != mOffMS) {
123 mOffMS = offMS;
124 setLight_native(mNativePointer, mId, color, mode, onMS, offMS, brightnessMode);
208 int onMS, int offMS, int brightnessMode);
207 setLight_native(int ptr, int light, int color, int mode, int onMS, int offMS, int brightnessMode) argument
/frameworks/base/services/jni/
H A Dcom_android_server_LightsService.cpp107 int light, int colorARGB, int flashMode, int onMS, int offMS, int brightnessMode)
120 state.flashOffMS = offMS;
106 setLight_native(JNIEnv *env, jobject clazz, int ptr, int light, int colorARGB, int flashMode, int onMS, int offMS, int brightnessMode) argument

Completed in 24 milliseconds