Home
last modified time | relevance | path

Searched refs:android_log_destroy (Results 1 – 13 of 13) sorted by relevance

/aosp12/system/logging/liblog/include/log/
H A Dlog_event_list.h98 int android_log_destroy(android_log_context* ctx);
116 android_log_destroy(&ctx); in ~android_log_event_list()
120 int retval = android_log_destroy(&ctx); in close()
206 android_log_destroy(&ctx);
/aosp12/system/core/libstats/push_compat/include/
H A Dstats_event_list.h56 ~stats_event_list() { android_log_destroy(&ctx); } in ~stats_event_list()
59 int retval = android_log_destroy(&ctx); in close()
/aosp12/system/logging/liblog/
H A Dlog_event_write.cpp44 android_log_destroy(&ctx); in __android_log_error_write()
H A Dliblog.map.txt39 android_log_destroy; # apex llndk
H A DAndroid.bp191 "--allowlist-function=android_log_destroy",
H A DREADME.md95 int android_log_destroy(android_log_context *ctx)
H A Dlog_event_list.cpp95 int android_log_destroy(android_log_context* ctx) { in android_log_destroy() function
/aosp12/system/logging/liblog/include_vndk/log/
H A Dlog_event_list.h72 int android_log_destroy(android_log_context* ctx);
/aosp12/system/logging/rust/
H A Dliblog_event_list.rs88 unsafe { log_bindgen::android_log_destroy(&mut self.ctx) }; in drop()
/aosp12/system/logging/liblog/tests/
H A Dliblog_test.cpp2193 android_log_destroy(&context); in android_log_buffer_to_string()
2225 EXPECT_LE(0, android_log_destroy(&ctx)); in event_test_int32()
2242 EXPECT_LE(0, android_log_destroy(&ctx)); in event_test_int64()
2261 EXPECT_LE(0, android_log_destroy(&ctx)); in event_test_list_int64()
2283 EXPECT_LE(0, android_log_destroy(&ctx)); in event_test_simple_automagic_list()
2303 EXPECT_LE(0, android_log_destroy(&ctx)); in event_test_list_empty()
2343 EXPECT_LE(0, android_log_destroy(&ctx)); in event_test_complex_nested_list()
2389 EXPECT_LE(0, android_log_destroy(&ctx)); in event_test_7_level_prefix()
2425 EXPECT_LE(0, android_log_destroy(&ctx)); in event_test_7_level_suffix()
2617 EXPECT_LE(0, android_log_destroy(&ctx)); in TEST()
[all …]
/aosp12/system/logging/logd/
H A DLogTags.cpp325 auto guard = make_scope_guard([&ctx]() { android_log_destroy(&ctx); }); in ReadPersistEventLogTags()
517 auto guard = make_scope_guard([&ctx]() { android_log_destroy(&ctx); }); in WritePmsgEventLogTags()
/aosp12/frameworks/base/cmds/incidentd/src/
H A DSection.cpp677 android_log_destroy(&context); in BlockingCall()
/aosp12/system/memory/lmkd/
H A Dlmkd.cpp3587 android_log_destroy(&ctx); in main()