Home
last modified time | relevance | path

Searched refs:WARN (Results 1 – 13 of 13) sorted by relevance

/system/bt/gd/
Dsetup.py75 self.announce('Reusing existing ACTS installation', log.WARN)
77 self.announce('Installing ACTS library', log.WARN)
79 self.announce('ACTS installed.', log.WARN)
/system/core/fastboot/
Dusb_osx.cpp48 #define WARN(x...) fprintf(stderr, x) macro
50 #define WARN(x...) macro
109 WARN("Couldn't create a device interface iterator: (%08x)\n", kr); in try_interfaces()
126 WARN("Unable to create plugin (%08x)\n", kr); in try_interfaces()
166 WARN("Could not open interface: (%08x)\n", kr); in try_interfaces()
/system/nvram/core/include/nvram/core/
Dlogger.h73 #define NVRAM_LOG_WARN(fmt, ...) NVRAM_LOG(WARN, fmt, ##__VA_ARGS__)
/system/chre/platform/shared/include/chre/platform/shared/
Dlog_buffer.h44 enum class LogBufferLogLevel : uint8_t { ERROR, WARN, INFO, DEBUG, VERBOSE }; enumerator
/system/netd/libnetdutils/include/netdutils/
DLog.h153 void warn(const std::string& entry) { record(Level::WARN, entry); } in warn()
198 WARN, enumerator
/system/update_engine/
D.clang-format25 # WARN: We do not symlink this file to the original file because their location
/system/chre/platform/shared/
Dlog_buffer_manager.cc137 return LogBufferLogLevel::WARN; in chreToLogBufferLogLevel()
/system/netd/libnetdutils/
DLog.cpp202 case Level::WARN: in record()
/system/sepolicy/tools/
Dinsertkeys.py247 logging.basicConfig(level=logging.INFO if options.verbose == True else logging.WARN)
/system/logging/logd/
DREADME.property48 DEBUG, INFO, WARN, ERROR, ASSERT or
/system/bt/audio_hearing_aid_hw/src/
Daudio_hearing_aid_hw.cc63 #define WARN(fmt, ...) LOG_WARN("%s: " fmt, __func__, ##__VA_ARGS__) macro
331 WARN("write timeout exceeded, sent %zu bytes", count); in skt_write()
/system/bt/audio_a2dp_hw/src/
Daudio_a2dp_hw.cc76 #define WARN(fmt, ...) LOG_WARN("%s: " fmt, __func__, ##__VA_ARGS__) macro
325 WARN("write timeout exceeded, sent %zu bytes", count); in skt_write()
/system/extras/simpleperf/scripts/
Dsimpleperf_utils.py80 logging.getLogger().setLevel(logging.WARN)