Home
last modified time | relevance | path

Searched refs:COND (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish-opengl/system/hals/
Ddebug.h36 #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/
Dgralloc_30.cpp48 #define CRASH_IF(COND, MSG) \ argument
50 if ((COND)) { \
51 ALOGE("%s:%d crashed on '%s' with '%s'", __func__, __LINE__, #COND, MSG); \