Searched refs:LOGGER_ENTRY_MAX_PAYLOAD (Results 1 – 4 of 4) sorted by relevance
395 int bufferSize = PreloadHolder.LOGGER_ENTRY_MAX_PAYLOAD // Base. in printlns()436 public final static int LOGGER_ENTRY_MAX_PAYLOAD = field in Log.PreloadHolder
59 char buffer[sizeof_log_id_t + sizeof(uint16_t) + sizeof(log_time) + LOGGER_ENTRY_MAX_PAYLOAD + in onDataAvailable()
111 return static_cast<jint>(LOGGER_ENTRY_MAX_PAYLOAD); in android_util_Log_logger_entry_max_payload_native()
1215 char buf[LOGGER_ENTRY_MAX_PAYLOAD]; in conditionally_log_binder_call()1219 char* end = &buf[LOGGER_ENTRY_MAX_PAYLOAD - 1]; // leave room for final \n in conditionally_log_binder_call()