Searched refs:LOGGER_ENTRY_MAX_PAYLOAD (Results 1 – 4 of 4) sorted by relevance
111 return static_cast<jint>(LOGGER_ENTRY_MAX_PAYLOAD); in android_util_Log_logger_entry_max_payload_native()
1259 char buf[LOGGER_ENTRY_MAX_PAYLOAD]; in conditionally_log_binder_call()1263 char* end = &buf[LOGGER_ENTRY_MAX_PAYLOAD - 1]; // leave room for final \n in conditionally_log_binder_call()
408 int bufferSize = PreloadHolder.LOGGER_ENTRY_MAX_PAYLOAD // Base. in printlns()449 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()