Searched refs:result_value (Results 1 – 10 of 10) sorted by relevance
/test/vts/compilation_tools/vtsc/test/golden/DRIVER/ |
D | types.driver.cpp | 32 …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()
|
D | types.vts.h | 28 …t(VariableSpecificationMessage* result_msg, ::android::hardware::nfc::V1_0::NfcEvent result_value); 32 …(VariableSpecificationMessage* result_msg, ::android::hardware::nfc::V1_0::NfcStatus result_value);
|
D | TestMsgQ.vts.h | 29 …essage* result_msg, ::android::hardware::tests::msgq::V1_0::ITestMsgQ::EventFlagBits result_value);
|
D | TestMsgQ.driver.cpp | 27 …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()
|
D | Bar.vts.h | 40 …onMessage* result_msg, ::android::hardware::tests::bar::V1_0::IBar::SomethingRelated result_value);
|
D | Bar.driver.cpp | 21 …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/ |
D | HalHidlCodeGen.cpp | 1431 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 …]
|
D | HalHidlCodeGen.h | 153 const VariableSpecificationMessage& val, const string& result_value,
|
/test/vts/runners/host/tcp_client/ |
D | vts_tcp_client.py | 362 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/ |
D | HalHidlProfilerCodeGen.cpp | 433 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()
|