Searched refs:android_log_addFilterString (Results 1 - 6 of 6) sorted by relevance

/system/core/include/log/
H A Dlogprint.h105 int android_log_addFilterString(AndroidLogFormat* p_format,
/system/core/liblog/include/log/
H A Dlogprint.h105 int android_log_addFilterString(AndroidLogFormat* p_format,
/system/core/liblog/
H A Dstderr_write.c118 android_log_addFilterString(ctx->logformat, envStr);
H A Dlogprint.c471 LIBLOG_ABI_PUBLIC int android_log_addFilterString(AndroidLogFormat* p_format, function
/system/core/logcat/
H A Dlogcat.cpp1397 err = android_log_addFilterString(context->logformat,
1409 err = android_log_addFilterString(context->logformat,
1426 err = android_log_addFilterString(context->logformat, argv[i]);
/system/core/liblog/tests/
H A Dliblog_test.cpp1413 EXPECT_TRUE(android_log_addFilterString(p_format, " ") == 0);
1417 EXPECT_TRUE(android_log_addFilterString(p_format, "*:s random:d ") == 0);
1420 EXPECT_TRUE(android_log_addFilterString(p_format, "*:s random:z") < 0);

Completed in 97 milliseconds