Home
last modified time | relevance | path

Searched refs:lightModule (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/peripheral/light/hdi_impl/
H A Dlight_interface_impl.cpp158 lightVdi->lightModule = new LightInterfaceImpl(); in CreateLightVdiInstance()
159 if (lightVdi->lightModule == nullptr) { in CreateLightVdiInstance()
175 LightInterfaceImpl *lightImpl = reinterpret_cast<LightInterfaceImpl *>(lightVdi->lightModule); in DestoryLightVdiInstance()
178 lightVdi->lightModule = nullptr; in DestoryLightVdiInstance()
190 .lightModule = nullptr,
/ohos5.0/drivers/peripheral/light/interfaces/v1_0/
H A Dilight_interface_vdi.h44 ILightInterfaceVdi *lightModule; member
/ohos5.0/drivers/peripheral/light/hdi_service/
H A Dlight_if_service.cpp59 lightVdiImpl_ = vdiWrapperLight->lightModule; in GetLightVdiImpl()