Home
last modified time | relevance | path

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

/test/vts/drivers/hal/common/component_loader/
DDllLoader.cpp69 bool DllLoader::GcovInit(writeout_fn wfn, flush_fn ffn) { in GcovInit() argument
75 func(wfn, ffn); in GcovInit()
/test/vts/drivers/hal/common/include/component_loader/
DDllLoader.h53 bool GcovInit(writeout_fn wfn, flush_fn ffn);
/test/vts/drivers/hal/common/driver_base/
DDriverBase.cpp77 void ffn() { LOG(DEBUG) << "debug"; } in ffn() function
110 LOG(DEBUG) << "gcov init " << target_loader_.GcovInit(wfn, ffn); in LoadTargetComponent()