Searched refs:LogType (Results 1 – 2 of 2) sorted by relevance
30 bool enabled[static_cast<size_t>(adb::LogType::COUNT)];32 bool& operator[](adb::LogType type) { return enabled[static_cast<size_t>(type)]; } in operator []()50 result[adb::LogType::Connection] = true; in ParseLogStatus()52 result[adb::LogType::Service] = true; in ParseLogStatus()54 result[adb::LogType::Shell] = true; in ParseLogStatus()56 result[adb::LogType::Connection] = true; in ParseLogStatus()57 result[adb::LogType::Service] = true; in ParseLogStatus()58 result[adb::LogType::Shell] = true; in ParseLogStatus()75 bool is_logging_enabled(LogType type) { in is_logging_enabled()85 bool is_logging_enabled(LogType type) { in is_logging_enabled()
22 enum class LogType { enum29 bool is_logging_enabled(LogType type);31 #define ADB_LOG(type) ::adb::is_logging_enabled(::adb::LogType::type) && LOG(INFO)