Home | History | Annotate | Download | only in utils

Lines Matching refs:_VERBOSE_TAG

22     _VERBOSE_TAG(init,         "emulator initialization")  \
23 _VERBOSE_TAG(console, "control console") \
24 _VERBOSE_TAG(modem, "emulated GSM modem") \
25 _VERBOSE_TAG(radio, "emulated GSM AT Command channel") \
26 _VERBOSE_TAG(keys, "key bindings & presses") \
27 _VERBOSE_TAG(slirp, "internal router/firewall") \
28 _VERBOSE_TAG(timezone, "host timezone detection" ) \
29 _VERBOSE_TAG(socket, "network sockets") \
30 _VERBOSE_TAG(proxy, "network proxy support") \
31 _VERBOSE_TAG(audio, "audio sub-system") \
32 _VERBOSE_TAG(audioin, "audio input backend") \
33 _VERBOSE_TAG(audioout, "audio output backend") \
34 _VERBOSE_TAG(surface, "video surface support") \
35 _VERBOSE_TAG(qemud, "qemud multiplexer daemon") \
36 _VERBOSE_TAG(gps, "emulated GPS") \
37 _VERBOSE_TAG(nand_limits, "nand/flash read/write thresholding") \
38 _VERBOSE_TAG(hw_control, "emulated power/flashlight/led/vibrator") \
39 _VERBOSE_TAG(avd_config, "android virtual device configuration") \
40 _VERBOSE_TAG(sensors, "emulated sensors") \
41 _VERBOSE_TAG(memcheck, "memory checker") \
42 _VERBOSE_TAG(camera, "camera") \
43 _VERBOSE_TAG(adevice, "android device connected via port forwarding") \
44 _VERBOSE_TAG(sensors_port, "sensors emulator connected to android device") \
45 _VERBOSE_TAG(mtport, "multi-touch emulator connected to android device") \
46 _VERBOSE_TAG(mtscreen, "multi-touch screen emulation") \
47 _VERBOSE_TAG(gles, "hardware OpenGLES emulation") \
48 _VERBOSE_TAG(adbserver, "ADB server") \
49 _VERBOSE_TAG(adbclient, "ADB QEMU client") \
50 _VERBOSE_TAG(adb, "ADB debugger") \
51 _VERBOSE_TAG(asconnector, "Asynchronous socket connector") \
52 _VERBOSE_TAG(asyncsocket, "Asynchronous socket") \
53 _VERBOSE_TAG(sdkctlsocket, "Socket tethering to SdkControl server") \
55 #define _VERBOSE_TAG(x,y) VERBOSE_##x,
60 #undef _VERBOSE_TAG