Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/core/host/test/unittest/
Dhdf_vdi_test.cpp56 struct VdiWrapperA *vdiWrapper = reinterpret_cast<struct VdiWrapperA *>(vdi->vdiBase); variable
57 ASSERT_TRUE(vdiWrapper->module != nullptr);
58 struct ModuleA *modA = reinterpret_cast<struct ModuleA *>(vdiWrapper->module);
85 struct VdiWrapperB *vdiWrapper = reinterpret_cast<struct VdiWrapperB *>(vdi->vdiBase); variable
86 ASSERT_TRUE(vdiWrapper->module != nullptr);
87 VdiSample *vdiSample = reinterpret_cast<VdiSample *>(vdiWrapper->module);
/drivers/peripheral/camera/hdi_service/v1_0/src/
Dcamera_host_service.cpp113 struct VdiWrapperCameraHost *vdiWrapper = reinterpret_cast<struct VdiWrapperCameraHost *>( in GetInstance() local
115 if (vdiWrapper->module == nullptr) { in GetInstance()
121 ICameraHostVdi *cameraHostVdi = reinterpret_cast<ICameraHostVdi *>(vdiWrapper->module); in GetInstance()