Home
last modified time | relevance | path

Searched defs:PROTOCOL_SIMPLE_REPLY_SIZE (Results 1 – 1 of 1) sorted by relevance

/cts/suite/audio_quality/client/src/com/android/cts/audiotest/
DAudioProtocol.java50 private static final int PROTOCOL_SIMPLE_REPLY_SIZE = 12; field in AudioProtocol
463 mOutput.write(mReplyBuffer.array(), 0, PROTOCOL_SIMPLE_REPLY_SIZE); in sendReplyWithData() local