Searched refs:IncludeHidlNativeType (Results 1 – 3 of 3) sorted by relevance
/test/vts/compilation_tools/vtsc/code_gen/profiler/ |
D | ProfilerCodeGenBase.cpp | 291 bool ProfilerCodeGenBase::IncludeHidlNativeType( in IncludeHidlNativeType() function in android::vts::ProfilerCodeGenBase 297 if (IncludeHidlNativeType(attribute, type)) { in IncludeHidlNativeType() 303 if (IncludeHidlNativeType(arg, type)) { in IncludeHidlNativeType() 309 if (IncludeHidlNativeType(result, type)) { in IncludeHidlNativeType() 316 if (IncludeHidlNativeType(attribute, type)) { in IncludeHidlNativeType() 324 bool ProfilerCodeGenBase::IncludeHidlNativeType( in IncludeHidlNativeType() function in android::vts::ProfilerCodeGenBase 330 if (IncludeHidlNativeType(val.vector_value(0), type)) return true; in IncludeHidlNativeType() 335 if (IncludeHidlNativeType(sub_struct, type)) return true; in IncludeHidlNativeType() 338 if (IncludeHidlNativeType(struct_field, type)) return true; in IncludeHidlNativeType() 345 if (IncludeHidlNativeType(sub_union, type)) return true; in IncludeHidlNativeType() [all …]
|
D | ProfilerCodeGenBase.h | 187 bool IncludeHidlNativeType(const ComponentSpecificationMessage& message, 189 bool IncludeHidlNativeType(const VariableSpecificationMessage& val,
|
D | HalHidlProfilerCodeGen.cpp | 524 if (IncludeHidlNativeType(message, TYPE_HANDLE)) { in GenerateSourceIncludeFiles() 529 if (IncludeHidlNativeType(message, TYPE_FMQ_SYNC) || in GenerateSourceIncludeFiles() 530 IncludeHidlNativeType(message, TYPE_FMQ_UNSYNC)) { in GenerateSourceIncludeFiles() 533 if (IncludeHidlNativeType(message, TYPE_HIDL_MEMORY)) { in GenerateSourceIncludeFiles()
|