Searched refs:FUNC (Results 1 – 1 of 1) sorted by relevance
34 #define TVG_CHECK_RETURN_VG_ERROR(FUNC) \ argument36 Result res = FUNC; \38 LV_LOG_ERROR("Executed '" #FUNC "' error: %d", (int)res); \42 #define TVG_CHECK_RETURN_RESULT(FUNC) \ argument44 Result res = FUNC; \46 LV_LOG_ERROR("Executed '" #FUNC "' error: %d", (int)res);\