Searched refs:LightState (Results 1 – 12 of 12) 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 | 30 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/ |
D | main.cpp | 33 using ::android::hardware::light::V2_0::LightState; in main() 44 const static LightState off = { in main()
|
/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 | Android.bp | 17 "LightState",
|
D | ILight.hal | 38 setLightExt(Type type, LightState state) generates (Status status);
|
/hardware/interfaces/light/2.0/ |
D | Android.bp | 19 "LightState",
|
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 {
|