Home
last modified time | relevance | path

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

/test/vts/specification/hal/conventional/bluetooth/1.0/
DBluetoothHalV1bt_interface_t.vts29 function_pointer: {
37 function_pointer: {
53 function_pointer: {
73 function_pointer: {
85 function_pointer: {
93 function_pointer: {
113 function_pointer: {
137 function_pointer: {
153 function_pointer: {
169 function_pointer: {
[all …]
/test/vts/utils/python/mirror/
Dmirror_object.py63 def GetFunctionPointerID(self, function_pointer): argument
67 if _function_pointer_id_dict[key] == function_pointer:
71 _function_pointer_id_dict[max_num + 1] = function_pointer
74 self._callback_server.RegisterCallback(id, function_pointer)
177 function_pointer = None
179 function_pointer = kwargs[api.name]
187 function_pointer = dummy
188 func_pt_msg = var_msg.function_pointer.add()
190 func_pt_msg.id = self.GetFunctionPointerID(function_pointer)
510 for fp_value in arg_msg.function_pointer:
[all …]
Dmirror_object_for_types.py202 for fp_value in arg_msg.function_pointer:
221 for fp_value, given_value in zip(arg_msg.function_pointer, args):
/test/vts/specification/hal/conventional/camera/2.1/
DCameraHalV2hw_device_t.vts385 function_pointer: {
413 function_pointer: {
448 function_pointer: {
482 function_pointer: {
DCameraHalV2.vts191 function_pointer: {
209 function_pointer: {
/test/vts/specification/hal/conventional/camera/3.4/
DCameraHalV3camera3_device_ops_t.vts152 function_pointer: {
167 function_pointer: {
/test/vts/drivers/hal/common/fuzz_tester/
DFuzzerCallbackBase.cpp66 for (const auto& func_pt : message.function_pointer()) { in Register()
/test/vts/compilation_tools/vtsc/code_gen/driver/
DHalCodeGen.cpp67 attribute.function_pointer()) { in GenerateCppBodyCallbackFunction()
350 for (auto const& func_pt : attribute.function_pointer()) { in GenerateCppBodyFuzzFunction()
/test/vts/proto/
DComponentSpecificationMessage.proto201 optional FunctionPointerSpecificationMessage function_pointer = 42; field
347 repeated FunctionPointerSpecificationMessage function_pointer = 221; field