Home
last modified time | relevance | path

Searched defs:DEBUG (Results 1 – 9 of 9) sorted by relevance

/system/bt/gd/packet/parser/
Dlogging.h96 #define DEBUG(...) LogMessage(true, {__VA_ARGS__}).stream() macro
/system/chre/platform/shared/include/chre/platform/shared/
Dlog_buffer.h44 enum class LogBufferLogLevel : uint8_t { ERROR, WARN, INFO, DEBUG, VERBOSE }; enumerator
/system/chre/host/common/include/chre_host/
Dlog_message_parser_base.h84 DEBUG = 4, enumerator
/system/sepolicy/tests/
Dtreble_sepolicy_tests.py10 DEBUG=False variable
/system/extras/boottime_tools/bootanalyze/
Dbootanalyze.py48 DEBUG = False variable
/system/libbase/include/android-base/
Dlogging.h87 DEBUG, enumerator
/system/libufdt/utils/src/
Dmkdtimg_core.c30 #define DEBUG 0 macro
/system/bt/audio_hearing_aid_hw/src/
Daudio_hearing_aid_hw.cc61 #define DEBUG(fmt, ...) LOG_VERBOSE("%s: " fmt, __func__, ##__VA_ARGS__) macro
/system/bt/audio_a2dp_hw/src/
Daudio_a2dp_hw.cc74 #define DEBUG(fmt, ...) LOG_VERBOSE("%s: " fmt, __func__, ##__VA_ARGS__) macro