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

  /external/qemu/android/utils/
debug.c 31 dprintn( const char* format, ... ) function
51 dprintn( "emulator: WARNING: " );
53 dprintn( "\n" );
63 dprintn( "emulator: ERROR: " );
65 dprintn( "\n" );
debug.h 84 ** 'dprintn' simply prints the message as is
91 extern void dprintn( const char* format, ... );
  /external/qemu/audio/
audio.c 423 extern void dprintn(const char* fmt, ...);
440 dprintn("%s: ", cap);
    [all...]
  /external/qemu/slirp-android/
slirp.c 42 #define DN(...) do { if (VERBOSE_CHECK(slirp)) dprintn(__VA_ARGS__); } while (0)
    [all...]

Completed in 91 milliseconds