Searched refs:DD (Results 1 – 2 of 2) sorted by relevance
/development/tools/emulator/system/qemu-props/ |
D | qemu-props.c | 31 # define DD(...) ALOGI(__VA_ARGS__) macro 33 # define DD(...) ((void)0) macro 60 DD("Could not connect after too many tries. Aborting"); in main() 64 DD("waiting 1s to wait for qemud."); in main() 69 DD("connected to '%s' qemud service.", QEMUD_SERVICE); in main() 73 DD("could not send command to '%s' service", QEMUD_SERVICE); in main() 83 DD("receiving.."); in main() 94 DD("received: %.*s", len, temp); in main() 99 DD("invalid format, ignored."); in main() 105 DD("could not set property '%s' to '%s'", temp, q); in main() [all …]
|
/development/tools/emulator/opengl/system/gralloc/ |
D | gralloc.cpp | 44 # define DD(...) ALOGD(__VA_ARGS__) macro 46 # define DD(...) ((void)0) macro 692 DD("gralloc_lock success. vaddr: %p, *vaddr: %p, usage: %x, cpu_addr: %p", in gralloc_lock()
|