Home
last modified time | relevance | path

Searched refs:setLight (Results 1 – 16 of 16) sorted by relevance

/hardware/interfaces/light/2.0/vts/functional/
DVtsHalLightV2_0TargetTest.cpp96 Return<Status> ret = light->setLight(type, kOff); in TearDown()
105 Return<Status> ret = light->setLight(Type::BACKLIGHT, kWhite); in TearDown()
117 Return<Status> ret = light->setLight(type, kWhite); in TEST_P()
128 Return<Status> ret = light->setLight(type, kLowPersistance); in TEST_P()
147 Return<Status> ret = light->setLight(type, kWhite); in TEST_P()
/hardware/google/interfaces/light/1.1/default/
DLightExt.cpp83 Return<Status> LightExt::setLight(Type type, const LightState& state) { in setLight() function in hardware::google::light::V1_1::implementation::LightExt
93 Status status = mLight->setLight(type, state); in setLight()
99 return mLight->setLight(type, state); in setLight()
DLight.h43 Return<Status> setLight(Type type, const LightState& state) override;
DLightExt.h52 Return<Status> setLight(Type type, const LightState& state) override;
DLight.cpp50 Return<Status> Light::setLight(Type type, const LightState& state) { in setLight() function in android::hardware::light::V2_0::implementation::Light
/hardware/google/interfaces/light/1.0/default/
DLightExt.cpp47 Return<Status> LightExt::setLight(Type type, const LightState& state) { in setLight() function in hardware::google::light::V1_0::implementation::LightExt
57 return mLight->setLight(type, state); in setLight()
DLight.h43 Return<Status> setLight(Type type, const LightState& state) override;
DLightExt.h46 Return<Status> setLight(Type type, const LightState& state) override;
DLight.cpp50 Return<Status> Light::setLight(Type type, const LightState& state) { in setLight() function in android::hardware::light::V2_0::implementation::Light
/hardware/interfaces/tests/extension/light/2.0/default/
DLight.cpp27 Return<Status> Light::setLight(Type type, const OldLightState& state) { in setLight() function in android::hardware::tests::extension::light::V2_0::implementation::Light
DLight.h45 Return<Status> setLight(Type type, const OldLightState& state) override;
/hardware/interfaces/light/2.0/default/
DLight.h45 Return<Status> setLight(Type type, const LightState& state) override;
DLight.cpp50 Return<Status> Light::setLight(Type type, const LightState& state) { in setLight() function in android::hardware::light::V2_0::implementation::Light
/hardware/interfaces/light/2.0/
DILight.hal28 setLight(Type type, LightState state) generates (Status status);
/hardware/interfaces/light/utils/
Dmain.cpp90 V2_0::Status ret = hal->setLight(type, off); in setToColorHidl()
/hardware/interfaces/tests/extension/light/2.0/
Dtypes.hal26 // for calls to setLight from the framework that don't know about this