Home
last modified time | relevance | path

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

/test/vts/drivers/hal/common/component_loader/
DHalDriverLoader.cpp206 if (!dll_loader_.Load(driver_lib_path.c_str())) { in LoadDriver()
213 dll_loader_.GetLoaderFunction(function_name_prefix.c_str()); in LoadDriver()
231 if (!dll_loader_.Load(driver_lib_path.c_str())) { in LoadDriverWithInterfacePointer()
239 dll_loader_.GetLoaderFunctionWithArg(function_name_prefix.c_str()); in LoadDriverWithInterfacePointer()
/test/vts/drivers/hal/common/include/component_loader/
DHalDriverLoader.h105 DllLoader dll_loader_; variable