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

/system/chre/host/common/include/chre_host/
H A 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/
H A DAnimationParser.cpp28 #define LOGV(x...) do { KLOG_DEBUG("charger", x); } while (0) macro
H A Dhealthd_draw.cpp24 #define LOGV(x...) KLOG_DEBUG("charger", x); macro
74 LOGV("drawing surface %dx%d+%d+%d\n", w, h, x, y);
78 LOGV("drawing surface %dx%d+%d+%d\n", w, h, x, y);
145 LOGV("drawing clock %s %d %d\n", clock_str, x, y);
169 LOGV("drawing percent %s %d %d\n", str.c_str(), x, y);
179 LOGV("drawing frame #%d min_cap=%d time=%d\n", anim->cur_frame,
H A Dhealthd_mode_charger.cpp80 #define LOGV(x...) KLOG_DEBUG("charger", x); macro
284 LOGV("[%" PRId64 "] leave screen off\n", now);
304 LOGV("[%" PRId64 "] animation done\n", now);
316 LOGV("[%" PRId64 "] animation starting\n", now);
397 LOGV("[%" PRId64 "] key[%d] down\n", now, code);
402 LOGV("[%" PRId64 "] key[%d] up (was down for %" PRId64 ".%" PRId64 "sec)\n", now, code,
439 LOGV("[%" PRId64
538 LOGV("[%" PRId64 "] next screen: %" PRId64 " next key: %" PRId64 " next pwr: %" PRId64 "\n",
594 LOGV("Animation Description:\n");
595 LOGV(" animatio
[all...]
/system/nfc/src/gki/ulinux/
H A Dgki_ulinux.cc35 #define LOGV(format, ...) fprintf(stdout, LOG_TAG format, ##__VA_ARGS__) macro

Completed in 115 milliseconds