Home
last modified time | relevance | path

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

/cts/suite/audio_quality/client/src/com/android/cts/audiotest/
DAudioProtocol.java52 private static final int PROTOCOL_ERROR_WRONG_PARAM = 1; field in AudioProtocol
308 sendSimpleReplyHeader(CMD_START_PLAYBACK, PROTOCOL_ERROR_WRONG_PARAM); in handleStartPlayback()
395 sendSimpleReplyHeader(CMD_START_RECORDING, PROTOCOL_ERROR_WRONG_PARAM); in handleStartRecording()