Home
last modified time | relevance | path

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

/cts/suite/audio_quality/client/src/com/android/cts/audiotest/
DAudioProtocol.java121 sendSimpleReplyHeader(CMD_START_PLAYBACK, PROTOCOL_OK); in onMarkerReached()
229 sendSimpleReplyHeader(CMD_DOWNLOAD, PROTOCOL_OK); in handleDownload()
308 sendSimpleReplyHeader(CMD_START_PLAYBACK, PROTOCOL_ERROR_WRONG_PARAM); in handleStartPlayback()
327 sendSimpleReplyHeader(CMD_STOP_PLAYBACK, PROTOCOL_OK); in handleStopPlayback()
395 sendSimpleReplyHeader(CMD_START_RECORDING, PROTOCOL_ERROR_WRONG_PARAM); in handleStartRecording()
412 sendSimpleReplyHeader(CMD_STOP_RECORDING, PROTOCOL_OK); in handleStopRecording()
449 private void sendSimpleReplyHeader(int command, int errorCode) throws IOException { in sendSimpleReplyHeader() method in AudioProtocol