Searched refs:LOGV (Results 1 - 9 of 9) 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/chre/host/msm/daemon/
H A Dchre_daemon.cc105 LOGV("Dumping first 128 bytes of buffer of size %zu", orig_size);
107 LOGV("Dumping buffer of size %zu bytes", size);
116 LOGV(" %s\t%s", line, line_chars);
132 LOGV(" %s%s%s", line, tabs, line_chars);
260 LOGV("Calling into chre_slpi_get_message_to_host");
263 LOGV("Got message from CHRE with size %u (result %d)", messageLen, result);
300 LOGV("Message to host thread exited");
318 LOGV("Monitor thread exited");
345 LOGV("Reverse monitor thread exited");
406 LOGV("Deliverin
[all...]
/system/core/healthd/
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);
313 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...]
H A DAnimationParser.cpp28 #define LOGV(x...) do { KLOG_DEBUG("charger", x); } while (0) macro
/system/chre/host/common/
H A Dsocket_client.cc145 LOGV("Receive thread started");
174 LOGV("Exiting receive thread");
H A Dsocket_server.cc200 LOGV("Got %zd byte packet from client %" PRIu16, packetSize, clientId);
238 LOGV("Delivered message of size %zu bytes to client %" PRIu16, length,
/system/nfc/halimpl/bcm2079x/gki/ulinux/
H A Dgki_ulinux.c37 #define LOGV(format, ...) fprintf(stdout, LOG_TAG format, ##__VA_ARGS__) macro
/system/nfc/src/gki/ulinux/
H A Dgki_ulinux.c34 #define LOGV(format, ...) fprintf(stdout, LOG_TAG format, ##__VA_ARGS__) macro

Completed in 123 milliseconds