HomeSort by relevance Sort by last modified time
    Searched refs:dprintf (Results 1 - 25 of 67) sorted by null

1 2 3

  /external/strace/test/
many_looping_threads.c 24 dprintf(1, "sub-thread %d created\n", ++thd_no);
40 dprintf(1, "test start, num_threads:%d...\n", num_threads);
44 dprintf(1, "after pthread_create\n");
  /sdk/sdklauncher/src/source/
sdklauncher.c 35 void dprintf(char *msg, ...) { function
100 dprintf("Program dir: %s\n", program_dir);
117 dprintf("CreateProcess returned %d\n", ret);
134 dprintf("CreateProcess returned %d\n", ret);
142 dprintf("Cleanup.\n");
149 dprintf("Verbose debug mode.\n");
  /frameworks/av/services/audioflinger/
FastCaptureDumpState.cpp 39 dprintf(fd, " FastCapture not initialized\n");
45 dprintf(fd, " FastCapture command=%s readSequence=%u framesRead=%u\n"
FastMixerDumpState.cpp 62 dprintf(fd, " FastMixer not initialized\n");
68 dprintf(fd, " FastMixer command=%s writeSequence=%u framesWritten=%u\n"
123 dprintf(fd, " Simple moving statistics over last %.1f seconds:\n",
125 dprintf(fd, " wall clock time in ms per mix cycle:\n"
129 dprintf(fd, " raw CPU load in us per mix cycle:\n"
134 dprintf(fd, " No FastMixer statistics available currently\n");
137 dprintf(fd, " CPU clock frequency in MHz:\n"
140 dprintf(fd, " adjusted CPU load in MHz (i.e. normalized for CPU clock frequency):\n"
153 dprintf(fd, " Distribution of mix cycle times in ms for the tails "
169 dprintf(fd, " Fast tracks: kMaxFastTracks=%u activeMask=%#x\n"
    [all...]
StateQueue.cpp 31 dprintf(fd, "State queue observer: stateChanges=%u\n", mStateChanges);
36 dprintf(fd, "State queue mutator: pushDirty=%u pushAck=%u blockedSequence=%u\n",
AudioWatchdog.cpp 37 dprintf(fd, "Watchdog: underruns=%u, logs=%u, most recent underrun log at %s",
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
dprintf.c 1 /* $OpenBSD: dprintf.c,v 1.1 2013/01/30 00:08:13 brad Exp $ */
2 /* $FreeBSD: src/lib/libc/stdio/dprintf.c,v 1.2 2012/11/17 01:49:39 svnexp Exp $ */
39 dprintf(int fd, const char * __restrict fmt, ...) function
  /sdk/avdlauncher/src/source/
avdlauncher.c 35 void dprintf(char *msg, ...) { function
100 dprintf("Program dir: %s\n", program_dir);
114 dprintf("CreateProcess returned %d\n", ret);
122 dprintf("Cleanup.\n");
129 dprintf("Verbose debug mode.\n");
  /system/bt/btif/src/
btif_debug_conn.c 84 dprintf(fd, "\nConnection Events:\n");
86 dprintf(fd, " None\n");
90 dprintf(fd, " %s %s %s",
96 dprintf(fd, " reason=%d", evt->disconnect_reason);
97 dprintf(fd,"\n");