Merge "Rename Light HAL default implementation variable." am: b6eba859a1
am: bb8f2198f8
am: 5ad9270e14
am: 58365acef2
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2199722 Change-Id: I929b33b533a64f6d7f3c528c21091764270f2bb6 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
3224fc809d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue