Home
last modified time | relevance | path

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

/third_party/weston/libweston/backend-drm/auth/
Dwayland_drm_auth.h56 #ifndef CHK_RETURN
57 #define CHK_RETURN(val, ret, ...) \ macro
Dwayland_drm_auth_server.c74CHK_RETURN((g_drmAuthMng == NULL), -1, DRMAUTH_LOGE("calloc DrmAuthMng Failed errno : %d", errno)); in InitWaylandDrmAuthService()
77 CHK_RETURN((g_drmAuthMng == NULL), -1, DRMAUTH_LOGE("drm auth global create failed"); in InitWaylandDrmAuthService()