Home
last modified time | relevance | path

Searched refs:android_log_write_list (Results 1 – 12 of 12) sorted by relevance

/system/logging/liblog/
Dlog_event_write.cpp40 ret = android_log_write_list(ctx, LOG_ID_EVENTS); in __android_log_error_write()
Dliblog.map.txt47 android_log_write_list; # systemapi llndk
DREADME.protocol.md87 for `android_log_write_list()` and the related functions that manipulate event lists.
DAndroid.bp229 "--allowlist-function=android_log_write_list",
Dlog_event_list.cpp286 int android_log_write_list(android_log_context context, log_id_t id) { in android_log_write_list() function
DREADME.md89 int android_log_write_list(android_log_context ctx, log_id_t id = LOG_ID_EVENTS)
/system/logging/liblog/include_vndk/log/
Dlog_event_list.h62 int android_log_write_list(android_log_context ctx, log_id_t id);
/system/logging/liblog/include/log/
Dlog_event_list.h80 int android_log_write_list(android_log_context ctx, log_id_t id);
198 int retval = android_log_write_list(ctx, id);
/system/logging/rust/
Dliblog_event_list.rs137 log_bindgen::android_log_write_list(self.ctx, self.log_type) in write()
/system/core/libstats/push_compat/
Dstats_event_list.c107 retValue = android_log_write_list(ctx, id); in write_to_logger()
/system/logging/liblog/tests/
Dliblog_test.cpp2170 EXPECT_LE(0, android_log_write_list(ctx, LOG_ID_EVENTS)); in event_test_int32()
2187 EXPECT_LE(0, android_log_write_list(ctx, LOG_ID_EVENTS)); in event_test_int64()
2206 EXPECT_LE(0, android_log_write_list(ctx, LOG_ID_EVENTS)); in event_test_list_int64()
2228 EXPECT_LE(0, android_log_write_list(ctx, LOG_ID_EVENTS)); in event_test_simple_automagic_list()
2248 EXPECT_LE(0, android_log_write_list(ctx, LOG_ID_EVENTS)); in event_test_list_empty()
2288 EXPECT_LE(0, android_log_write_list(ctx, LOG_ID_EVENTS)); in event_test_complex_nested_list()
2334 EXPECT_LE(0, android_log_write_list(ctx, LOG_ID_EVENTS)); in event_test_7_level_prefix()
2370 EXPECT_LE(0, android_log_write_list(ctx, LOG_ID_EVENTS)); in event_test_7_level_suffix()
/system/memory/lmkd/
Dlmkd.cpp2369 android_log_write_list(ctx, LOG_ID_EVENTS); in killinfo_log()