HomeSort by relevance Sort by last modified time
    Searched defs:dump_printf (Results 1 - 3 of 3) sorted by null

  /external/linux-tools-perf/util/
debug.c 35 int dump_printf(const char *fmt, ...) function
  /frameworks/base/services/common_time/
common_time_server_api.cpp 279 #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("Syncs TXes : %u\n", mClient_SyncsSentToCurMaster)
435 #undef dump_printf macro
    [all...]
  /hardware/ti/omap4xxx/hwc/
hwc.c 233 static void dump_printf(struct dump_buf *buf, const char *fmt, ...) function
252 dump_printf(&log, "set H{");
255 dump_printf(&log, " ");
258 dump_printf(&log, "%p:%s,", handle, layer->compositionType == HWC_OVERLAY ? "DSS" : "SGX");
260 dump_printf(&log, "SKIP");
264 dump_printf(&log, "CLR,");
265 dump_printf(&log, "%d*%d(%s)", handle->iWidth, handle->iHeight, HAL_FMT(handle->iFormat));
267 dump_printf(&log, "~%d", layer->transform);
269 dump_printf(&log, "} D{");
272 dump_printf(&log, " ")
    [all...]

Completed in 187 milliseconds