Home
last modified time | relevance | path

Searched refs:FunctionSpecificationMessage (Results 1 – 25 of 41) 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);
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);
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);
DTestMsgQ.vts.h82 …bool Fuzz(FunctionSpecificationMessage* func_msg, void** result, const string& callback_socket_nam…
83 …bool CallFunction(const FunctionSpecificationMessage& func_msg, const string& callback_socket_name…
84 …bool VerifyResults(const FunctionSpecificationMessage& expected_result, const FunctionSpecificatio…
85 bool GetAttribute(FunctionSpecificationMessage* func_msg, void** result);
DNfcClientCallback.driver.cpp75 FunctionSpecificationMessage* /*func_msg*/, in Fuzz() argument
80 FunctionSpecificationMessage* /*func_msg*/, in GetAttribute() argument
86 const FunctionSpecificationMessage& func_msg, in CallFunction()
88 FunctionSpecificationMessage* result_msg) { in CallFunction()
124 …oid_hardware_nfc_V1_0_INfcClientCallback::VerifyResults(const FunctionSpecificationMessage& expect… in VerifyResults()
125 const FunctionSpecificationMessage& actual_result __attribute__((__unused__))) { in VerifyResults()
DMemoryTest.driver.cpp108 FunctionSpecificationMessage* /*func_msg*/, in Fuzz() argument
113 FunctionSpecificationMessage* /*func_msg*/, in GetAttribute() argument
119 const FunctionSpecificationMessage& func_msg, in CallFunction()
121 FunctionSpecificationMessage* result_msg) { in CallFunction()
243 …d_hardware_tests_memory_V1_0_IMemoryTest::VerifyResults(const FunctionSpecificationMessage& expect… in VerifyResults()
244 const FunctionSpecificationMessage& actual_result __attribute__((__unused__))) { in VerifyResults()
DNfc.driver.cpp130 FunctionSpecificationMessage* /*func_msg*/, in Fuzz() argument
135 FunctionSpecificationMessage* /*func_msg*/, in GetAttribute() argument
141 const FunctionSpecificationMessage& func_msg, in CallFunction()
143 FunctionSpecificationMessage* result_msg) { in CallFunction()
235 …rExtended_android_hardware_nfc_V1_0_INfc::VerifyResults(const FunctionSpecificationMessage& expect… in VerifyResults()
236 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);
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
DTestMsgQ.driver.cpp193 FunctionSpecificationMessage* /*func_msg*/, in Fuzz() argument
198 FunctionSpecificationMessage* /*func_msg*/, in GetAttribute() argument
204 const FunctionSpecificationMessage& func_msg, in CallFunction()
206 FunctionSpecificationMessage* result_msg) { in CallFunction()
337 …droid_hardware_tests_msgq_V1_0_ITestMsgQ::VerifyResults(const FunctionSpecificationMessage& expect… in VerifyResults()
338 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/
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()
179 FunctionSpecificationMessage msg; in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_msgq_V1_0_ITestMsgQ()
233 FunctionSpecificationMessage msg; in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_msgq_V1_0_ITestMsgQ()
287 FunctionSpecificationMessage msg; in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_msgq_V1_0_ITestMsgQ()
341 FunctionSpecificationMessage msg; in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_msgq_V1_0_ITestMsgQ()
395 FunctionSpecificationMessage msg; in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_msgq_V1_0_ITestMsgQ()
441 FunctionSpecificationMessage msg; in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_msgq_V1_0_ITestMsgQ()
487 FunctionSpecificationMessage msg; in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_msgq_V1_0_ITestMsgQ()
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 …]
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