Home
last modified time | relevance | path

Searched refs:is_logging_enabled (Results 1 – 2 of 2) sorted by relevance

/packages/modules/adb/daemon/
Dlogging.h29 bool is_logging_enabled(LogType type);
31 #define ADB_LOG(type) ::adb::is_logging_enabled(::adb::LogType::type) && LOG(INFO)
Dlogging.cpp75 bool is_logging_enabled(LogType type) { in is_logging_enabled() function
85 bool is_logging_enabled(LogType type) { in is_logging_enabled() function