HomeSort by relevance Sort by last modified time
    Searched refs:result_msg (Results 1 - 19 of 19) sorted by null

  /test/vts/compilation_tools/vtsc/test/golden/DRIVER/
types.driver.cpp 32 void SetResult__android__hardware__nfc__V1_0__NfcEvent(VariableSpecificationMessage* result_msg, ::android::hardware::nfc::V1_0::NfcEvent result_value __attribute__((__unused__))){
33 result_msg->set_type(TYPE_ENUM);
34 result_msg->set_scalar_type("uint32_t");
35 result_msg->mutable_scalar_value()->set_uint32_t(static_cast<uint32_t>(result_value));
55 void SetResult__android__hardware__nfc__V1_0__NfcStatus(VariableSpecificationMessage* result_msg, ::android::hardware::nfc::V1_0::NfcStatus result_value __attribute__((__unused__))){
56 result_msg->set_type(TYPE_ENUM);
57 result_msg->set_scalar_type("uint32_t");
58 result_msg->mutable_scalar_value()->set_uint32_t(static_cast<uint32_t>(result_value));
Nfc.driver.cpp 143 FunctionSpecificationMessage* result_msg) {
156 result_msg->set_name("open");
157 VariableSpecificationMessage* result_val_0 = result_msg->add_return_type_hidl();
171 result_msg->set_name("write");
172 VariableSpecificationMessage* result_val_0 = result_msg->add_return_type_hidl();
187 result_msg->set_name("coreInitialized");
188 VariableSpecificationMessage* result_val_0 = result_msg->add_return_type_hidl();
197 result_msg->set_name("prediscover");
198 VariableSpecificationMessage* result_val_0 = result_msg->add_return_type_hidl();
207 result_msg->set_name("close")
    [all...]
TestMsgQ.driver.cpp 27 void SetResult__android__hardware__tests__msgq__V1_0__ITestMsgQ__EventFlagBits(VariableSpecificationMessage* result_msg, ::android::hardware::tests::msgq::V1_0::ITestMsgQ::EventFlagBits result_value __attribute__((__unused__))){
28 result_msg->set_type(TYPE_ENUM);
29 result_msg->set_scalar_type("uint32_t");
30 result_msg->mutable_scalar_value()->set_uint32_t(static_cast<uint32_t>(result_value));
201 FunctionSpecificationMessage* result_msg) {
216 result_msg->set_name("configureFmqSyncReadWrite");
217 VariableSpecificationMessage* result_val_0 = result_msg->add_return_type_hidl();
221 VariableSpecificationMessage* result_val_1 = result_msg->add_return_type_hidl();
237 result_msg->set_name("getFmqUnsyncWrite");
238 VariableSpecificationMessage* result_val_0 = result_msg->add_return_type_hidl()
    [all...]
types.vts.h 28 void SetResult__android__hardware__nfc__V1_0__NfcEvent(VariableSpecificationMessage* result_msg, ::android::hardware::nfc::V1_0::NfcEvent result_value);
32 void SetResult__android__hardware__nfc__V1_0__NfcStatus(VariableSpecificationMessage* result_msg, ::android::hardware::nfc::V1_0::NfcStatus result_value);
Bar.driver.cpp 21 void SetResult__android__hardware__tests__bar__V1_0__IBar__SomethingRelated(VariableSpecificationMessage* result_msg, ::android::hardware::tests::bar::V1_0::IBar::SomethingRelated result_value __attribute__((__unused__))){
22 result_msg->set_type(TYPE_STRUCT);
23 auto *result_msg_myRelated = result_msg->add_struct_value();
    [all...]
MemoryTest.driver.cpp 121 FunctionSpecificationMessage* result_msg) {
148 result_msg->set_name("haveSomeMemory");
149 VariableSpecificationMessage* result_val_0 = result_msg->add_return_type_hidl();
173 result_msg->set_name("fillMemory");
185 result_msg->set_name("haveSomeMemoryBlock");
186 VariableSpecificationMessage* result_val_0 = result_msg->add_return_type_hidl();
208 result_msg->set_name("set");
215 result_msg->set_name("get");
216 VariableSpecificationMessage* result_val_0 = result_msg->add_return_type_hidl();
230 result_msg->set_name("notifySyspropsChanged")
    [all...]
NfcClientCallback.driver.cpp 88 FunctionSpecificationMessage* result_msg) {
101 result_msg->set_name("sendEvent");
112 result_msg->set_name("sendData");
118 result_msg->set_name("notifySyspropsChanged");
TestMsgQ.vts.h 29 void SetResult__android__hardware__tests__msgq__V1_0__ITestMsgQ__EventFlagBits(VariableSpecificationMessage* result_msg, ::android::hardware::tests::msgq::V1_0::ITestMsgQ::EventFlagBits result_value);
83 bool CallFunction(const FunctionSpecificationMessage& func_msg, const string& callback_socket_name, FunctionSpecificationMessage* result_msg);
NfcClientCallback.vts.h 60 bool CallFunction(const FunctionSpecificationMessage& func_msg, const string& callback_socket_name, FunctionSpecificationMessage* result_msg);
MemoryTest.vts.h 71 bool CallFunction(const FunctionSpecificationMessage& func_msg, const string& callback_socket_name, FunctionSpecificationMessage* result_msg);
Nfc.vts.h 76 bool CallFunction(const FunctionSpecificationMessage& func_msg, const string& callback_socket_name, FunctionSpecificationMessage* result_msg);
Bar.vts.h 40 void SetResult__android__hardware__tests__bar__V1_0__IBar__SomethingRelated(VariableSpecificationMessage* result_msg, ::android::hardware::tests::bar::V1_0::IBar::SomethingRelated result_value);
167 bool CallFunction(const FunctionSpecificationMessage& func_msg, const string& callback_socket_name, FunctionSpecificationMessage* result_msg);
  /test/vts/compilation_tools/vtsc/code_gen/driver/
HalHidlCodeGen.cpp 177 out << "FunctionSpecificationMessage* result_msg) {\n";
206 out << "result_msg->set_name(\"notifySyspropsChanged\");\n";
266 out << "result_msg->set_name(\"" << func_msg.name() << "\");\n";
269 << "result_msg->add_return_type_hidl();\n";
1420 out << result_msg << "->set_type(TYPE_SCALAR);\\n"; local
1429 out << result_msg << "->set_type(TYPE_STRING);\\n"; local
1438 out << result_msg << "->set_type(TYPE_ENUM);\\n"; local
1454 out << result_msg << "->set_type(TYPE_MASK);\\n"; local
1463 out << result_msg << "->set_type(TYPE_VECTOR);\\n"; local
1469 out << "auto *" << vector_element_name << " = " << result_msg local
1480 out << result_msg << "->set_type(TYPE_ARRAY);\\n"; local
1486 out << "auto *" << array_element_name << " = " << result_msg local
1497 out << result_msg << "->set_type(TYPE_STRUCT);\\n"; local
1505 out << "auto *" << struct_field_name << " = " << result_msg local
1520 out << result_msg << "->set_type(TYPE_UNION);\\n"; local
1528 out << "auto *" << union_field_name << " = " << result_msg local
1539 out << result_msg << "->set_type(TYPE_HIDL_CALLBACK);\\n"; local
1545 out << result_msg << "->set_type(TYPE_HANDLE);\\n"; local
1551 out << result_msg << "->set_type(TYPE_HIDL_INTERFACE);\\n"; local
1568 out << result_msg << "->set_hidl_interface_pointer(0);\\n"; local
1575 out << result_msg << "->set_type(TYPE_HIDL_MEMORY);\\n"; local
1581 out << result_msg << "->set_type(TYPE_POINTER);\\n"; local
1587 out << result_msg << "->set_type(TYPE_FMQ_SYNC);\\n"; local
1593 out << result_msg << "->set_type(TYPE_FMQ_UNSYNC);\\n"; local
1599 out << result_msg << "->set_type(TYPE_REF);\\n"; local
    [all...]
HalHidlCodeGen.h 168 const VariableSpecificationMessage& val, const string& result_msg,
  /test/vts/compilation_tools/vtsc/test/golden/DRIVER/test/vts/specification/lib/ndk/bionic/1.0/
libcV1.vts.h 27 bool CallFunction(const FunctionSpecificationMessage& func_msg, const string& callback_socket_name, FunctionSpecificationMessage* result_msg);
  /test/vts/drivers/hal/replayer/
VtsHidlHalReplayer.cpp 143 vts::FunctionSpecificationMessage result_msg; local
144 if (!google::protobuf::TextFormat::ParseFromString(result, &result_msg)) {
149 driver_id, expected_result_msg.func_msg(), result_msg)) {
154 << " Actual: " << result_msg.DebugString();
  /test/vts/drivers/hal/common/driver_manager/
VtsHalDriverManager.cpp 108 FunctionSpecificationMessage result_msg; local
131 if (!driver->CallFunction(*api, callback_socket_name_, &result_msg)) {
147 for (int index = 0; index < result_msg.return_type_hidl_size(); index++) {
148 auto* return_val = result_msg.mutable_return_type_hidl(index);
182 google::protobuf::TextFormat::PrintToString(result_msg, &output);
  /test/vts/drivers/hal/common/component_loader/
HalDriverLoader.cpp 281 FunctionSpecificationMessage result_msg; local
285 func_fuzzer->CallFunction(*func_msg, callback_socket_name_, &result_msg);
  /art/runtime/interpreter/
unstarted_runtime_test.cc 1377 ObjPtr<mirror::String> result_msg = local
    [all...]

Completed in 312 milliseconds