Home
last modified time | relevance | path

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

/system/core/liblog/include/log/
Dlog_event_list.h104 int android_log_destroy(android_log_context* ctx);
124 android_log_destroy(&ctx); in ~android_log_event_list()
128 int retval = android_log_destroy(&ctx); in close()
214 android_log_destroy(&ctx);
/system/core/liblog/
Dlog_event_write.cpp46 android_log_destroy(&ctx); in __android_log_error_write()
Dliblog.map.txt39 android_log_destroy; # apex vndk
DREADME.md97 int android_log_destroy(android_log_context *ctx)
Dlog_event_list.cpp103 int android_log_destroy(android_log_context* ctx) { in android_log_destroy() function
/system/core/liblog/include_vndk/log/
Dlog_event_list.h72 int android_log_destroy(android_log_context* ctx);
/system/core/lmkd/
Dstatslog.h57 android_log_destroy(log_ctx); in statslog_destroy()
Dlmkd.c2095 android_log_destroy(&ctx); in main()
/system/core/libstats/include/
Dstats_event_list.h57 ~stats_event_list() { android_log_destroy(&ctx); } in ~stats_event_list()
60 int retval = android_log_destroy(&ctx); in close()
/system/core/liblog/tests/
Dliblog_test.cpp2534 android_log_destroy(&context); in android_log_buffer_to_string()
2566 EXPECT_LE(0, android_log_destroy(&ctx)); in event_test_int32()
2583 EXPECT_LE(0, android_log_destroy(&ctx)); in event_test_int64()
2602 EXPECT_LE(0, android_log_destroy(&ctx)); in event_test_list_int64()
2624 EXPECT_LE(0, android_log_destroy(&ctx)); in event_test_simple_automagic_list()
2644 EXPECT_LE(0, android_log_destroy(&ctx)); in event_test_list_empty()
2684 EXPECT_LE(0, android_log_destroy(&ctx)); in event_test_complex_nested_list()
2730 EXPECT_LE(0, android_log_destroy(&ctx)); in event_test_7_level_prefix()
2766 EXPECT_LE(0, android_log_destroy(&ctx)); in event_test_7_level_suffix()
2992 EXPECT_LE(0, android_log_destroy(&ctx)); in TEST()
[all …]
/system/core/logd/
DLogTags.cpp324 auto guard = make_scope_guard([&ctx]() { android_log_destroy(&ctx); }); in ReadPersistEventLogTags()
533 auto guard = make_scope_guard([&ctx]() { android_log_destroy(&ctx); }); in WritePmsgEventLogTags()