Searched defs:LightState (Results 1 – 3 of 3) sorted by relevance
37 public final class LightState implements Parcelable { class51 public LightState(@ColorInt int color) { in LightState() method in LightState63 public LightState(@ColorInt int color, int playerId) { in LightState() method in LightState129 private LightState(@NonNull Parcel in) { in LightState() method in LightState
52 Return<Status> Light::setLightExt(Type /* type */, const LightState& /* state */) { in setLightExt()
36 using LightState = ::android::hardware::light::V2_0::LightState; typedef