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

  /external/qemu/audio/
esdaudio.c 41 # define D_ACTIVE VERBOSE_CHECK(audio)
46 # define D_ACTIVE 0
171 if (!D_ACTIVE)
236 if (!D_ACTIVE)
329 if (!D_ACTIVE)
390 if (!D_ACTIVE)
alsaaudio.c 40 # define D_ACTIVE VERBOSE_CHECK(audio)
45 # define D_ACTIVE 0
699 if (!D_ACTIVE)
735 if (!D_ACTIVE)
790 if (!D_ACTIVE)
826 if (!D_ACTIVE)
winaudio.c 35 # define D_ACTIVE 1
37 # define D_ACTIVE DEBUG
41 # define D(...) do{ if (D_ACTIVE) printf(__VA_ARGS__); } while(0)
  /external/qemu/android/utils/
timezone.c 24 # define D_ACTIVE VERBOSE_CHECK(timezone)
26 # define D_ACTIVE DEBUG
30 # define D(...) do { if (D_ACTIVE) fprintf(stderr, __VA_ARGS__); } while (0)
  /external/qemu/telephony/
remote_call.c 24 # define D_ACTIVE VERBOSE_CHECK(modem)
26 # define D_ACTIVE DEBUG
37 # define D(...) do { if (D_ACTIVE) fprintf( stderr, __VA_ARGS__ ); } while (0)
sysdeps_qemu.c 30 #define D_ACTIVE DEBUG
33 #define D(...) do { if (D_ACTIVE) fprintf(stderr, __VA_ARGS__); } while (0)
android_modem.c 30 # define D_ACTIVE VERBOSE_CHECK(modem)
32 # define D_ACTIVE DEBUG
42 # define D(...) do { if (D_ACTIVE) fprintf( stderr, __VA_ARGS__ ); } while (0)
    [all...]
sms.c 22 # define D_ACTIVE VERBOSE_CHECK(modem)
24 # define D_ACTIVE DEBUG
    [all...]
  /external/qemu/android/skin/
keyset.c 21 # define D_ACTIVE VERBOSE_CHECK(keys)
23 # define D_ACTIVE DEBUG
  /external/qemu/hw/
goldfish_nand.c 22 # define D_ACTIVE VERBOSE_CHECK(init)
27 # define D_ACTIVE 0
  /external/qemu/android/
console.c 68 # define D_ACTIVE VERBOSE_CHECK(console)
70 # define D_ACTIVE DEBUG
74 # define D(x) do { if (D_ACTIVE) ( printf x , fflush(stdout) ); } while (0)
    [all...]
hw-qemud.c 22 #define D_ACTIVE VERBOSE_CHECK(qemud)
    [all...]
  /external/qemu/proxy/
proxy_http_rewriter.c 46 /* define D_ACTIVE to 1 to dump additionnal debugging
50 #define D_ACTIVE 1
52 #if D_ACTIVE
    [all...]

Completed in 1148 milliseconds