Searched refs:LOGGER_ENTRY_MAX_PAYLOAD (Results 1 – 6 of 6) sorted by relevance
427 int bufferSize = PreloadHolder.LOGGER_ENTRY_MAX_PAYLOAD // Base. in printlns()468 public final static int LOGGER_ENTRY_MAX_PAYLOAD = field in Log.PreloadHolder
215 private static final int LOGGER_ENTRY_MAX_PAYLOAD = 4068; field in StatsEvent219 private static final int MAX_PAYLOAD_SIZE = LOGGER_ENTRY_MAX_PAYLOAD - 4;
111 return static_cast<jint>(LOGGER_ENTRY_MAX_PAYLOAD); in android_util_Log_logger_entry_max_payload_native()
1375 char buf[LOGGER_ENTRY_MAX_PAYLOAD]; in conditionally_log_binder_call()1379 char* end = &buf[LOGGER_ENTRY_MAX_PAYLOAD - 1]; // leave room for final \n in conditionally_log_binder_call()
56 char buffer[sizeof(android_log_header_t) + LOGGER_ENTRY_MAX_PAYLOAD + 1]; in onDataAvailable()
71913 Landroid/util/Log$PreloadHolder;->LOGGER_ENTRY_MAX_PAYLOAD:I