Home
last modified time | relevance | path

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

/system/logging/liblog/include/log/
Dlogprint.h69 AndroidLogFormat* android_log_format_new();
/system/logging/logd/
DReplayMessages.cpp71 auto* format = android_log_format_new(); in GetLogFormat()
/system/logging/liblog/tests/
Dliblog_test.cpp373 AndroidLogFormat* logformat = android_log_format_new(); in bswrite_test()
461 AndroidLogFormat* logformat = android_log_format_new(); in buf_write_test()
1002 AndroidLogFormat* logformat = android_log_format_new(); in TEST()
1170 AndroidLogFormat* p_format = android_log_format_new(); in TEST()
2484 AndroidLogFormat* logformat = android_log_format_new(); in create_android_logger()
/system/logging/logcat/
Dlogcat.cpp83 android_log_format_new(), &android_log_format_free};
/system/logging/liblog/
Dlogprint.cpp208 AndroidLogFormat* android_log_format_new() { in android_log_format_new() function