Home
last modified time | relevance | path

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

/cts/suite/audio_quality/client/src/com/android/cts/audiotest/
DAudioProtocol.java51 private static final int PROTOCOL_OK = 0; field in AudioProtocol
121 sendSimpleReplyHeader(CMD_START_PLAYBACK, PROTOCOL_OK); in onMarkerReached()
229 sendSimpleReplyHeader(CMD_DOWNLOAD, PROTOCOL_OK); in handleDownload()
327 sendSimpleReplyHeader(CMD_STOP_PLAYBACK, PROTOCOL_OK); in handleStopPlayback()
380 recordingOk ? PROTOCOL_OK : PROTOCOL_ERROR_GENERIC, in handleStartRecording()
412 sendSimpleReplyHeader(CMD_STOP_RECORDING, PROTOCOL_OK); in handleStopRecording()
439 sendReplyWithData(CMD_GET_DEVICE_INFO, PROTOCOL_OK, data.length, data); in handleGetDeviceInfo()