Home
last modified time | relevance | path

Searched refs:CallFunction (Results 1 – 17 of 17) sorted by relevance

/test/vts/drivers/hal/common/include/driver_base/
DDriverBase.h60 virtual bool CallFunction( in CallFunction() function
/test/vts/compilation_tools/vtsc/test/golden/DRIVER/
DNfcClientCallback.vts.h60 …bool CallFunction(const FunctionSpecificationMessage& func_msg, const string& callback_socket_name…
DMemoryTest.vts.h71 …bool CallFunction(const FunctionSpecificationMessage& func_msg, const string& callback_socket_name…
DNfc.vts.h76 …bool CallFunction(const FunctionSpecificationMessage& func_msg, const string& callback_socket_name…
DTestMsgQ.vts.h84 …bool CallFunction(const FunctionSpecificationMessage& func_msg, const string& callback_socket_name…
DNfcClientCallback.driver.cpp86 bool FuzzerExtended_android_hardware_nfc_V1_0_INfcClientCallback::CallFunction( in CallFunction() function in android::vts::FuzzerExtended_android_hardware_nfc_V1_0_INfcClientCallback
DBar.vts.h170 …bool CallFunction(const FunctionSpecificationMessage& func_msg, const string& callback_socket_name…
DlibcV1.driver.cpp202 bool FuzzerExtended_libc::CallFunction(const FunctionSpecificationMessage&, const string&, Function… in CallFunction() function in android::vts::FuzzerExtended_libc
DMemoryTest.driver.cpp119 bool FuzzerExtended_android_hardware_tests_memory_V1_0_IMemoryTest::CallFunction( in CallFunction() function in android::vts::FuzzerExtended_android_hardware_tests_memory_V1_0_IMemoryTest
DNfc.driver.cpp141 bool FuzzerExtended_android_hardware_nfc_V1_0_INfc::CallFunction( in CallFunction() function in android::vts::FuzzerExtended_android_hardware_nfc_V1_0_INfc
DTestMsgQ.driver.cpp209 bool FuzzerExtended_android_hardware_tests_msgq_V1_0_ITestMsgQ::CallFunction( in CallFunction() function in android::vts::FuzzerExtended_android_hardware_tests_msgq_V1_0_ITestMsgQ
DBar.driver.cpp655 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/
DVtsHalDriverManager.h69 string CallFunction(FunctionCallMessage* func_msg);
/test/vts/drivers/hal/common/driver_manager/
DVtsHalDriverManager.cpp102 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/
DProtoFuzzerRunner.cpp196 iface_desc->second.hal_->CallFunction(func_spec, "", &result); in Execute()
/test/vts/drivers/hal/common/component_loader/
DHalDriverLoader.cpp290 func_fuzzer->CallFunction(*func_msg, callback_socket_name_, &result_msg); in Process()
/test/vts/proto/
DComponentSpecificationMessage.proto500 // framework as a return value of its CallFunction() method. Another use