Home
last modified time | relevance | path

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

/test/vts/compilation_tools/vtsc/code_gen/profiler/
DHalHidlProfilerCodeGen.cpp25 void HalHidlProfilerCodeGen::GenerateProfilerForScalarVariable( in GenerateProfilerForScalarVariable()
33 void HalHidlProfilerCodeGen::GenerateProfilerForStringVariable( in GenerateProfilerForStringVariable()
43 void HalHidlProfilerCodeGen::GenerateProfilerForEnumVariable( in GenerateProfilerForEnumVariable()
62 void HalHidlProfilerCodeGen::GenerateProfilerForVectorVariable( in GenerateProfilerForVectorVariable()
83 void HalHidlProfilerCodeGen::GenerateProfilerForArrayVariable( in GenerateProfilerForArrayVariable()
103 void HalHidlProfilerCodeGen::GenerateProfilerForStructVariable( in GenerateProfilerForStructVariable()
125 void HalHidlProfilerCodeGen::GenerateProfilerForUnionVariable( in GenerateProfilerForUnionVariable()
146 void HalHidlProfilerCodeGen::GenerateProfilerForHidlCallbackVariable( in GenerateProfilerForHidlCallbackVariable()
154 void HalHidlProfilerCodeGen::GenerateProfilerForHidlInterfaceVariable( in GenerateProfilerForHidlInterfaceVariable()
162 void HalHidlProfilerCodeGen::GenerateProfilerForMaskVariable( in GenerateProfilerForMaskVariable()
[all …]
DHalHidlProfilerCodeGen.h27 class HalHidlProfilerCodeGen : public ProfilerCodeGenBase {
29 HalHidlProfilerCodeGen() : ProfilerCodeGenBase(){}; in HalHidlProfilerCodeGen() function
113 DISALLOW_COPY_AND_ASSIGN (HalHidlProfilerCodeGen);
/test/vts/compilation_tools/vtsc/code_gen/
DCodeGenBase.cpp142 profiler_generator.reset(new HalHidlProfilerCodeGen()); in TranslateToFile()
/test/vts/compilation_tools/vtsc/
DAndroid.bp36 "code_gen/profiler/HalHidlProfilerCodeGen.cpp",