Home
last modified time | relevance | path

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

/system/logging/liblog/include/log/
Dlogprint.h72 void android_log_format_free(AndroidLogFormat* p_format);
/system/logging/logcat/
Dlogcat.cpp109 std::unique_ptr<AndroidLogFormat, decltype(&android_log_format_free)> logformat_{
110 android_log_format_new(), &android_log_format_free};
/system/logging/liblog/tests/
Dliblog_test.cpp399 android_log_format_free(logformat); in bswrite_test()
477 android_log_format_free(logformat); in buf_write_test()
1016 android_log_format_free(logformat); in TEST()
1233 android_log_format_free(p_format); in TEST()
2446 android_log_format_free(logformat); in create_android_logger()
/system/logging/liblog/
Dlogprint.cpp227 void android_log_format_free(AndroidLogFormat* p_format) { in android_log_format_free() function