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

  /frameworks/base/libs/common_time/
common_time_server_api.cpp 281 #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("Syncs TXes : %u\n", mClient_SyncsSentToCurMaster)
437 #undef dump_printf macro
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_dump.c 51 void (*dump_printf)(struct dump_ctx *ctx, const char *format, ...); member in struct:dump_ctx
72 ctx->dump_printf( ctx, "%u", e );
74 ctx->dump_printf( ctx, "%s", enums[e] );
77 #define EOL() ctx->dump_printf( ctx, "\n" )
78 #define TXT(S) ctx->dump_printf( ctx, "%s", S )
79 #define CHR(C) ctx->dump_printf( ctx, "%c", C )
80 #define UIX(I) ctx->dump_printf( ctx, "0x%x", I )
81 #define UID(I) ctx->dump_printf( ctx, "%u", I )
82 #define INSTID(I) ctx->dump_printf( ctx, "% 3u", I )
83 #define SID(I) ctx->dump_printf( ctx, "%d", I
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
dumpfile.h 132 extern void dump_printf (int, const char *, ...) ATTRIBUTE_PRINTF_2;
  /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...]
  /hardware/ti/omap4-aah/hwc/
hwc.c 322 static void dump_printf(struct dump_buf *buf, const char *fmt, ...) function
341 dump_printf(&log, "set H{");
344 dump_printf(&log, " ");
349 dump_printf(&log, "%p:%s,", handle, "DSS");
351 dump_printf(&log, "%p:%s,", handle, "BV2D");
354 dump_printf(&log, "%p:%s,", handle, layer->compositionType == HWC_OVERLAY ? "DSS" : "SGX");
356 dump_printf(&log, "SKIP");
360 dump_printf(&log, "CLR,");
361 dump_printf(&log, "%d*%d(%s)", handle->iWidth, handle->iHeight, HAL_FMT(handle->iFormat));
363 dump_printf(&log, "~%d", layer->transform)
    [all...]

Completed in 1424 milliseconds