Home | History | Annotate | Download | only in qemu-props

Lines Matching defs:DD

31 #  define  DD(...)    ALOGI(__VA_ARGS__)
33 # define DD(...) ((void)0)
60 DD("Could not connect after too many tries. Aborting");
64 DD("waiting 1s to wait for qemud.");
69 DD("connected to '%s' qemud service.", QEMUD_SERVICE);
73 DD("could not send command to '%s' service", QEMUD_SERVICE);
83 DD("receiving..");
94 DD("received: %.*s", len, temp);
99 DD("invalid format, ignored.");
105 DD("could not set property '%s' to '%s'", temp, q);
114 DD("exiting (%d properties set).", count);