Home
last modified time | relevance | path

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

/system/core/liblog/include/log/
Dlog_event_list.h111 int android_log_destroy(android_log_context* ctx);
137 android_log_destroy(&ctx); in ~android_log_event_list()
141 int retval = android_log_destroy(&ctx); in close()
220 android_log_destroy(&ctx);
/system/core/liblog/
Dlog_event_write.c47 android_log_destroy(&ctx); in __android_log_error_write()
Dlog_event_list.c87 LIBLOG_ABI_PUBLIC int android_log_destroy(android_log_context* ctx) { in android_log_destroy() function
DREADME109 int android_log_destroy(android_log_context *ctx)
/system/core/liblog/tests/
Dliblog_test.cpp2545 android_log_destroy(&context); in android_log_buffer_to_string()
2577 EXPECT_LE(0, android_log_destroy(&ctx)); in event_test_int32()
2594 EXPECT_LE(0, android_log_destroy(&ctx)); in event_test_int64()
2613 EXPECT_LE(0, android_log_destroy(&ctx)); in event_test_list_int64()
2635 EXPECT_LE(0, android_log_destroy(&ctx)); in event_test_simple_automagic_list()
2655 EXPECT_LE(0, android_log_destroy(&ctx)); in event_test_list_empty()
2695 EXPECT_LE(0, android_log_destroy(&ctx)); in event_test_complex_nested_list()
2741 EXPECT_LE(0, android_log_destroy(&ctx)); in event_test_7_level_prefix()
2777 EXPECT_LE(0, android_log_destroy(&ctx)); in event_test_7_level_suffix()
3003 EXPECT_LE(0, android_log_destroy(&ctx)); in TEST()
[all …]