Searched refs:sendOperation (Results 1 – 1 of 1) sorted by relevance
79 private synchronized <T> T sendOperation(RemoteOperation<T> op) throws RemoteException { in sendOperation() method in RemoteClient141 sendOperation(new AllocateDeviceOp(serial)); in sendAllocateDevice()149 sendOperation(new FreeDeviceOp(serial)); in sendFreeDevice()157 sendOperation(new AddCommandOp(totalTime, commandArgs)); in sendAddCommand()166 sendOperation(new AddCommandFileOp(commandFile, extraArgs)); in sendAddCommandFile()175 sendOperation(new CloseOp()); in sendClose()183 sendOperation(new StartHandoverOp(port)); in sendStartHandover()191 sendOperation(new HandoverInitCompleteOp()); in sendHandoverInitComplete()199 sendOperation(new HandoverCompleteOp()); in sendHandoverComplete()207 return sendOperation(new ListDevicesOp()); in sendListDevices()[all …]