Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/hwc2/
DCommon.h34 #define DEBUG_LOG ALOGE macro
36 #define DEBUG_LOG(...) ((void)0) macro
/device/generic/goldfish-opengl/system/hwc3/
DCommon.h38 #define DEBUG_LOG ALOGE macro
40 #define DEBUG_LOG(...) ((void)0) macro
/device/generic/vulkan-cereal/stream-servers/
DGfxStreamAgents.cpp30 #define DEBUG_LOG(fd, fmt, ...) fprintf(fd, fmt, __VA_ARGS__); macro
32 #define DEBUG_LOG(fd, fmt, ...) macro