Home
last modified time | relevance | path

Searched refs:LOGGER_ENTRY_MAX_PAYLOAD (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/util/
DLog.java408 int bufferSize = PreloadHolder.LOGGER_ENTRY_MAX_PAYLOAD // Base. in printlns()
449 public final static int LOGGER_ENTRY_MAX_PAYLOAD = field in Log.PreloadHolder
/frameworks/base/core/jni/
Dandroid_util_Log.cpp111 return static_cast<jint>(LOGGER_ENTRY_MAX_PAYLOAD); in android_util_Log_logger_entry_max_payload_native()
Dandroid_util_Binder.cpp1259 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()
/frameworks/base/cmds/statsd/src/socket/
DStatsSocketListener.cpp59 char buffer[sizeof_log_id_t + sizeof(uint16_t) + sizeof(log_time) + LOGGER_ENTRY_MAX_PAYLOAD + in onDataAvailable()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt77068 Landroid/util/Log$PreloadHolder;->LOGGER_ENTRY_MAX_PAYLOAD:I