Home
last modified time | relevance | path

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

/packages/modules/StatsD/framework/java/android/util/
DStatsEvent.java238 private static final int MAX_PUSH_PAYLOAD_SIZE = LOGGER_ENTRY_MAX_PAYLOAD - 4; field in StatsEvent
761 mBuffer.setMaxSize(MAX_PUSH_PAYLOAD_SIZE, mPos); in usePooledBuffer()
870 final ByteBuffer tempBuffer = ByteBuffer.allocateDirect(MAX_PUSH_PAYLOAD_SIZE); in Buffer()
871 mBytes = tempBuffer.hasArray() ? tempBuffer.array() : new byte [MAX_PUSH_PAYLOAD_SIZE]; in Buffer()
881 if (mMaxSize <= MAX_PUSH_PAYLOAD_SIZE) { in release()