Home
last modified time | relevance | path

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

/hardware/interfaces/light/2.0/vts/functional/
DVtsHalLightV2_0TargetTest.cpp109 Return<Status> ret = light->setLight(type, kOff); in TearDown()
118 Return<Status> ret = light->setLight(Type::BACKLIGHT, kWhite); in TearDown()
131 Return<Status> ret = light->setLight(type, kWhite); in TEST_F()
142 Return<Status> ret = light->setLight(type, kLowPersistance); in TEST_F()
161 Return<Status> ret = light->setLight(type, kWhite); in TEST_F()
/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/utils/
Dmain.cpp50 Status ret = service->setLight(type, off); in main()
/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/tests/extension/light/2.0/
Dtypes.hal26 // for calls to setLight from the framework that don't know about this