Home
last modified time | relevance | path

Searched refs:VdiWrapperLight (Results 1 – 3 of 3) 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()
174 struct VdiWrapperLight *lightVdi = reinterpret_cast<VdiWrapperLight *>(vdiBase); in DestoryLightVdiInstance()
183 static struct VdiWrapperLight g_lightVdi = {
/ohos5.0/drivers/peripheral/light/interfaces/v1_0/
H A Dilight_interface_vdi.h42 struct VdiWrapperLight { struct
/ohos5.0/drivers/peripheral/light/hdi_service/
H A Dlight_if_service.cpp44 struct VdiWrapperLight *vdiWrapperLight = nullptr; in GetLightVdiImpl()
58 vdiWrapperLight = reinterpret_cast<struct VdiWrapperLight *>(vdi_->vdiBase); in GetLightVdiImpl()