Searched refs:protoLength (Results 1 – 1 of 1) sorted by relevance
137 int protoLength = mProtoProvider.getItemSize(proto); in add() local138 if (protoLength > mBufferCapacity) { in add()140 + mBufferCapacity + " Object size: " + protoLength); in add()143 discardOldest(protoLength); in add()145 mBufferUsedSize += protoLength; in add()177 private void discardOldest(int protoLength) { in discardOldest() argument180 while (availableSpace < protoLength) { in discardOldest()