Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/core/host/test/sample/
Dvdi_sample1_driver.h18 struct ModuleA { struct
20 int (*ServiceB)(struct ModuleA *modA); argument
26 struct ModuleA *module; argument
Dvdi_sample1_driver.c22 static int ServiceB(struct ModuleA *modA) in ServiceB()
42 static struct ModuleA g_modA = {
/drivers/hdf_core/framework/core/host/test/unittest/
Dhdf_vdi_test.cpp58 struct ModuleA *modA = reinterpret_cast<struct ModuleA *>(vdiWrapper->module);