Home
last modified time | relevance | path

Searched refs:FunctionSpecificationMessage (Results 1 – 25 of 39) sorted by relevance

12

/test/vts/drivers/hal/common/include/driver_base/
DDriverBase.h55 virtual bool Fuzz(vts::FunctionSpecificationMessage* /*func_msg*/, in Fuzz() argument
61 const vts::FunctionSpecificationMessage& /*func_msg*/, in CallFunction() argument
63 vts::FunctionSpecificationMessage* /*result_msg*/) { in CallFunction() argument
68 const vts::FunctionSpecificationMessage& /*expected_result_msg*/, in VerifyResults() argument
69 const vts::FunctionSpecificationMessage& /*actual_result_msg*/) { in VerifyResults()
73 virtual bool GetAttribute(vts::FunctionSpecificationMessage* /*func_msg*/, in GetAttribute() argument
82 bool FunctionCallEnd(FunctionSpecificationMessage* msg);
86 FunctionSpecificationMessage* msg);
90 FunctionSpecificationMessage* msg);
/test/vts/compilation_tools/vtsc/test/golden/DRIVER/test/vts/specification/lib/ndk/bionic/1.0/
DlibcV1.vts.h26 …bool Fuzz(FunctionSpecificationMessage* func_msg, void** result, const string& callback_socket_nam…
27 …bool CallFunction(const FunctionSpecificationMessage& func_msg, const string& callback_socket_name…
28 …bool VerifyResults(const FunctionSpecificationMessage& expected_result, const FunctionSpecificatio…
29 bool GetAttribute(FunctionSpecificationMessage* func_msg, void** result);
/test/vts/compilation_tools/vtsc/test/golden/DRIVER/
DNfcClientCallback.vts.h59 …bool Fuzz(FunctionSpecificationMessage* func_msg, void** result, const string& callback_socket_nam…
60 …bool CallFunction(const FunctionSpecificationMessage& func_msg, const string& callback_socket_name…
61 …bool VerifyResults(const FunctionSpecificationMessage& expected_result, const FunctionSpecificatio…
62 bool GetAttribute(FunctionSpecificationMessage* func_msg, void** result);
DNfc.vts.h75 …bool Fuzz(FunctionSpecificationMessage* func_msg, void** result, const string& callback_socket_nam…
76 …bool CallFunction(const FunctionSpecificationMessage& func_msg, const string& callback_socket_name…
77 …bool VerifyResults(const FunctionSpecificationMessage& expected_result, const FunctionSpecificatio…
78 bool GetAttribute(FunctionSpecificationMessage* func_msg, void** result);
DMemoryTest.vts.h70 …bool Fuzz(FunctionSpecificationMessage* func_msg, void** result, const string& callback_socket_nam…
71 …bool CallFunction(const FunctionSpecificationMessage& func_msg, const string& callback_socket_name…
72 …bool VerifyResults(const FunctionSpecificationMessage& expected_result, const FunctionSpecificatio…
73 bool GetAttribute(FunctionSpecificationMessage* func_msg, void** result);
DTestMsgQ.vts.h83 …bool Fuzz(FunctionSpecificationMessage* func_msg, void** result, const string& callback_socket_nam…
84 …bool CallFunction(const FunctionSpecificationMessage& func_msg, const string& callback_socket_name…
85 …bool VerifyResults(const FunctionSpecificationMessage& expected_result, const FunctionSpecificatio…
86 bool GetAttribute(FunctionSpecificationMessage* func_msg, void** result);
DNfcClientCallback.driver.cpp76 FunctionSpecificationMessage* /*func_msg*/, in Fuzz() argument
81 FunctionSpecificationMessage* /*func_msg*/, in GetAttribute() argument
87 const FunctionSpecificationMessage& func_msg, in CallFunction()
89 FunctionSpecificationMessage* result_msg) { in CallFunction()
125 …oid_hardware_nfc_V1_0_INfcClientCallback::VerifyResults(const FunctionSpecificationMessage& expect… in VerifyResults()
126 const FunctionSpecificationMessage& actual_result __attribute__((__unused__))) { in VerifyResults()
DBar.vts.h169 …bool Fuzz(FunctionSpecificationMessage* func_msg, void** result, const string& callback_socket_nam…
170 …bool CallFunction(const FunctionSpecificationMessage& func_msg, const string& callback_socket_name…
171 …bool VerifyResults(const FunctionSpecificationMessage& expected_result, const FunctionSpecificatio…
172 bool GetAttribute(FunctionSpecificationMessage* func_msg, void** result);
DNfc.driver.cpp131 FunctionSpecificationMessage* /*func_msg*/, in Fuzz() argument
136 FunctionSpecificationMessage* /*func_msg*/, in GetAttribute() argument
142 const FunctionSpecificationMessage& func_msg, in CallFunction()
144 FunctionSpecificationMessage* result_msg) { in CallFunction()
236 …rExtended_android_hardware_nfc_V1_0_INfc::VerifyResults(const FunctionSpecificationMessage& expect… in VerifyResults()
237 const FunctionSpecificationMessage& actual_result __attribute__((__unused__))) { in VerifyResults()
DlibcV1.driver.cpp14 FunctionSpecificationMessage* func_msg, in Fuzz()
195 FunctionSpecificationMessage* func_msg, in GetAttribute()
202 …uzzerExtended_libc::CallFunction(const FunctionSpecificationMessage&, const string&, FunctionSpeci… in CallFunction() argument
206 …ol FuzzerExtended_libc::VerifyResults(const FunctionSpecificationMessage&, const FunctionSpecifica… in VerifyResults() argument
DMemoryTest.driver.cpp109 FunctionSpecificationMessage* /*func_msg*/, in Fuzz() argument
114 FunctionSpecificationMessage* /*func_msg*/, in GetAttribute() argument
120 const FunctionSpecificationMessage& func_msg, in CallFunction()
122 FunctionSpecificationMessage* result_msg) { in CallFunction()
244 …d_hardware_tests_memory_V1_0_IMemoryTest::VerifyResults(const FunctionSpecificationMessage& expect… in VerifyResults()
245 const FunctionSpecificationMessage& actual_result __attribute__((__unused__))) { in VerifyResults()
DTestMsgQ.driver.cpp199 FunctionSpecificationMessage* /*func_msg*/, in Fuzz() argument
204 FunctionSpecificationMessage* /*func_msg*/, in GetAttribute() argument
210 const FunctionSpecificationMessage& func_msg, in CallFunction()
212 FunctionSpecificationMessage* result_msg) { in CallFunction()
345 …droid_hardware_tests_msgq_V1_0_ITestMsgQ::VerifyResults(const FunctionSpecificationMessage& expect… in VerifyResults()
346 const FunctionSpecificationMessage& actual_result __attribute__((__unused__))) { in VerifyResults()
/test/vts/compilation_tools/vtsc/code_gen/fuzzer/
DHalHidlFuzzerCodeGen.h40 const FunctionSpecificationMessage &func_spec);
43 const FunctionSpecificationMessage &func_spec);
48 bool CanElideCallback(const FunctionSpecificationMessage &func_spec);
51 const FunctionSpecificationMessage &func_spec);
DHalHidlFuzzerCodeGen.cpp105 Formatter &out, const FunctionSpecificationMessage &func_spec) { in GenerateReturnCallback()
121 Formatter &out, const FunctionSpecificationMessage &func_spec) { in GenerateHalFunctionCall()
155 const FunctionSpecificationMessage &func_spec) { in CanElideCallback()
171 const FunctionSpecificationMessage &func_spec) { in GetFuncArgTypes()
/test/vts/compilation_tools/vtsc/test/golden/PROFILER/
DBar.profiler.cpp47 FunctionSpecificationMessage msg; in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_bar_V1_0_IBar()
119 FunctionSpecificationMessage msg; in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_bar_V1_0_IBar()
165 FunctionSpecificationMessage msg; in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_bar_V1_0_IBar()
219 FunctionSpecificationMessage msg; in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_bar_V1_0_IBar()
297 FunctionSpecificationMessage msg; in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_bar_V1_0_IBar()
361 FunctionSpecificationMessage msg; in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_bar_V1_0_IBar()
408 FunctionSpecificationMessage msg; in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_bar_V1_0_IBar()
472 FunctionSpecificationMessage msg; in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_bar_V1_0_IBar()
518 FunctionSpecificationMessage msg; in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_bar_V1_0_IBar()
572 FunctionSpecificationMessage msg; in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_bar_V1_0_IBar()
[all …]
DTestMsgQ.profiler.cpp44 FunctionSpecificationMessage msg; in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_msgq_V1_0_ITestMsgQ()
108 FunctionSpecificationMessage msg; in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_msgq_V1_0_ITestMsgQ()
187 FunctionSpecificationMessage msg; in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_msgq_V1_0_ITestMsgQ()
241 FunctionSpecificationMessage msg; in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_msgq_V1_0_ITestMsgQ()
295 FunctionSpecificationMessage msg; in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_msgq_V1_0_ITestMsgQ()
349 FunctionSpecificationMessage msg; in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_msgq_V1_0_ITestMsgQ()
403 FunctionSpecificationMessage msg; in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_msgq_V1_0_ITestMsgQ()
449 FunctionSpecificationMessage msg; in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_msgq_V1_0_ITestMsgQ()
495 FunctionSpecificationMessage msg; in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_msgq_V1_0_ITestMsgQ()
DNfc.profiler.cpp36 FunctionSpecificationMessage msg; in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfc()
90 FunctionSpecificationMessage msg; in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfc()
149 FunctionSpecificationMessage msg; in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfc()
208 FunctionSpecificationMessage msg; in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfc()
254 FunctionSpecificationMessage msg; in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfc()
300 FunctionSpecificationMessage msg; in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfc()
346 FunctionSpecificationMessage msg; in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfc()
DMemoryTest.profiler.cpp39 FunctionSpecificationMessage msg; in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_memory_V1_0_IMemoryTest()
115 FunctionSpecificationMessage msg; in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_memory_V1_0_IMemoryTest()
180 FunctionSpecificationMessage msg; in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_memory_V1_0_IMemoryTest()
234 FunctionSpecificationMessage msg; in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_memory_V1_0_IMemoryTest()
291 FunctionSpecificationMessage msg; in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_memory_V1_0_IMemoryTest()
DNfcClientCallback.profiler.cpp36 FunctionSpecificationMessage msg; in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfcClientCallback()
90 FunctionSpecificationMessage msg; in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfcClientCallback()
/test/vts/compilation_tools/vtsc/code_gen/driver/
DHalHidlCodeGen.h116 const FunctionSpecificationMessage& func_msg);
120 const FunctionSpecificationMessage& func_msg);
124 const FunctionSpecificationMessage& func_msg);
200 bool CanElideCallback(const FunctionSpecificationMessage& func_msg);
/test/vts/drivers/hal/common/component_loader/
DHalDriverLoader.cpp146 for (const FunctionSpecificationMessage& func_msg : in GetFuzzerBaseAndAddAllFunctionsToQueue()
149 FunctionSpecificationMessage* func_msg_copy = func_msg.New(); in GetFuzzerBaseAndAddAllFunctionsToQueue()
278 pair<vts::FunctionSpecificationMessage*, DriverBase*> curr_job = in Process()
282 vts::FunctionSpecificationMessage* func_msg = curr_job.first; in Process()
286 FunctionSpecificationMessage result_msg; in Process()
/test/vts/drivers/hal/common/include/driver_manager/
DVtsHalDriverManager.h89 const FunctionSpecificationMessage& expected_result,
90 const FunctionSpecificationMessage& actual_result);
143 string ProcessFuncResultsForLibrary(FunctionSpecificationMessage* func_msg,
/test/vts/drivers/hal/common/driver_base/
DDriverBase.cpp125 for (vts::FunctionSpecificationMessage func_msg : in Fuzz()
221 FunctionSpecificationMessage* msg) { in ReadGcdaFile()
279 FunctionSpecificationMessage* msg) { in ScanAllGcdaFiles()
312 bool DriverBase::FunctionCallEnd(FunctionSpecificationMessage* msg) { in FunctionCallEnd()
/test/vts/drivers/hal/common/driver_manager/
DVtsHalDriverManager.cpp116 FunctionSpecificationMessage* api = call_msg->mutable_api(); in CallFunction()
118 FunctionSpecificationMessage result_msg; in CallFunction()
165 DriverId id, const FunctionSpecificationMessage& expected_result, in VerifyResults()
166 const FunctionSpecificationMessage& actual_result) { in VerifyResults()
190 FunctionSpecificationMessage* api = call_msg->mutable_api(); in GetAttribute()
390 FunctionSpecificationMessage* func_msg, void* result) { in ProcessFuncResultsForLibrary()
/test/vts/utils/native/libprofiling/
DVtsProfilingInterface.h47 const FunctionSpecificationMessage& message);

12