Searched refs:protoLength (Results 1 – 1 of 1) sorted by relevance
143 int protoLength = mProtoProvider.getItemSize(proto); in add() local144 if (protoLength > mBufferCapacity) { in add()146 + mBufferCapacity + " Object size: " + protoLength); in add()148 discardOldest(protoLength); in add()150 mBufferUsedSize += protoLength; in add()178 private void discardOldest(int protoLength) { in discardOldest() argument181 while (availableSpace < protoLength) { in discardOldest()