Searched refs:ExitRequest (Results 1 – 1 of 1) sorted by relevance
143 private void read(InputStream in, ByteBuffer buffer, int len) throws IOException, ExitRequest { in read()154 throw new ExitRequest(); in read()165 private class ExitRequest extends Exception { class in AudioProtocol166 public ExitRequest() { in ExitRequest() method in AudioProtocol.ExitRequest221 private void handleDownload(int len) throws IOException, ExitRequest { in handleDownload()232 private void handleStartPlayback(int len) throws ProtocolError, IOException, ExitRequest { in handleStartPlayback()330 private void handleStartRecording(int len) throws ProtocolError, IOException, ExitRequest { in handleStartRecording()563 } catch (ExitRequest e) { in run()