OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:android_log_write_string8_len
(Results
1 - 3
of
3
) sorted by null
/system/core/liblog/
log_event_write.c
37
ret =
android_log_write_string8_len
(ctx, subTag, MAX_SUBTAG_LEN);
41
ret =
android_log_write_string8_len
(ctx, data, dataLen);
log_event_list.c
200
LIBLOG_ABI_PUBLIC int
android_log_write_string8_len
(android_log_context ctx,
function
239
return
android_log_write_string8_len
(ctx, value, MAX_EVENT_PAYLOAD);
/system/core/liblog/include/log/
log_event_list.h
94
int
android_log_write_string8_len
(android_log_context ctx, const char* value,
199
android_log_write_string8_len
(ctx, value.data(), value.length());
250
int retval =
android_log_write_string8_len
(ctx, value, len);
258
android_log_write_string8_len
(ctx, value.data(), value.length());
265
android_log_write_string8_len
(ctx, value.data(), value.length());
284
int retval =
android_log_write_string8_len
(ctx, value, len);
Completed in 2313 milliseconds