Home
last modified time | relevance | path

Searched defs:LOGV (Results 1 – 5 of 5) sorted by relevance

/system/chre/host/common/include/chre_host/
Dlog.h47 #define LOGV(format, ...) chreLogNull(format, ##__VA_ARGS__) macro
49 #define LOGV(format, ...) CHRE_LOG(LOG_VERBOSE, format, ##__VA_ARGS__) macro
/system/core/healthd/
DAnimationParser.cpp28 #define LOGV(x...) do { KLOG_DEBUG("charger", x); } while (0) macro
Dhealthd_draw.cpp26 #define LOGV(x...) KLOG_DEBUG("charger", x); macro
Dhealthd_mode_charger.cpp102 #define LOGV(x...) KLOG_DEBUG("charger", x); macro
/system/nfc/src/gki/ulinux/
Dgki_ulinux.cc35 #define LOGV(format, ...) fprintf(stdout, LOG_TAG format, ##__VA_ARGS__) macro