Searched refs:COND (Results 1 – 2 of 2) sorted by relevance
/device/generic/goldfish-opengl/system/hals/ |
D | debug.h | 36 #define CRASH_IF(COND, MSG) \ argument 38 if ((COND)) { \ 39 ALOGE("%s:%d crashed on '%s' with '%s'", __func__, __LINE__, #COND, MSG); \
|
/device/generic/goldfish-opengl/system/gralloc/ |
D | gralloc_30.cpp | 48 #define CRASH_IF(COND, MSG) \ argument 50 if ((COND)) { \ 51 ALOGE("%s:%d crashed on '%s' with '%s'", __func__, __LINE__, #COND, MSG); \
|