Searched refs:LOGV (Results 1 – 1 of 1) sorted by relevance
/system/core/healthd/ |
D | healthd_mode_charger.cpp | 78 #define LOGV(x...) do { KLOG_DEBUG("charger", x); } while (0) macro 289 LOGV("drawing surface %dx%d+%d+%d\n", w, h, x, y); in draw_surface_centered() 313 LOGV("drawing frame #%d min_cap=%d time=%d\n", in draw_battery() 357 LOGV("[%" PRId64 "] leave screen off\n", now); in update_screen_state() 380 LOGV("[%" PRId64 "] animation done\n", now); in update_screen_state() 391 LOGV("[%" PRId64 "] animation starting\n", now); in update_screen_state() 420 LOGV("[%" PRId64 "] animation missing or unknown battery status\n", now); in update_screen_state() 479 LOGV("[%" PRId64 "] key[%d] down\n", now, code); in set_key_callback() 484 LOGV("[%" PRId64 "] key[%d] up (was down for %" PRId64 ".%" PRId64 "sec)\n", in set_key_callback() 528 LOGV("[%" PRId64 "] ignore power-button press, battery level " in process_key() [all …]
|