Searched defs:LOGV (Results 1 – 5 of 5) sorted by relevance
/system/chre/host/common/include/chre_host/ |
D | log.h | 47 #define LOGV(format, ...) chreLogNull(format, ##__VA_ARGS__) macro 49 #define LOGV(format, ...) CHRE_LOG(LOG_VERBOSE, format, ##__VA_ARGS__) macro
|
/system/core/healthd/ |
D | AnimationParser.cpp | 28 #define LOGV(x...) do { KLOG_DEBUG("charger", x); } while (0) macro
|
D | healthd_draw.cpp | 26 #define LOGV(x...) KLOG_DEBUG("charger", x); macro
|
D | healthd_mode_charger.cpp | 102 #define LOGV(x...) KLOG_DEBUG("charger", x); macro
|
/system/nfc/src/gki/ulinux/ |
D | gki_ulinux.cc | 35 #define LOGV(format, ...) fprintf(stdout, LOG_TAG format, ##__VA_ARGS__) macro
|