Searched refs:setLight (Results 1 – 8 of 8) sorted by relevance
/hardware/interfaces/light/2.0/vts/functional/ |
D | VtsHalLightV2_0TargetTest.cpp | 109 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/ |
D | Light.cpp | 27 Return<Status> Light::setLight(Type type, const OldLightState& state) { in setLight() function in android::hardware::tests::extension::light::V2_0::implementation::Light
|
D | Light.h | 45 Return<Status> setLight(Type type, const OldLightState& state) override;
|
/hardware/interfaces/light/utils/ |
D | main.cpp | 50 Status ret = service->setLight(type, off); in main()
|
/hardware/interfaces/light/2.0/default/ |
D | Light.h | 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() function in android::hardware::light::V2_0::implementation::Light
|
/hardware/interfaces/light/2.0/ |
D | ILight.hal | 28 setLight(Type type, LightState state) generates (Status status);
|
/hardware/interfaces/tests/extension/light/2.0/ |
D | types.hal | 26 // for calls to setLight from the framework that don't know about this
|