Home
last modified time | relevance | path

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

/cts/suite/audio_quality/client/src/com/android/cts/audiotest/
DAudioProtocol.java159 private class ProtocolError extends Exception { class in AudioProtocol
160 public ProtocolError(String message) { in ProtocolError() method in AudioProtocol.ProtocolError
171 private void assertProtocol(boolean cond, String message) throws ProtocolError { in assertProtocol()
173 throw new ProtocolError(message); in assertProtocol()
232 private void handleStartPlayback(int len) throws ProtocolError, IOException, ExitRequest { in handleStartPlayback()
245 throw new ProtocolError("wrong id"); in handleStartPlayback()
248 throw new ProtocolError("wrong rate"); in handleStartPlayback()
307 } catch (ProtocolError e) { in handleStartPlayback()
313 private void handleStopPlayback(int len) throws ProtocolError, IOException { in handleStopPlayback()
330 private void handleStartRecording(int len) throws ProtocolError, IOException, ExitRequest { in handleStartRecording()
[all …]