Home
last modified time | relevance | path

Searched refs:function_name_prefix (Results 1 – 4 of 4) sorted by relevance

/test/vts/drivers/hal/common/component_loader/
DHalDriverLoader.cpp211 string function_name_prefix = GetFunctionNamePrefix(spec_msg); in LoadDriver() local
213 dll_loader_.GetLoaderFunction(function_name_prefix.c_str()); in LoadDriver()
236 string function_name_prefix = GetFunctionNamePrefix(spec_msg); in LoadDriverWithInterfacePointer() local
237 function_name_prefix += "with_arg"; in LoadDriverWithInterfacePointer()
239 dll_loader_.GetLoaderFunctionWithArg(function_name_prefix.c_str()); in LoadDriverWithInterfacePointer()
/test/vts/compilation_tools/vtsc/code_gen/driver/
DDriverCodeGenBase.cpp212 string function_name_prefix = GetFunctionNamePrefix(message); in GenerateHeaderGlobalFunctionDeclarations() local
218 << "android::vts::DriverBase* " << function_name_prefix << "();\n"; in GenerateHeaderGlobalFunctionDeclarations()
227 string function_name_prefix = GetFunctionNamePrefix(message); in GenerateCppBodyGlobalFunctions() local
232 out << "android::vts::DriverBase* " << function_name_prefix << "() {\n"; in GenerateCppBodyGlobalFunctions()
DHalHidlCodeGen.cpp373 string function_name_prefix = GetFunctionNamePrefix(message); in GenerateHeaderGlobalFunctionDeclarations() local
376 << "android::vts::DriverBase* " << function_name_prefix in GenerateHeaderGlobalFunctionDeclarations()
394 string function_name_prefix = GetFunctionNamePrefix(message); in GenerateCppBodyGlobalFunctions() local
396 out << "android::vts::DriverBase* " << function_name_prefix << "with_arg(" in GenerateCppBodyGlobalFunctions()
/test/vts/drivers/hal/common/driver_base/
DDriverBase.cpp123 string function_name_prefix = GetFunctionNamePrefix(*message); in Fuzz() local
124 function_name_prefix_ = function_name_prefix.c_str(); in Fuzz()