Home
last modified time | relevance | path

Searched refs:OldLightState (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/tests/extension/light/2.0/default/
DLight.h35 using OldLightState = ::android::hardware::light::V2_0::LightState; variable
45 Return<Status> setLight(Type type, const OldLightState& state) override;
DLight.cpp27 Return<Status> Light::setLight(Type type, const OldLightState& state) { in setLight()