Home
last modified time | relevance | path

Searched refs:setLightExt (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/tests/extension/light/2.0/default/
DLight.cpp35 return setLightExt(type, extState); in setLight()
52 Return<Status> Light::setLightExt(Type /* type */, const LightState& /* state */) { in setLightExt() function in android::hardware::tests::extension::light::V2_0::implementation::Light
DLight.h49 Return<Status> setLightExt(Type type, const LightState& state) override;
/hardware/interfaces/tests/extension/light/2.0/
DILight.hal38 setLightExt(Type type, LightState state) generates (Status status);