Home
last modified time | relevance | path

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

/system/core/liblog/
Dlog_event_write.c48 android_log_destroy(&ctx); in __android_log_error_write()
Dlog_event_list.c88 LIBLOG_ABI_PUBLIC int android_log_destroy(android_log_context *ctx) { in android_log_destroy() function
/system/core/liblog/tests/
Dliblog_test.cpp2040 android_log_destroy(&context); in android_log_buffer_to_string()
2070 EXPECT_LE(0, android_log_destroy(&ctx)); in event_test_int32()
2088 EXPECT_LE(0, android_log_destroy(&ctx)); in event_test_int64()
2108 EXPECT_LE(0, android_log_destroy(&ctx)); in event_test_list_int64()
2130 EXPECT_LE(0, android_log_destroy(&ctx)); in event_test_simple_automagic_list()
2151 EXPECT_LE(0, android_log_destroy(&ctx)); in event_test_list_empty()
2191 EXPECT_LE(0, android_log_destroy(&ctx)); in event_test_complex_nested_list()
2239 EXPECT_LE(0, android_log_destroy(&ctx)); in event_test_7_level_prefix()
2274 EXPECT_LE(0, android_log_destroy(&ctx)); in event_test_7_level_suffix()
2444 EXPECT_LE(0, android_log_destroy(&ctx)); in TEST()
[all …]
/system/core/include/log/
Dlog.h609 int android_log_destroy(android_log_context *ctx);