Searched refs:mAccumulationBuffer (Results 1 – 1 of 1) sorted by relevance
44 private final byte[] mAccumulationBuffer; field in BluetoothPacketEncoder112 mAccumulationBuffer[mAccumulatedBytes++] =133 System.arraycopy(msg, offset, mAccumulationBuffer, mAccumulatedBytes, copy);147 mAccumulationBuffer[mAccumulatedBytes++] =149 mAccumulationBuffer[mAccumulatedBytes++] = MidiConstants.STATUS_END_SYSEX;154 mAccumulationBuffer[mAccumulatedBytes++] = status;164 System.arraycopy(msg, offset + 1, mAccumulationBuffer, mAccumulatedBytes,179 mAccumulationBuffer[mAccumulatedBytes++] = in appendHeader()193 mAccumulationBuffer = new byte[maxPacketSize]; in BluetoothPacketEncoder()202 mMaxPacketSize = Math.min(maxPacketSize, mAccumulationBuffer.length); in setMaxPacketSize()[all …]