Searched refs:PROTOCOL_HEADER_SIZE (Results 1 – 1 of 1) sorted by relevance
48 private static final int PROTOCOL_HEADER_SIZE = 8; // id + payload length field in AudioProtocol62 private ByteBuffer mHeaderBuffer = ByteBuffer.allocate(PROTOCOL_HEADER_SIZE);531 read(mInput, mHeaderBuffer, PROTOCOL_HEADER_SIZE); in run()