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

/frameworks/base/libs/common_time/
H A Dcommon_time_server_api.cpp281 #define dump_printf(a, b...) do { \ macro
313 dump_printf("Common Clock Service Status\nLocal time : %" PRId64 "\n",
317 dump_printf("Common time : %" PRId64 "\n", commonTime);
319 dump_printf("Common time : %s\n", "not synced");
321 dump_printf("Timeline ID : %016" PRIu64 "\n", mTimelineID);
322 dump_printf("State : %s\n", stateToString(mState));
323 dump_printf("Master Addr : %s\n", maStr);
330 dump_printf("Error Est. : %.3f msec\n",
333 dump_printf("Error Est. : %s\n", "unknown");
336 dump_printf("Sync
437 #undef dump_printf macro
[all...]

Completed in 50 milliseconds