/test/vts/compilation_tools/vtsc/test/golden/DRIVER/test/vts/specification/lib/ndk/bionic/1.0/ |
D | libcV1.vts.h | 27 …bool CallFunction(const FunctionSpecificationMessage& func_msg, const string& callback_socket_name…
|
/test/vts/drivers/hal/common/include/driver_base/ |
D | DriverBase.h | 60 virtual bool CallFunction( in CallFunction() function
|
/test/vts/compilation_tools/vtsc/test/golden/DRIVER/ |
D | NfcClientCallback.vts.h | 60 …bool CallFunction(const FunctionSpecificationMessage& func_msg, const string& callback_socket_name…
|
D | Nfc.vts.h | 76 …bool CallFunction(const FunctionSpecificationMessage& func_msg, const string& callback_socket_name…
|
D | MemoryTest.vts.h | 71 …bool CallFunction(const FunctionSpecificationMessage& func_msg, const string& callback_socket_name…
|
D | TestMsgQ.vts.h | 84 …bool CallFunction(const FunctionSpecificationMessage& func_msg, const string& callback_socket_name…
|
D | NfcClientCallback.driver.cpp | 86 bool FuzzerExtended_android_hardware_nfc_V1_0_INfcClientCallback::CallFunction( in CallFunction() function in android::vts::FuzzerExtended_android_hardware_nfc_V1_0_INfcClientCallback
|
D | libcV1.driver.cpp | 202 bool FuzzerExtended_libc::CallFunction(const FunctionSpecificationMessage&, const string&, Function… in CallFunction() function in android::vts::FuzzerExtended_libc
|
D | Bar.vts.h | 170 …bool CallFunction(const FunctionSpecificationMessage& func_msg, const string& callback_socket_name…
|
D | MemoryTest.driver.cpp | 119 bool FuzzerExtended_android_hardware_tests_memory_V1_0_IMemoryTest::CallFunction( in CallFunction() function in android::vts::FuzzerExtended_android_hardware_tests_memory_V1_0_IMemoryTest
|
D | Nfc.driver.cpp | 141 bool FuzzerExtended_android_hardware_nfc_V1_0_INfc::CallFunction( in CallFunction() function in android::vts::FuzzerExtended_android_hardware_nfc_V1_0_INfc
|
D | TestMsgQ.driver.cpp | 209 bool FuzzerExtended_android_hardware_tests_msgq_V1_0_ITestMsgQ::CallFunction( in CallFunction() function in android::vts::FuzzerExtended_android_hardware_tests_msgq_V1_0_ITestMsgQ
|
D | Bar.driver.cpp | 655 bool FuzzerExtended_android_hardware_tests_bar_V1_0_IBar::CallFunction( in CallFunction() function in android::vts::FuzzerExtended_android_hardware_tests_bar_V1_0_IBar
|
/test/vts/drivers/hal/common/include/driver_manager/ |
D | VtsHalDriverManager.h | 69 string CallFunction(FunctionCallMessage* func_msg);
|
/test/vts/drivers/hal/common/driver_manager/ |
D | VtsHalDriverManager.cpp | 102 string VtsHalDriverManager::CallFunction(FunctionCallMessage* call_msg) { in CallFunction() function in android::vts::VtsHalDriverManager 132 if (!driver->CallFunction(*api, callback_socket_name_, &result_msg)) { in CallFunction()
|
/test/vts-testcase/fuzz/iface_fuzzer/ |
D | ProtoFuzzerRunner.cpp | 196 iface_desc->second.hal_->CallFunction(func_spec, "", &result); in Execute()
|
/test/vts/drivers/hal/common/component_loader/ |
D | HalDriverLoader.cpp | 290 func_fuzzer->CallFunction(*func_msg, callback_socket_name_, &result_msg); in Process()
|
/test/vts/proto/ |
D | ComponentSpecificationMessage.proto | 500 // framework as a return value of its CallFunction() method. Another use
|