OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
...]
/system/core/libstats/
stats_event_list.c
22
#define
MAX_EVENT_PAYLOAD
(LOGGER_ENTRY_MAX_PAYLOAD - sizeof(int32_t))
58
if ((context->pos + needed) >
MAX_EVENT_PAYLOAD
) {
Completed in 92 milliseconds