OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:android_log_shouldPrintLine
(Results
1 - 4
of
4
) sorted by null
/system/core/liblog/tests/
liblog_test.cpp
618
return
android_log_shouldPrintLine
(p_format, tag, pri)
619
&& !
android_log_shouldPrintLine
(p_format, tag, (android_LogPriority)(pri - 1));
630
EXPECT_TRUE(
android_log_shouldPrintLine
(p_format, tag, ANDROID_LOG_DEBUG) == 0);
633
EXPECT_TRUE(
android_log_shouldPrintLine
(p_format, tag, ANDROID_LOG_DEBUG) > 0);
636
EXPECT_TRUE(
android_log_shouldPrintLine
(p_format, tag, ANDROID_LOG_DEBUG) > 0);
639
EXPECT_TRUE(
android_log_shouldPrintLine
(p_format, tag, ANDROID_LOG_DEBUG) == 0);
643
EXPECT_TRUE(
android_log_shouldPrintLine
(p_format, tag, ANDROID_LOG_DEBUG) > 0);
646
EXPECT_TRUE(
android_log_shouldPrintLine
(p_format, tag, ANDROID_LOG_DEBUG) > 0);
649
EXPECT_TRUE(
android_log_shouldPrintLine
(p_format, tag, ANDROID_LOG_DEBUG) > 0);
652
EXPECT_TRUE(
android_log_shouldPrintLine
(p_format, tag, ANDROID_LOG_DEBUG) == 0)
[
all
...]
/system/core/include/log/
logprint.h
98
int
android_log_shouldPrintLine
(
/system/core/liblog/
logprint.c
138
int
android_log_shouldPrintLine
(
/system/core/logcat/
logcat.cpp
143
if (
android_log_shouldPrintLine
(g_logformat, entry.tag, entry.priority)) {
Completed in 357 milliseconds