Home
last modified time | relevance | path

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

/test/vts/drivers/hal/common/component_loader/
DDllLoader.cpp69 bool DllLoader::GcovInit(writeout_fn wfn, flush_fn ffn) { in GcovInit()
70 void (*func)(writeout_fn, flush_fn) = in GcovInit()
71 (void (*)(writeout_fn, flush_fn))LoadSymbol("llvm_gcov_init"); in GcovInit()
/test/vts/drivers/hal/common/include/component_loader/
DDllLoader.h31 typedef void (*flush_fn)(); typedef
53 bool GcovInit(writeout_fn wfn, flush_fn ffn);