Home
last modified time | relevance | path

Searched defs:DD (Results 1 – 5 of 5) 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
/hardware/google/gfxstream/host/gl/gl-host-common/opengl/
DOpenglEsPipe.cpp46 #define DD(...) printf(__VA_ARGS__), printf("\n"), fflush(stdout) macro
48 #define DD(...) ((void)0) macro
/hardware/google/gfxstream/guest/OpenglSystemCommon/
DFormatConversions.cpp25 #define DD(...) ALOGD(__VA_ARGS__) macro
27 #define DD(...) macro