Searched defs:DEBUG (Results 1 – 9 of 9) sorted by relevance
/system/bt/gd/packet/parser/ |
D | logging.h | 96 #define DEBUG(...) LogMessage(true, {__VA_ARGS__}).stream() macro
|
/system/chre/platform/shared/include/chre/platform/shared/ |
D | log_buffer.h | 44 enum class LogBufferLogLevel : uint8_t { ERROR, WARN, INFO, DEBUG, VERBOSE }; enumerator
|
/system/chre/host/common/include/chre_host/ |
D | log_message_parser_base.h | 84 DEBUG = 4, enumerator
|
/system/sepolicy/tests/ |
D | treble_sepolicy_tests.py | 10 DEBUG=False variable
|
/system/extras/boottime_tools/bootanalyze/ |
D | bootanalyze.py | 48 DEBUG = False variable
|
/system/libbase/include/android-base/ |
D | logging.h | 87 DEBUG, enumerator
|
/system/libufdt/utils/src/ |
D | mkdtimg_core.c | 30 #define DEBUG 0 macro
|
/system/bt/audio_hearing_aid_hw/src/ |
D | audio_hearing_aid_hw.cc | 61 #define DEBUG(fmt, ...) LOG_VERBOSE("%s: " fmt, __func__, ##__VA_ARGS__) macro
|
/system/bt/audio_a2dp_hw/src/ |
D | audio_a2dp_hw.cc | 74 #define DEBUG(fmt, ...) LOG_VERBOSE("%s: " fmt, __func__, ##__VA_ARGS__) macro
|