Searched refs:android_log_destroy (Results 1 – 12 of 12) sorted by relevance
/system/logging/liblog/include/log/ |
D | log_event_list.h | 98 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);
|
/system/logging/liblog/ |
D | log_event_write.cpp | 44 android_log_destroy(&ctx); in __android_log_error_write()
|
D | liblog.map.txt | 39 android_log_destroy; # apex llndk
|
D | Android.bp | 191 "--allowlist-function=android_log_destroy",
|
D | log_event_list.cpp | 95 int android_log_destroy(android_log_context* ctx) { in android_log_destroy() function
|
D | README.md | 95 int android_log_destroy(android_log_context *ctx)
|
/system/logging/liblog/include_vndk/log/ |
D | log_event_list.h | 72 int android_log_destroy(android_log_context* ctx);
|
/system/logging/rust/ |
D | liblog_event_list.rs | 88 unsafe { log_bindgen::android_log_destroy(&mut self.ctx) }; in drop()
|
/system/core/libstats/push_compat/include/ |
D | stats_event_list.h | 56 ~stats_event_list() { android_log_destroy(&ctx); } in ~stats_event_list() 59 int retval = android_log_destroy(&ctx); in close()
|
/system/logging/liblog/tests/ |
D | liblog_test.cpp | 2193 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 …]
|
/system/logging/logd/ |
D | LogTags.cpp | 325 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()
|
/system/memory/lmkd/ |
D | lmkd.cpp | 3509 android_log_destroy(&ctx); in main()
|