Home
last modified time | relevance | path

Searched refs:LightClient (Results 1 - 3 of 3) sorted by relevance

/base/sensors/miscdevice/frameworks/native/light/src/
H A Dlight_client.cpp30 #define LOG_TAG "LightClient"
41 LightClient::~LightClient() in ~LightClient()
52 int32_t LightClient::InitLightClient() in InitLightClient()
68 serviceDeathObserver_ = new (std::nothrow) DeathRecipientTemplate(*const_cast<LightClient *>(this)); in InitLightClient()
89 bool LightClient::IsLightIdValid(int32_t lightId) in IsLightIdValid()
105 int32_t LightClient::GetLightList(LightInfo **lightInfo, int32_t &count) in GetLightList()
128 bool LightClient::IsLightAnimationValid(const LightAnimation &animation) in IsLightAnimationValid()
143 int32_t LightClient::TurnOn(int32_t lightId, const LightColor &color, const LightAnimation &animation) in TurnOn()
163 int32_t LightClient
[all...]
/base/sensors/miscdevice/frameworks/native/light/include/
H A Dlight_client.h27 class LightClient : public Singleton<LightClient> { class
29 ~LightClient() override;
/base/sensors/miscdevice/frameworks/native/light/
H A Dlight_agent.cpp29 auto &client = LightClient::GetInstance(); in GetLightList()
44 auto &client = LightClient::GetInstance(); in TurnOn()
59 auto &client = LightClient::GetInstance(); in TurnOff()

Completed in 2 milliseconds