Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/util/
DTraceBuffer.java143 int protoLength = mProtoProvider.getItemSize(proto); in add() local
144 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() argument
181 while (availableSpace < protoLength) { in discardOldest()