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

  /external/qemu/audio/
audio_int.h 257 static void GCC_ATTR ldebug (const char *fmt, ...) function
267 #define ldebug(...) macro
269 #define ldebug __noop macro
271 static void GCC_ATTR ldebug (const char *fmt, ...) function
alsaaudio.c 680 ldebug ("alsa_fini\n");
769 ldebug ("enabling voice\n");
773 ldebug ("disabling voice\n");
961 ldebug ("enabling voice\n");
965 ldebug ("disabling voice\n");
981 ldebug("could not find libasound on this system\n");
992 ldebug("%s: failed to open library\n", __FUNCTION__);
ossaudio.c 419 ldebug ("oss_fini\n");
555 ldebug ("enabling voice\n");
568 ldebug ("disabling voice\n");
fmodaudio.c 249 ldebug ("live=%d nb_live=%d\n", live, nb_live);
295 ldebug ("%p %p %d %d %d %d\n", p1, p2, len1, len2, blen1, blen2);
esdaudio.c 472 ldebug ("esd_fini");
wavaudio.c 421 ldebug ("wav_fini");
dsoundaudio.c 891 ldebug ("warning: Misaligned capture read position %ld(%d)\n",
898 ldebug ("warning: Misaligned capture position %ld(%d)\n",
audio_template.h 422 ldebug ("open %s, freq %d, nchannels %d, fmt %d\n",
coreaudio.c 481 ldebug ("core->decr %d live %d core->live %d\n",
audio.c 1335 ldebug (
    [all...]
  /external/qemu/hw/
dma.c 32 #define ldebug(...) fprintf (stderr, "dma: " __VA_ARGS__) macro
35 #define ldebug(...) macro
169 ldebug ("read_chan %#x -> %d\n", iport, val);
298 ldebug ("read_cont: nport %#06x, iport %#04x val %#x\n", nport, iport, val);
351 ldebug ("dma_pos %d size %d\n", n, (r->base[COUNT] + 1) << ncont);

Completed in 594 milliseconds