Home
last modified time | relevance | path

Searched refs:result_value (Results 1 – 10 of 10) sorted by relevance

/test/vts/compilation_tools/vtsc/test/golden/DRIVER/
Dtypes.driver.cpp32 …ficationMessage* result_msg, ::android::hardware::nfc::V1_0::NfcEvent result_value __attribute__((… in SetResult__android__hardware__nfc__V1_0__NfcEvent() argument
35 result_msg->mutable_scalar_value()->set_uint32_t(static_cast<uint32_t>(result_value)); in SetResult__android__hardware__nfc__V1_0__NfcEvent()
55 …icationMessage* result_msg, ::android::hardware::nfc::V1_0::NfcStatus result_value __attribute__((… in SetResult__android__hardware__nfc__V1_0__NfcStatus() argument
58 result_msg->mutable_scalar_value()->set_uint32_t(static_cast<uint32_t>(result_value)); in SetResult__android__hardware__nfc__V1_0__NfcStatus()
Dtypes.vts.h28 …t(VariableSpecificationMessage* result_msg, ::android::hardware::nfc::V1_0::NfcEvent result_value);
32 …(VariableSpecificationMessage* result_msg, ::android::hardware::nfc::V1_0::NfcStatus result_value);
DTestMsgQ.vts.h29 …essage* result_msg, ::android::hardware::tests::msgq::V1_0::ITestMsgQ::EventFlagBits result_value);
DTestMsgQ.driver.cpp27 …msg, ::android::hardware::tests::msgq::V1_0::ITestMsgQ::EventFlagBits result_value __attribute__((… in SetResult__android__hardware__tests__msgq__V1_0__ITestMsgQ__EventFlagBits() argument
30 result_msg->mutable_scalar_value()->set_uint32_t(static_cast<uint32_t>(result_value)); in SetResult__android__hardware__tests__msgq__V1_0__ITestMsgQ__EventFlagBits()
DBar.vts.h40 …onMessage* result_msg, ::android::hardware::tests::bar::V1_0::IBar::SomethingRelated result_value);
DBar.driver.cpp21 …lt_msg, ::android::hardware::tests::bar::V1_0::IBar::SomethingRelated result_value __attribute__((… in SetResult__android__hardware__tests__bar__V1_0__IBar__SomethingRelated() argument
25 …SetResult__android__hardware__tests__foo__V1_0__Unrelated(result_msg_myRelated, result_value.myRel… in SetResult__android__hardware__tests__bar__V1_0__IBar__SomethingRelated()
/test/vts/compilation_tools/vtsc/code_gen/driver/
DHalHidlCodeGen.cpp1431 const string& result_value) { in GenerateSetResultCodeForTypedVariable() argument
1439 << "(" << result_value << ");\n"; in GenerateSetResultCodeForTypedVariable()
1446 << result_value << ".c_str());\n"; in GenerateSetResultCodeForTypedVariable()
1448 << result_value << ".size());\n"; in GenerateSetResultCodeForTypedVariable()
1457 out << func_name << "(" << result_msg << ", " << result_value << ");\n"; in GenerateSetResultCodeForTypedVariable()
1462 << "(static_cast<" << scalar_type << ">(" << result_value in GenerateSetResultCodeForTypedVariable()
1473 << "(" << result_value << ");\n"; in GenerateSetResultCodeForTypedVariable()
1479 out << result_msg << "->set_vector_size(" << result_value in GenerateSetResultCodeForTypedVariable()
1481 out << "for (int i = 0; i < (int)" << result_value << ".size(); i++) {\n"; in GenerateSetResultCodeForTypedVariable()
1488 result_value + "[i]"); in GenerateSetResultCodeForTypedVariable()
[all …]
DHalHidlCodeGen.h153 const VariableSpecificationMessage& val, const string& result_value,
/test/vts/runners/host/tcp_client/
Dvts_tcp_client.py362 result_value = result
364 result_value = []
366 result_value.append(
370 return result_value, {"coverage": result.raw_coverage_data}
372 return result_value
/test/vts/compilation_tools/vtsc/code_gen/profiler/
DHalHidlProfilerCodeGen.cpp433 std::string result_value = "result_val_" + std::to_string(i); in GenerateProfilerForMethod() local
436 out << GetCppVariableType(arg) << " *" << result_value in GenerateProfilerForMethod()
439 out << "if (" << result_value << " != nullptr) {\n"; in GenerateProfilerForMethod()
442 "(*" + result_value + ")"); in GenerateProfilerForMethod()