Home
last modified time | relevance | path

Searched refs:KLOG_DEBUG (Results 1 – 5 of 5) sorted by relevance

/aosp14/system/core/libcutils/include/cutils/
H A Dklog.h44 #define KLOG_DEBUG(tag,x...) klog_write(KLOG_DEBUG_LEVEL, "<7>" tag ": " x) macro
/aosp14/system/core/libcutils/include_outside_system/cutils/
H A Dklog.h44 #define KLOG_DEBUG(tag,x...) klog_write(KLOG_DEBUG_LEVEL, "<7>" tag ": " x) macro
/aosp14/system/core/healthd/
H A DAnimationParser.cpp28 #define LOGV(x...) do { KLOG_DEBUG("charger", x); } while (0)
H A Dhealthd_draw.cpp29 #define LOGV(x...) KLOG_DEBUG("charger", x);
H A Dhealthd_mode_charger.cpp98 #define LOGV(x...) KLOG_DEBUG("charger", x);