Searched defs:arg_value (Results 1 – 2 of 2) sorted by relevance
/test/vts/compilation_tools/vtsc/code_gen/profiler/ |
D | HalHidlProfilerCodeGen.cpp | 27 const std::string& arg_name, const std::string& arg_value) { in GenerateProfilerForScalarVariable() 35 const std::string& arg_name, const std::string& arg_value) { in GenerateProfilerForStringVariable() 45 const std::string& arg_name, const std::string& arg_value) { in GenerateProfilerForEnumVariable() 64 const std::string& arg_name, const std::string& arg_value) { in GenerateProfilerForVectorVariable() 85 const std::string& arg_name, const std::string& arg_value) { in GenerateProfilerForArrayVariable() 105 const std::string& arg_name, const std::string& arg_value) { in GenerateProfilerForStructVariable() 127 const std::string& arg_name, const std::string& arg_value) { in GenerateProfilerForUnionVariable() 164 const std::string& arg_name, const std::string& arg_value) { in GenerateProfilerForMaskVariable() 173 const std::string& arg_name, const std::string& arg_value) { in GenerateProfilerForHandleVariable() 262 const std::string& arg_name, const std::string& arg_value) { in GenerateProfilerForHidlMemoryVariable() [all …]
|
D | ProfilerCodeGenBase.cpp | 145 const std::string& arg_value) { in GenerateProfilerForTypedVariable()
|