Searched refs:dump_printf (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/common_time/
H A Dcommon_time_server_api.cpp279 #define dump_printf(a, b...) do { \ macro
311 dump_printf("Common Clock Service Status\nLocal time : %lld\n",
315 dump_printf("Common time : %lld\n", commonTime);
317 dump_printf("Common time : %s\n", "not synced");
319 dump_printf("Timeline ID : %016llx\n", mTimelineID);
320 dump_printf("State : %s\n", stateToString(mState));
321 dump_printf("Master Addr : %s\n", maStr);
328 dump_printf("Error Est. : %.3f msec\n",
331 dump_printf("Error Est. : %s\n", "unknown");
334 dump_printf("Sync
435 #undef dump_printf macro
[all...]

Completed in 54 milliseconds