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/
H A Dhdf_vdi_test.cpp56 struct VdiWrapperA *vdiWrapper = reinterpret_cast<struct VdiWrapperA *>(vdi->vdiBase); in HWTEST_F() local
57 ASSERT_TRUE(vdiWrapper->module != nullptr); in HWTEST_F()
58 struct ModuleA *modA = reinterpret_cast<struct ModuleA *>(vdiWrapper->module); in HWTEST_F()
85 struct VdiWrapperB *vdiWrapper = reinterpret_cast<struct VdiWrapperB *>(vdi->vdiBase); in HWTEST_F() local
86 ASSERT_TRUE(vdiWrapper->module != nullptr); in HWTEST_F()
87 VdiSample *vdiSample = reinterpret_cast<VdiSample *>(vdiWrapper->module); in HWTEST_F()
/drivers/peripheral/camera/hdi_service/v1_0/src/
H A Dcamera_host_service.cpp114 struct VdiWrapperCameraHost *vdiWrapper = reinterpret_cast<struct VdiWrapperCameraHost *>( in GetInstance() local
116 if (vdiWrapper->module == nullptr) { in GetInstance()
122 ICameraHostVdi *cameraHostVdi = reinterpret_cast<ICameraHostVdi *>(vdiWrapper->module); in GetInstance()

Completed in 2 milliseconds