Home
last modified time | relevance | path

Searched defs:type (Results 1 – 13 of 13) sorted by relevance

/test/vts/compilation_tools/vtsc/code_gen/common/
DHalHidlCodeGenUtils.cpp22 bool IsElidableType(const VariableType& type) { in IsElidableType()
31 bool IsConstType(const VariableType& type) { in IsConstType()
/test/vts/compilation_tools/vtsc/
DVtsCompilerMain.cpp49 android::vts::VtsCompileFileType type = android::vts::VtsCompileFileType::kBoth; in main() local
/test/vts/compilation_tools/vtsc/code_gen/fuzzer/
DHalHidlFuzzerCodeGen.cpp164 const VariableType &type = func_spec.return_type_hidl(0).type(); in CanElideCallback() local
175 string type = GetCppVariableType(var_spec); in GetFuncArgTypes() local
/test/vts/drivers/hal/server/
DBinderServer.cpp87 int32_t type = data.readInt32(); in onTransact() local
157 int32_t Status(int32_t type) { in Status()
DSocketServer.cpp76 int32_t VtsDriverHalSocketServer::Status(int32_t type) { in Status()
/test/vts/drivers/hal/libcodecoverage/
DGcdaParser.cpp32 const char* type = NULL; in ParseMagic() local
/test/vts/drivers/hal/common/binder/
DVtsFuzzerBinderService.cpp86 int32_t BpVtsFuzzer::Status(int32_t type) { in Status()
/test/vts-testcase/fuzz/iface_fuzzer/
DProtoFuzzerRunner.cpp196 static string StripNamespace(const string &type) { in StripNamespace()
208 string type = var.predefined_type(); in ProcessReturnValue() local
DProtoFuzzerMutator.cpp181 auto type = var_spec.type(); in Transform() local
/test/vts/compilation_tools/vtsc/code_gen/driver/
DHalHidlCodeGen.cpp103 const auto& type = return_val.type(); in GenerateCppBodyInterfaceImpl() local
144 void HalHidlCodeGen::GenerateScalarTypeInC(Formatter& out, const string& type) { in GenerateScalarTypeInC()
1713 const VariableType& type = func_msg.return_type_hidl(0).type(); in CanElideCallback() local
1720 bool HalHidlCodeGen::isElidableType(const VariableType& type) { in isElidableType()
1729 bool HalHidlCodeGen::isConstType(const VariableType& type) { in isConstType()
/test/vts/agents/hal/
DSocketClientToDriver.cpp191 int32_t VtsDriverSocketClient::Status(int32_t type) { in Status()
/test/vts/proto/
DComponentSpecificationMessage.proto345 optional FdType type = 1; field
379 optional VariableType type = 2; field
DVtsReportMessage.proto154 optional VtsProfilingType type = 2; field