Searched refs:android_log_destroy (Results 1 – 5 of 5) sorted by relevance
111 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);
47 android_log_destroy(&ctx); in __android_log_error_write()
87 LIBLOG_ABI_PUBLIC int android_log_destroy(android_log_context* ctx) { in android_log_destroy() function
109 int android_log_destroy(android_log_context *ctx)
2545 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 …]