Searched refs:operation (Results 1 – 10 of 10) sorted by relevance
25 // Unknown operation.54 // This is an operation that is used in the target-side63 // Unknown operation.71 // Perform actual read operation.77 // Perform actual write operation.79 // Commit to a read/write operation.87 // Unknown operation.99 // The arguments for a FMQ operation.101 // operation to be performed102 optional FmqOp operation = 1; field[all …]
118 // Arguments for operation on FMQ120 // Arguments for operation on hidl_memory122 // Arguments for operation on hidl_handle
303 def _createTemplateRequestMessage(self, operation, queue_id): argument317 request_msg.operation = operation627 def _createTemplateRequestMessage(self, operation): argument642 request_msg.operation = operation769 def _createTemplateRequestMessage(self, operation): argument784 request_msg.operation = operation
101 if args.operation == "wifi_on":111 elif args.operation == "wifi_off":113 elif args.operation == "volume_mute":117 elif args.operation == "volume_max":
98 operation = fcntl.LOCK_EX100 operation |= fcntl.LOCK_NB101 fcntl.lockf(self._lock_fd[serial], operation)
46 for (const operation of additionalOperations) { constant47 operation(response);
82 def SendOperation(self, operation): argument96 return self.SendOperations(operation)[0]
132 def _RaiseExceptionForOperation(operation, op_type, error_msg="unit test"): argument143 if operation.type == op_type:
43 HidlHandleOp operation = hidl_handle_request.operation(); in ProcessHidlHandleCommand() local52 switch (operation) { in ProcessHidlHandleCommand()187 switch (hidl_memory_request.operation()) { in ProcessHidlMemoryCommand()346 switch (fmq_request.operation()) { in ProcessFmqCommandInternal()
746 if args.operation != "init_coverage" and args.operation != "get_coverage":764 if args.operation == "init_coverage":766 elif args.operation == "get_coverage":