HomeSort by relevance Sort by last modified time
    Searched refs:MAX_EVENT_PAYLOAD (Results 1 - 2 of 2) sorted by null

  /system/core/liblog/
log_event_list.c 30 #define MAX_EVENT_PAYLOAD (LOGGER_ENTRY_MAX_PAYLOAD - sizeof(int32_t))
59 if ((context->pos + needed) > MAX_EVENT_PAYLOAD) {
79 len = (len <= MAX_EVENT_PAYLOAD) ? len : MAX_EVENT_PAYLOAD;
113 if ((context->pos + needed) > MAX_EVENT_PAYLOAD) {
154 if ((context->pos + needed) > MAX_EVENT_PAYLOAD) {
189 if ((context->pos + needed) > MAX_EVENT_PAYLOAD) {
219 if ((context->pos + needed) > MAX_EVENT_PAYLOAD) {
221 len = MAX_EVENT_PAYLOAD - context->pos - 1 - sizeof(int32_t);
239 return android_log_write_string8_len(ctx, value, MAX_EVENT_PAYLOAD);
    [all...]
  /frameworks/base/core/jni/
android_app_admin_SecurityLog.cpp 25 #define MAX_EVENT_PAYLOAD (LOGGER_ENTRY_MAX_PAYLOAD - sizeof(int32_t))
55 uint8_t buf[MAX_EVENT_PAYLOAD];
79 uint8_t buf[MAX_EVENT_PAYLOAD];

Completed in 3097 milliseconds