Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/util/
DLog.java395 int bufferSize = PreloadHolder.LOGGER_ENTRY_MAX_PAYLOAD // Base. in printlns()
436 public final static int LOGGER_ENTRY_MAX_PAYLOAD = field in Log.PreloadHolder
/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/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.cpp1215 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()