Loading light/aidl/default/Lights.h +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ namespace light { // Default implementation that reports a few placeholder lights. class Lights : public BnLights { ndk::ScopedAStatus setLightState(int id, const HwLightState& state) override; ndk::ScopedAStatus getLights(std::vector<HwLight>* types) override; ndk::ScopedAStatus getLights(std::vector<HwLight>* lights) override; }; } // namespace light Loading Loading
light/aidl/default/Lights.h +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ namespace light { // Default implementation that reports a few placeholder lights. class Lights : public BnLights { ndk::ScopedAStatus setLightState(int id, const HwLightState& state) override; ndk::ScopedAStatus getLights(std::vector<HwLight>* types) override; ndk::ScopedAStatus getLights(std::vector<HwLight>* lights) override; }; } // namespace light Loading