HomeSort by relevance Sort by last modified time
    Searched refs:WOULD_LOG (Results 1 - 4 of 4) sorted by null

  /hardware/interfaces/configstore/utils/
ConfigStoreUtils.cpp 27 return WOULD_LOG(INFO);
  /system/core/base/
logging_test.cpp 117 EXPECT_FALSE(WOULD_LOG(severity)) << i; \
121 EXPECT_FALSE(WOULD_LOG(::android::base::severity)) << i; \
131 EXPECT_TRUE(WOULD_LOG(severity)) << i; \
135 EXPECT_TRUE(WOULD_LOG(::android::base::severity)) << i; \
logging.cpp 425 if (!WOULD_LOG(data_->GetSeverity())) {
  /system/core/base/include/android-base/
logging.h 206 #define WOULD_LOG(severity) \
214 // 1) This will not check whether the severity is high enough. One should use WOULD_LOG to filter
236 (WOULD_LOG(severity) && \

Completed in 197 milliseconds