Home
last modified time | relevance | path

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

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