Home
last modified time | relevance | path

Searched refs:lightVdiImpl_ (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/light/hdi_service/
H A Dlight_if_service.cpp59 lightVdiImpl_ = vdiWrapperLight->lightModule; in GetLightVdiImpl()
60 if (lightVdiImpl_ == nullptr) { in GetLightVdiImpl()
70 if (lightVdiImpl_ == nullptr) { in Init()
71 HDF_LOGE("%{public}s: lightVdiImpl_ is nullptr", __func__); in Init()
74 int32_t ret = lightVdiImpl_->Init(); in Init()
85 if (lightVdiImpl_ == nullptr) { in GetLightInfo()
86 HDF_LOGE("%{public}s: lightVdiImpl_ is nullptr", __func__); in GetLightInfo()
92 int32_t ret = lightVdiImpl_->GetLightInfo(lightInfoVdi); in GetLightInfo()
118 if (lightVdiImpl_ == nullptr) { in TurnOnLight()
119 HDF_LOGE("%{public}s: lightVdiImpl_ i in TurnOnLight()
[all...]
H A Dlight_if_service.h39 ILightInterfaceVdi *lightVdiImpl_ = nullptr; member in OHOS::HDI::Light::V1_0::LightIfService

Completed in 1 milliseconds