Searched defs:PROTOCOL_SIMPLE_REPLY_SIZE (Results 1 – 1 of 1) sorted by relevance
50 private static final int PROTOCOL_SIMPLE_REPLY_SIZE = 12; field in AudioProtocol463 mOutput.write(mReplyBuffer.array(), 0, PROTOCOL_SIMPLE_REPLY_SIZE); in sendReplyWithData() local