Home
last modified time | relevance | path

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

/test/vts/utils/python/mirror/
Dpy2pb.py20 from vts.proto import ComponentSpecificationMessage_pb2 as CompSpecMsg unknown
38 message.type = CompSpecMsg.TYPE_ENUM
65 message.type = CompSpecMsg.TYPE_SCALAR
85 message.type = CompSpecMsg.TYPE_STRING
105 message.type = CompSpecMsg.TYPE_VECTOR
164 message.type = CompSpecMsg.TYPE_STRUCT
171 if attr.type == CompSpecMsg.TYPE_ENUM:
173 elif attr.type == CompSpecMsg.TYPE_SCALAR:
175 elif attr.type == CompSpecMsg.TYPE_STRING:
177 elif attr.type == CompSpecMsg.TYPE_VECTOR:
[all …]
Dpb2py.py20 from vts.proto import ComponentSpecificationMessage_pb2 as CompSpecMsg unknown
82 if curr_value.type == CompSpecMsg.TYPE_SCALAR:
84 elif curr_value.type == CompSpecMsg.TYPE_STRUCT:
103 if curr_value.type == CompSpecMsg.TYPE_SCALAR:
105 elif curr_value.type == CompSpecMsg.TYPE_STRUCT:
124 if attr.type == CompSpecMsg.TYPE_ENUM:
126 elif attr.type == CompSpecMsg.TYPE_SCALAR:
128 elif attr.type == CompSpecMsg.TYPE_STRING:
130 elif attr.type == CompSpecMsg.TYPE_VECTOR:
132 elif attr.type == CompSpecMsg.TYPE_STRUCT:
[all …]
Dnative_entity_mirror.py25 from vts.proto import ComponentSpecificationMessage_pb2 as CompSpecMsg unknown
91 func_msg = CompSpecMsg.FunctionSpecificationMessage()
95 CompSpecMsg.ComponentSpecificationMessage):
144 elif (attribute.type == CompSpecMsg.TYPE_ENUM
151 elif (attribute.type == CompSpecMsg.TYPE_ENUM
211 if (arg.type == CompSpecMsg.TYPE_SCALAR
216 call_msg = CompSpecMsg.FunctionCallMessage()
235 result, CompSpecMsg.VariableSpecificationMessage)):
239 if result.type == CompSpecMsg.TYPE_HIDL_INTERFACE:
250 elif (result.type == CompSpecMsg.TYPE_FMQ_SYNC
[all …]
Dhal_mirror.py25 from vts.proto import ComponentSpecificationMessage_pb2 as CompSpecMsg unknown
111 if_spec_msg = CompSpecMsg.ComponentSpecificationMessage()
144 var_msg = CompSpecMsg.VariableSpecificationMessage()
146 var_msg.type = CompSpecMsg.TYPE_FUNCTION_POINTER
Dlib_mirror.py23 from vts.proto import ComponentSpecificationMessage_pb2 as CompSpecMsg unknown
100 if_spec_msg = CompSpecMsg.ComponentSpecificationMessage()
Dresource_mirror.py20 from vts.proto import ComponentSpecificationMessage_pb2 as CompSpecMsg unknown
347 CompSpecMsg.VariableSpecificationMessage):
350 new_message.type = CompSpecMsg.TYPE_SCALAR
698 fd_message.type = CompSpecMsg.FILE_TYPE
/test/vts/utils/python/common/
Dvts_spec_utils.py21 from vts.proto import ComponentSpecificationMessage_pb2 as CompSpecMsg unknown
169 vts_spec_proto = CompSpecMsg.ComponentSpecificationMessage()
/test/vts/utils/python/profiling/
Dprofiling_utils.py20 from vts.proto import ComponentSpecificationMessage_pb2 as CompSpecMsg unknown
318 spec_proto = CompSpecMsg.ComponentSpecificationMessage()
/test/vts/runners/host/tcp_server/
Dcallback_server.py24 from vts.proto import ComponentSpecificationMessage_pb2 as CompSpecMsg unknown