Searched refs:sendSimpleReplyHeader (Results 1 – 1 of 1) sorted by relevance
121 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