Home
last modified time | relevance | path

Searched refs:LightState (Results 1 – 12 of 12) sorted by relevance

/hardware/interfaces/tests/extension/light/2.0/default/
DLight.h31 using ::android::hardware::tests::extension::light::V2_0::LightState;
35 using OldLightState = ::android::hardware::light::V2_0::LightState;
49 Return<Status> setLightExt(Type type, const LightState& state) override;
DLight.cpp30 LightState extState{.state = state, in setLight()
52 Return<Status> Light::setLightExt(Type /* type */, const LightState& /* state */) { in setLightExt() argument
/hardware/interfaces/light/2.0/vts/functional/
DVtsHalLightV2_0TargetTest.cpp30 using ::android::hardware::light::V2_0::LightState;
41 const static LightState kWhite = {
49 const static LightState kLowPersistance = {
57 const static LightState kOff = {
/hardware/interfaces/light/utils/
Dmain.cpp33 using ::android::hardware::light::V2_0::LightState; in main()
44 const static LightState off = { in main()
/hardware/interfaces/light/2.0/default/
DLight.h33 using ::android::hardware::light::V2_0::LightState;
45 Return<Status> setLight(Type type, const LightState& state) override;
DLight.cpp50 Return<Status> Light::setLight(Type type, const LightState& state) { in setLight()
/hardware/interfaces/tests/extension/light/2.0/
Dtypes.hal23 import android.hardware.light@2.0::LightState;
52 struct LightState {
53 android.hardware.light@2.0::LightState state;
DAndroid.bp17 "LightState",
DILight.hal38 setLightExt(Type type, LightState state) generates (Status status);
/hardware/interfaces/light/2.0/
DAndroid.bp19 "LightState",
DILight.hal28 setLight(Type type, LightState state) generates (Status status);
Dtypes.hal60 * implementation dependent, and any value set for color in LightState may be
105 struct LightState {