Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/host-common/
Ddebug.h30 #define DD(...) D(__VA_ARGS__) macro
32 #define DD(...) (void)0 macro
DDmaMap.cpp34 #define DD(fmt,...) fprintf(stderr, "DmaMap: %s: " fmt "\n", __func__, ##__VA_ARGS__); macro
36 #define DD(...) (void)0 macro
DAndroidPipe.cpp46 #define DD(...) fprintf(stderr, __VA_ARGS__), fprintf(stderr, "\n") macro
48 #define DD(...) (void)0 macro
Dopengles.cpp44 #define DD(...) macro
/device/generic/goldfish/qemu-adb-keys/
Dqemu-adb-keys.cpp39 # define DD(...) ALOGD(__VA_ARGS__) macro
41 # define DD(...) ((void)0) macro
/device/generic/goldfish/qemu-props/
Dqemu-props.cpp31 # define DD(...) ALOGI(__VA_ARGS__) macro
33 # define DD(...) ((void)0) macro
/device/generic/vulkan-cereal/host-common/avd/
Dinfo.cpp45 #define DD(...) VERBOSE_PRINT(avd_config,__VA_ARGS__) macro
48 #define DD(...) (void)0 macro
/device/generic/vulkan-cereal/host-common/opengl/
DOpenglEsPipe.cpp46 #define DD(...) printf(__VA_ARGS__), printf("\n"), fflush(stdout) macro
48 #define DD(...) ((void)0) macro
/device/generic/vulkan-cereal/stream-servers/
DPostWorker.cpp29 #define DD(fmt, ...) \ macro
32 #define DD(fmt, ...) (void)0 macro
/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DFormatConversions.cpp29 #define DD(...) ALOGD(__VA_ARGS__) macro
31 #define DD(...) macro
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_old.cpp65 # define DD(...) ALOGD(__VA_ARGS__) macro
67 # define DD(...) ((void)0) macro