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

/system/core/healthd/
H A Dhealthd_draw.cpp135 char clock_str[CLOCK_LENGTH]; local
136 size_t length = strftime(clock_str, CLOCK_LENGTH, CLOCK_FORMAT, time_info);
145 LOGV("drawing clock %s %d %d\n", clock_str, x, y);
147 draw_text(field.font, x, y, clock_str);

Completed in 28 milliseconds