Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a87b62f2 authored by Sahil Somani's avatar Sahil Somani Committed by Automerger Merge Worker
Browse files

Merge "Updated Light HAL default implementation comment." am: 082748dd am:...

Merge "Updated Light HAL default implementation comment." am: 082748dd am: 590b6758 am: 029d6155 am: 58bd03be am: c466836f

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2184726



Change-Id: I4e6dc1899f5d7ae7bdc48bcf2a9ae25de1c037f8
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents e97f566c c466836f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ namespace android {
namespace hardware {
namespace light {

// Default implementation that reports no supported lights.
// 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;