Home
last modified time | relevance | path

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

/cts/suite/audio_quality/client/src/com/android/cts/audiotest/
DAudioProtocol.java57 private static final int CMD_STOP_PLAYBACK = 0x12340003; field in AudioProtocol
327 sendSimpleReplyHeader(CMD_STOP_PLAYBACK, PROTOCOL_OK); in handleStopPlayback()
542 case CMD_STOP_PLAYBACK: in run()