OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:android_log_write_list
(Results
1 - 7
of
7
) sorted by null
/system/core/liblog/include_vndk/log/
log_event_list.h
64
int
android_log_write_list
(android_log_context ctx, log_id_t id);
/system/core/liblog/
log_event_write.c
43
ret =
android_log_write_list
(ctx, LOG_ID_EVENTS);
log_event_list.c
298
LIBLOG_ABI_PUBLIC int
android_log_write_list
(android_log_context ctx,
function
/system/core/liblog/include/log/
log_event_list.h
101
int
android_log_write_list
(android_log_context ctx, log_id_t id);
222
int retval =
android_log_write_list
(ctx, id);
/system/core/libstats/
stats_event_list.c
106
retValue =
android_log_write_list
(ctx, id);
/system/core/liblog/tests/
liblog_test.cpp
[
all
...]
/external/wpa_supplicant_8/src/crypto/
tls_openssl.c
128
android_log_write_list
(ctx, LOG_ID_SECURITY);
[
all
...]
Completed in 229 milliseconds