Searched refs:lightVdi (Results 1 – 1 of 1) sorted by relevance
157 struct VdiWrapperLight *lightVdi = reinterpret_cast<VdiWrapperLight *>(vdiBase); in CreateLightVdiInstance() local158 lightVdi->lightModule = new LightInterfaceImpl(); in CreateLightVdiInstance()159 if (lightVdi->lightModule == nullptr) { in CreateLightVdiInstance()174 struct VdiWrapperLight *lightVdi = reinterpret_cast<VdiWrapperLight *>(vdiBase); in DestoryLightVdiInstance() local175 LightInterfaceImpl *lightImpl = reinterpret_cast<LightInterfaceImpl *>(lightVdi->lightModule); in DestoryLightVdiInstance()178 lightVdi->lightModule = nullptr; in DestoryLightVdiInstance()