Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/benchmark/
Dlog_event_benchmark.cpp39 uint8_t msg[LOGGER_ENTRY_MAX_PAYLOAD]; in BM_LogEventCreation()
/frameworks/base/core/java/android/util/
DLog.java432 int bufferSize = PreloadHolder.LOGGER_ENTRY_MAX_PAYLOAD // Base. in printlns()
473 public final static int LOGGER_ENTRY_MAX_PAYLOAD = field in Log.PreloadHolder
/frameworks/base/core/jni/
Dandroid_util_Log.cpp110 return static_cast<jint>(LOGGER_ENTRY_MAX_PAYLOAD); in android_util_Log_logger_entry_max_payload_native()
Dandroid_util_Binder.cpp1353 char buf[LOGGER_ENTRY_MAX_PAYLOAD]; in conditionally_log_binder_call()
1357 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.cpp54 char buffer[sizeof(android_log_header_t) + LOGGER_ENTRY_MAX_PAYLOAD + 1]; in onDataAvailable()
/frameworks/base/apex/statsd/framework/java/android/util/
DStatsEvent.java225 private static final int LOGGER_ENTRY_MAX_PAYLOAD = 4068; field in StatsEvent
229 private static final int MAX_PUSH_PAYLOAD_SIZE = LOGGER_ENTRY_MAX_PAYLOAD - 4;