Home
last modified time | relevance | path

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

/cts/suite/audio_quality/client/src/com/android/cts/audiotest/
DAudioProtocol.java143 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 AudioProtocol
166 public ExitRequest() { in ExitRequest() method in AudioProtocol.ExitRequest
221 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()