Home
last modified time | relevance | path

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

/test/vts/drivers/hal/common/include/component_loader/
DDllLoader.h29 typedef DriverBase* (*loader_function_with_arg)(uint64_t arg); typedef
46 loader_function_with_arg GetLoaderFunctionWithArg(
/test/vts/drivers/hal/common/component_loader/
DDllLoader.cpp55 loader_function_with_arg DllLoader::GetLoaderFunctionWithArg( in GetLoaderFunctionWithArg()
57 return (loader_function_with_arg)LoadSymbol(function_name); in GetLoaderFunctionWithArg()
DHalDriverLoader.cpp238 loader_function_with_arg func = in LoadDriverWithInterfacePointer()