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.java137 int protoLength = mProtoProvider.getItemSize(proto); in add() local
138 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() argument
180 while (availableSpace < protoLength) { in discardOldest()