Home
last modified time | relevance | path

Searched defs:DD (Results 1 – 3 of 3) sorted by relevance

/hardware/google/aemu/host-common/include/host-common/
Ddebug.h30 #define DD(...) D(__VA_ARGS__) macro
32 #define DD(...) (void)0 macro
/hardware/google/aemu/host-common/
DDmaMap.cpp34 #define DD(fmt,...) fprintf(stderr, "DmaMap: %s: " fmt "\n", __func__, ##__VA_ARGS__); macro
36 #define DD(...) (void)0 macro
DAndroidPipe.cpp47 #define DD(...) fprintf(stderr, __VA_ARGS__), fprintf(stderr, "\n") macro
49 #define DD(...) (void)0 macro