Home
last modified time | relevance | path

Searched refs:DllLoader (Results 1 – 5 of 5) sorted by relevance

/test/vts/drivers/hal/common/component_loader/
DDllLoader.cpp25 DllLoader::DllLoader() : handle_(NULL) {} in DllLoader() function in android::vts::DllLoader
27 DllLoader::~DllLoader() { in ~DllLoader()
34 void* DllLoader::Load(const char* file_path) { in Load()
51 loader_function DllLoader::GetLoaderFunction(const char* function_name) const { in GetLoaderFunction()
55 loader_function_with_arg DllLoader::GetLoaderFunctionWithArg( in GetLoaderFunctionWithArg()
60 bool DllLoader::SancovResetCoverage() { in SancovResetCoverage()
69 bool DllLoader::GcovInit(writeout_fn wfn, flush_fn ffn) { in GcovInit()
79 bool DllLoader::GcovFlush() { in GcovFlush()
88 void* DllLoader::LoadSymbol(const char* symbol_name) const { in LoadSymbol()
/test/vts/drivers/hal/common/include/component_loader/
DDllLoader.h34 class DllLoader {
36 DllLoader();
37 virtual ~DllLoader();
DHalDriverLoader.h105 DllLoader dll_loader_;
/test/vts/drivers/hal/common/include/driver_base/
DDriverBase.h96 DllLoader target_loader_;
/test/vts/drivers/hal/common/
DAndroid.bp66 "component_loader/DllLoader.cpp",