Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/light/hdi_impl/
H A Dlight_interface_impl.cpp157 struct VdiWrapperLight *lightVdi = reinterpret_cast<VdiWrapperLight *>(vdiBase); in CreateLightVdiInstance() local
158 lightVdi->lightModule = new LightInterfaceImpl(); in CreateLightVdiInstance()
159 if (lightVdi->lightModule == nullptr) { in CreateLightVdiInstance()
174 struct VdiWrapperLight *lightVdi = reinterpret_cast<VdiWrapperLight *>(vdiBase); in DestoryLightVdiInstance() local
175 LightInterfaceImpl *lightImpl = reinterpret_cast<LightInterfaceImpl *>(lightVdi->lightModule); in DestoryLightVdiInstance()
178 lightVdi->lightModule = nullptr; in DestoryLightVdiInstance()