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.h71 void android_log_format_free(AndroidLogFormat* p_format);
/system/logging/logcat/
Dlogcat.cpp82 std::unique_ptr<AndroidLogFormat, decltype(&android_log_format_free)> logformat_{
83 android_log_format_new(), &android_log_format_free};
/system/logging/liblog/tests/
Dliblog_test.cpp396 android_log_format_free(logformat); in bswrite_test()
474 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()
2501 android_log_format_free(logformat); in create_android_logger()
/system/logging/liblog/
Dlogprint.cpp232 void android_log_format_free(AndroidLogFormat* p_format) { in android_log_format_free() function