Home
last modified time | relevance | path

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

/cts/suite/audio_quality/client/src/com/android/cts/audiotest/
DAudioProtocol.java48 private static final int PROTOCOL_HEADER_SIZE = 8; // id + payload length field in AudioProtocol
62 private ByteBuffer mHeaderBuffer = ByteBuffer.allocate(PROTOCOL_HEADER_SIZE);
531 read(mInput, mHeaderBuffer, PROTOCOL_HEADER_SIZE); in run()