Home
last modified time | relevance | path

Searched refs:call_msg (Results 1 – 3 of 3) sorted by relevance

/test/vts/drivers/hal/common/driver_manager/
DVtsHalDriverManager.cpp102 string VtsHalDriverManager::CallFunction(FunctionCallMessage* call_msg) { in CallFunction() argument
104 DriverBase* driver = GetDriverWithCallMsg(*call_msg); in CallFunction()
108 call_msg->component_class(), call_msg->component_type(), in CallFunction()
110 call_msg->component_type_version_major(), in CallFunction()
111 call_msg->component_type_version_minor()), in CallFunction()
112 call_msg->package_name(), call_msg->component_name()); in CallFunction()
116 FunctionSpecificationMessage* api = call_msg->mutable_api(); in CallFunction()
121 if (call_msg->component_class() == HAL_HIDL) { in CallFunction()
147 if (call_msg->component_class() == HAL_HIDL) { in CallFunction()
158 } else if (call_msg->component_class() == LIB_SHARED) { in CallFunction()
[all …]
/test/vts/utils/python/mirror/
Dnative_entity_mirror.py216 call_msg = CompSpecMsg.FunctionCallMessage()
218 call_msg.component_class = self._if_spec_msg.component_class
219 call_msg.hal_driver_id = self._driver_id
220 call_msg.api.CopyFrom(func_msg)
221 logging.debug("final msg %s", call_msg)
223 text_format.MessageToString(call_msg), self._caller_uid)
/test/vts/drivers/hal/common/include/driver_manager/
DVtsHalDriverManager.h134 DriverBase* GetDriverWithCallMsg(const FunctionCallMessage& call_msg);