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

  /external/qemu/android/utils/
debug.h 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")
    [all...]
  /external/qemu/android/
help.c 361 #define _VERBOSE_TAG(x,y) { #x, VERBOSE_##x, y },
367 #undef _VERBOSE_TAG
    [all...]
cmdline-option.c 9 #define _VERBOSE_TAG(x,y) { #x, VERBOSE_##x, y },
main.c 95 #define _VERBOSE_TAG(x,y) { #x, VERBOSE_##x, y },
    [all...]

Completed in 2708 milliseconds