Searched defs:DD (Results 1 – 11 of 11) sorted by relevance
| /device/generic/vulkan-cereal/host-common/ |
| D | debug.h | 30 #define DD(...) D(__VA_ARGS__) macro 32 #define DD(...) (void)0 macro
|
| D | DmaMap.cpp | 34 #define DD(fmt,...) fprintf(stderr, "DmaMap: %s: " fmt "\n", __func__, ##__VA_ARGS__); macro 36 #define DD(...) (void)0 macro
|
| D | AndroidPipe.cpp | 46 #define DD(...) fprintf(stderr, __VA_ARGS__), fprintf(stderr, "\n") macro 48 #define DD(...) (void)0 macro
|
| D | opengles.cpp | 44 #define DD(...) macro
|
| /device/generic/goldfish/qemu-adb-keys/ |
| D | qemu-adb-keys.cpp | 39 # define DD(...) ALOGD(__VA_ARGS__) macro 41 # define DD(...) ((void)0) macro
|
| /device/generic/goldfish/qemu-props/ |
| D | qemu-props.cpp | 31 # define DD(...) ALOGI(__VA_ARGS__) macro 33 # define DD(...) ((void)0) macro
|
| /device/generic/vulkan-cereal/host-common/avd/ |
| D | info.cpp | 45 #define DD(...) VERBOSE_PRINT(avd_config,__VA_ARGS__) macro 48 #define DD(...) (void)0 macro
|
| /device/generic/vulkan-cereal/host-common/opengl/ |
| D | OpenglEsPipe.cpp | 46 #define DD(...) printf(__VA_ARGS__), printf("\n"), fflush(stdout) macro 48 #define DD(...) ((void)0) macro
|
| /device/generic/vulkan-cereal/stream-servers/ |
| D | PostWorker.cpp | 29 #define DD(fmt, ...) \ macro 32 #define DD(fmt, ...) (void)0 macro
|
| /device/generic/goldfish-opengl/system/OpenglSystemCommon/ |
| D | FormatConversions.cpp | 29 #define DD(...) ALOGD(__VA_ARGS__) macro 31 #define DD(...) macro
|
| /device/generic/goldfish-opengl/system/gralloc/ |
| D | gralloc_old.cpp | 65 # define DD(...) ALOGD(__VA_ARGS__) macro 67 # define DD(...) ((void)0) macro
|