Home
last modified time | relevance | path

Searched refs:D_ACTIVE (Results 1 – 13 of 13) sorted by relevance

/external/qemu/audio/
Desdaudio.c41 # define D_ACTIVE VERBOSE_CHECK(audio) macro
46 # define D_ACTIVE 0 macro
171 if (!D_ACTIVE) in qesd_init_out()
236 if (!D_ACTIVE) in qesd_init_out()
329 if (!D_ACTIVE) in qesd_init_in()
390 if (!D_ACTIVE) in qesd_init_in()
Dalsaaudio.c40 # define D_ACTIVE VERBOSE_CHECK(audio) macro
45 # define D_ACTIVE 0 macro
699 if (!D_ACTIVE) in alsa_init_out()
735 if (!D_ACTIVE) in alsa_init_out()
790 if (!D_ACTIVE) in alsa_init_in()
826 if (!D_ACTIVE) in alsa_init_in()
Dwinaudio.c35 # define D_ACTIVE 1 macro
37 # define D_ACTIVE DEBUG macro
41 # define D(...) do{ if (D_ACTIVE) printf(__VA_ARGS__); } while(0)
/external/qemu/telephony/
Dremote_call.c24 # define D_ACTIVE VERBOSE_CHECK(modem) macro
26 # define D_ACTIVE DEBUG macro
37 # define D(...) do { if (D_ACTIVE) fprintf( stderr, __VA_ARGS__ ); } while (0)
Dsysdeps_qemu.c30 #define D_ACTIVE DEBUG macro
33 #define D(...) do { if (D_ACTIVE) fprintf(stderr, __VA_ARGS__); } while (0)
Dsms.c22 # define D_ACTIVE VERBOSE_CHECK(modem) macro
24 # define D_ACTIVE DEBUG macro
1515 if (D_ACTIVE) { in sms_receiver_add_submit_pdu()
Dandroid_modem.c30 # define D_ACTIVE VERBOSE_CHECK(modem) macro
32 # define D_ACTIVE DEBUG macro
42 # define D(...) do { if (D_ACTIVE) fprintf( stderr, __VA_ARGS__ ); } while (0)
/external/qemu/android/utils/
Dtimezone.c24 # define D_ACTIVE VERBOSE_CHECK(timezone) macro
26 # define D_ACTIVE DEBUG macro
30 # define D(...) do { if (D_ACTIVE) fprintf(stderr, __VA_ARGS__); } while (0)
/external/qemu/android/skin/
Dkeyset.c21 # define D_ACTIVE VERBOSE_CHECK(keys) macro
23 # define D_ACTIVE DEBUG macro
/external/qemu/hw/
Dgoldfish_nand.c22 # define D_ACTIVE VERBOSE_CHECK(init) macro
27 # define D_ACTIVE 0 macro
/external/qemu/proxy/
Dproxy_http_rewriter.c50 #define D_ACTIVE 1 macro
52 #if D_ACTIVE
/external/qemu/android/
Dconsole.c68 # define D_ACTIVE VERBOSE_CHECK(console) macro
70 # define D_ACTIVE DEBUG macro
74 # define D(x) do { if (D_ACTIVE) ( printf x , fflush(stdout) ); } while (0)
Dhw-qemud.c22 #define D_ACTIVE VERBOSE_CHECK(qemud) macro