Home
last modified time | relevance | path

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

/cts/suite/audio_quality/client/src/com/android/cts/audiotest/
DAudioProtocol.java56 private static final int CMD_START_PLAYBACK = 0x12340002; field in AudioProtocol
121 sendSimpleReplyHeader(CMD_START_PLAYBACK, PROTOCOL_OK); in onMarkerReached()
308 sendSimpleReplyHeader(CMD_START_PLAYBACK, PROTOCOL_ERROR_WRONG_PARAM); in handleStartPlayback()
539 case CMD_START_PLAYBACK: in run()