mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "Updated Light HAL default implementation comment."
This commit is contained in:
@@ -23,7 +23,7 @@ namespace android {
|
|||||||
namespace hardware {
|
namespace hardware {
|
||||||
namespace light {
|
namespace light {
|
||||||
|
|
||||||
// Default implementation that reports no supported lights.
|
// Default implementation that reports a few placeholder lights.
|
||||||
class Lights : public BnLights {
|
class Lights : public BnLights {
|
||||||
ndk::ScopedAStatus setLightState(int id, const HwLightState& state) override;
|
ndk::ScopedAStatus setLightState(int id, const HwLightState& state) override;
|
||||||
ndk::ScopedAStatus getLights(std::vector<HwLight>* types) override;
|
ndk::ScopedAStatus getLights(std::vector<HwLight>* types) override;
|
||||||
|
|||||||
Reference in New Issue
Block a user