Searched refs:LightState (Results 1 – 18 of 18) sorted by relevance
/hardware/interfaces/tests/extension/light/2.0/default/ |
D | Light.h | 31 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;
|
D | Light.cpp | 30 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/ |
D | VtsHalLightV2_0TargetTest.cpp | 32 using ::android::hardware::light::V2_0::LightState; 43 const static LightState kWhite = { 51 const static LightState kLowPersistance = { 59 const static LightState kOff = {
|
/hardware/google/interfaces/light/1.0/default/ |
D | Light.h | 36 using ::android::hardware::light::V2_0::LightState; 43 Return<Status> setLight(Type type, const LightState& state) override;
|
D | LightExt.h | 33 using ::android::hardware::light::V2_0::LightState; 46 Return<Status> setLight(Type type, const LightState& state) override;
|
D | LightExt.cpp | 47 Return<Status> LightExt::setLight(Type type, const LightState& state) { in setLight()
|
D | Light.cpp | 50 Return<Status> Light::setLight(Type type, const LightState& state) { in setLight()
|
/hardware/google/interfaces/light/1.1/default/ |
D | Light.h | 36 using ::android::hardware::light::V2_0::LightState; 43 Return<Status> setLight(Type type, const LightState& state) override;
|
D | LightExt.h | 33 using ::android::hardware::light::V2_0::LightState; 52 Return<Status> setLight(Type type, const LightState& state) override;
|
D | LightExt.cpp | 83 Return<Status> LightExt::setLight(Type type, const LightState& state) { in setLight()
|
D | Light.cpp | 50 Return<Status> Light::setLight(Type type, const LightState& state) { in setLight()
|
/hardware/interfaces/light/2.0/default/ |
D | Light.h | 33 using ::android::hardware::light::V2_0::LightState; 45 Return<Status> setLight(Type type, const LightState& state) override;
|
D | Light.cpp | 50 Return<Status> Light::setLight(Type type, const LightState& state) { in setLight()
|
/hardware/interfaces/tests/extension/light/2.0/ |
D | types.hal | 23 import android.hardware.light@2.0::LightState; 52 struct LightState { 53 android.hardware.light@2.0::LightState state;
|
D | ILight.hal | 38 setLightExt(Type type, LightState state) generates (Status status);
|
/hardware/interfaces/light/2.0/ |
D | ILight.hal | 28 setLight(Type type, LightState state) generates (Status status);
|
D | types.hal | 60 * implementation dependent, and any value set for color in LightState may be 105 struct LightState {
|
/hardware/interfaces/light/utils/ |
D | main.cpp | 82 static V2_0::LightState off = { in setToColorHidl()
|