Searched refs:LOGV (Results 1 – 8 of 8) sorted by relevance
/system/core/healthd/ |
D | healthd_mode_charger.cpp | 102 #define LOGV(x...) KLOG_DEBUG("charger", x); macro 293 LOGV("[%" PRId64 "] wait for battery capacity ready\n", now); in UpdateScreenState() 311 LOGV("[%" PRId64 "] leave screen off\n", now); in UpdateScreenState() 333 LOGV("[%" PRId64 "] animation done\n", now); in UpdateScreenState() 347 LOGV("[%" PRId64 "] animation starting\n", now); in UpdateScreenState() 368 LOGV("cur_frame=%d disp_time=%d\n", batt_anim_.cur_frame, disp_time); in UpdateScreenState() 432 LOGV("[%" PRId64 "] key[%d] down\n", now, code); in SetKeyCallback() 437 LOGV("[%" PRId64 "] key[%d] up (was down for %" PRId64 ".%" PRId64 "sec)\n", now, code, in SetKeyCallback() 473 LOGV("[%" PRId64 in ProcessKey() 587 LOGV("[%" PRId64 "] next screen: %" PRId64 " next key: %" PRId64 " next pwr: %" PRId64 "\n", in PrepareToWait() [all …]
|
D | healthd_draw.cpp | 26 #define LOGV(x...) KLOG_DEBUG("charger", x); macro 113 LOGV("drawing surface %dx%d+%d+%d\n", w, h, x, y); in draw_surface_centered() 117 LOGV("drawing surface %dx%d+%d+%d\n", w, h, x, y); in draw_surface_centered() 184 LOGV("drawing clock %s %d %d\n", clock_str, x, y); in draw_clock() 208 LOGV("drawing percent %s %d %d\n", str.c_str(), x, y); in draw_percent() 219 LOGV("drawing frame #%d min_cap=%d time=%d\n", anim->cur_frame, frame.min_level, in draw_battery()
|
D | AnimationParser.cpp | 28 #define LOGV(x...) do { KLOG_DEBUG("charger", x); } while (0) macro
|
/system/chre/host/msm/daemon/ |
D | chre_daemon.cc | 171 LOGV("Dumping first 128 bytes of buffer of size %zu", orig_size); in log_buffer() 173 LOGV("Dumping buffer of size %zu bytes", size); in log_buffer() 182 LOGV(" %s\t%s", line, line_chars); in log_buffer() 198 LOGV(" %s%s%s", line, tabs, line_chars); in log_buffer() 548 LOGV("LPMA enable thread exited"); in chreLpmaEnableThread() 603 LOGV("Delivering message from host (size %zu)", length); in sendMessageToChre() 826 LOGV("Calling into chre_slpi_get_message_to_host"); in chre_message_to_host_thread() 829 LOGV("Got message from CHRE with size %u (result %d)", messageLen, result); in chre_message_to_host_thread() 874 LOGV("Message to host thread exited"); in chre_message_to_host_thread() 892 LOGV("Monitor thread exited"); in chre_monitor_thread() [all …]
|
/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/chre/host/common/ |
D | socket_client.cc | 145 LOGV("Receive thread started"); in receiveThread() 174 LOGV("Exiting receive thread"); in receiveThread()
|
D | socket_server.cc | 200 LOGV("Got %zd byte packet from client %" PRIu16, packetSize, clientId); in handleClientData() 238 LOGV("Delivered message of size %zu bytes to client %" PRIu16, length, in sendToClientSocket()
|
/system/nfc/src/gki/ulinux/ |
D | gki_ulinux.cc | 35 #define LOGV(format, ...) fprintf(stdout, LOG_TAG format, ##__VA_ARGS__) macro
|