Searched defs:operation (Results 1 – 6 of 6) sorted by relevance
102 optional FmqOp operation = 1; field152 optional HidlMemoryOp operation = 1; field180 optional HidlHandleOp operation = 1; field
46 for (const operation of additionalOperations) { constant
132 def _RaiseExceptionForOperation(operation, op_type, error_msg="unit test"): argument
82 def SendOperation(self, operation): argument
303 def _createTemplateRequestMessage(self, operation, queue_id): argument627 def _createTemplateRequestMessage(self, operation): argument769 def _createTemplateRequestMessage(self, operation): argument
43 HidlHandleOp operation = hidl_handle_request.operation(); in ProcessHidlHandleCommand() local