Searched refs:LOGGER_ENTRY_MAX_PAYLOAD (Results 1 – 6 of 6) sorted by relevance
39 uint8_t msg[LOGGER_ENTRY_MAX_PAYLOAD]; in BM_LogEventCreation()
432 int bufferSize = PreloadHolder.LOGGER_ENTRY_MAX_PAYLOAD // Base. in printlns()473 public final static int LOGGER_ENTRY_MAX_PAYLOAD = field in Log.PreloadHolder
110 return static_cast<jint>(LOGGER_ENTRY_MAX_PAYLOAD); in android_util_Log_logger_entry_max_payload_native()
1353 char buf[LOGGER_ENTRY_MAX_PAYLOAD]; in conditionally_log_binder_call()1357 char* end = &buf[LOGGER_ENTRY_MAX_PAYLOAD - 1]; // leave room for final \n in conditionally_log_binder_call()
54 char buffer[sizeof(android_log_header_t) + LOGGER_ENTRY_MAX_PAYLOAD + 1]; in onDataAvailable()
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;