Home
last modified time | relevance | path

Searched refs:function_pointer (Results 1 – 4 of 4) sorted by relevance

/test/vts/utils/python/mirror/
Dhal_mirror.py116 def GetCallbackFunctionID(self, function_pointer): argument
126 id = self._callback_server.GetCallbackId(function_pointer)
128 id = self._callback_server.RegisterCallback(function_pointer)
158 function_pointer = None
160 function_pointer = kwargs[api.name]
171 function_pointer = stub
172 func_pt_msg = var_msg.function_pointer.add()
174 func_pt_msg.id = self.GetCallbackFunctionID(function_pointer)
/test/vts/drivers/hal/common/driver_base/
DDriverCallbackBase.cpp51 for (const auto& func_pt : message.function_pointer()) { in Register()
/test/vts/compilation_tools/vtsc/code_gen/driver/
DHalCodeGen.cpp64 attribute.function_pointer()) { in GenerateCppBodyInterfaceImpl()
347 for (auto const& func_pt : attribute.function_pointer()) { in GenerateCppBodyFuzzFunction()
/test/vts/proto/
DComponentSpecificationMessage.proto255 optional FunctionPointerSpecificationMessage function_pointer = 42; field
489 repeated FunctionPointerSpecificationMessage function_pointer = 221; field