Home
last modified time | relevance | path

Searched refs:TYPE_REF (Results 1 – 7 of 7) sorted by relevance

/test/vts/compilation_tools/vtsc/code_gen/common/
DHalHidlCodeGenUtils.cpp32 if (type == TYPE_ARRAY || type == TYPE_VECTOR || type == TYPE_REF || in IsConstType()
/test/vts/compilation_tools/vtsc/
DVtsCompilerUtils.cpp317 case TYPE_REF: in GetCppVariableType()
321 while (cur_val.type() == TYPE_REF) { in GetCppVariableType()
/test/vts/compilation_tools/vtsc/code_gen/fuzzer/
DHalHidlFuzzerCodeGen.cpp164 if (type == TYPE_ARRAY || type == TYPE_VECTOR || type == TYPE_REF) { in CanElideCallback()
/test/vts/compilation_tools/vtsc/code_gen/driver/
DHalHidlCodeGen.cpp1153 case TYPE_REF: in GenerateDriverImplForTypedVariable()
1369 case TYPE_REF: in GenerateVerificationCodeForTypedVariable()
1652 case TYPE_REF: in GenerateSetResultCodeForTypedVariable()
1737 case TYPE_REF: { in GenerateDefaultReturnValForTypedVariable()
1785 if (type == TYPE_ARRAY || type == TYPE_VECTOR || type == TYPE_REF) { in CanElideCallback()
/test/vts/drivers/hal/common/driver_manager/
DVtsHalDriverManager.cpp488 case TYPE_REF: { in PreprocessHidlHalFunctionCallArgs()
626 case TYPE_REF: { in SetHidlHalFunctionCallResults()
/test/vts/proto/
DComponentSpecificationMessage.proto146 TYPE_REF = 20; enumerator
476 // for TYPE_REF.
DComponentSpecificationMessage_pb2.py451 TYPE_REF = 20 variable