Home
last modified time | relevance | path

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

/test/vts/utils/python/mirror/
Dresource_mirror.py19 from vts.proto import VtsResourceControllerMessage_pb2 as ResControlMsg unknown
79 ResControlMsg.FMQ_CREATE, queue_id)
109 ResControlMsg.FMQ_READ, self._queue_id)
139 ResControlMsg.FMQ_READ_BLOCKING, self._queue_id)
165 ResControlMsg.FMQ_WRITE, self._queue_id)
195 ResControlMsg.FMQ_WRITE_BLOCKING, self._queue_id)
216 ResControlMsg.FMQ_AVAILABLE_WRITE, self._queue_id)
229 ResControlMsg.FMQ_AVAILABLE_READ, self._queue_id)
242 ResControlMsg.FMQ_GET_QUANTUM_SIZE, self._queue_id)
255 ResControlMsg.FMQ_GET_QUANTUM_COUNT, self._queue_id)
[all …]