Searched refs:LOGGER_ENTRY_MAX_PAYLOAD (Results 1 – 5 of 5) sorted by relevance
254 if (payloadSize > LOGGER_ENTRY_MAX_PAYLOAD) { in statsdWrite()255 newVec[i].iov_len -= payloadSize - LOGGER_ENTRY_MAX_PAYLOAD; in statsdWrite()
23 #define LOGGER_ENTRY_MAX_PAYLOAD 4068 macro26 #define MAX_PUSH_EVENT_PAYLOAD (LOGGER_ENTRY_MAX_PAYLOAD - 4)
39 uint8_t msg[LOGGER_ENTRY_MAX_PAYLOAD]; in BM_LogEventCreation()
225 private static final int LOGGER_ENTRY_MAX_PAYLOAD = 4068; field in StatsEvent229 private static final int MAX_PUSH_PAYLOAD_SIZE = LOGGER_ENTRY_MAX_PAYLOAD - 4;
54 char buffer[sizeof(android_log_header_t) + LOGGER_ENTRY_MAX_PAYLOAD + 1]; in onDataAvailable()