Home
last modified time | relevance | path

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

/third_party/weston/libweston/backend-drm/auth/
Dwayland_drm_auth_server.c35 CHK_RETURN_NO_VALUE((drmAuthMng == NULL), DRMAUTH_LOGE("can not get user data")); in DrmAuthenticate()
38 DRMAUTH_LOGE("drm authenticate failed errno : %d", errno); in DrmAuthenticate()
52 …CHK_RETURN_NO_VALUE((resource == NULL), DRMAUTH_LOGE("create resource failed"); wl_client_post_no_… in BindDrmAuth()
74 …CHK_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()
Dwayland_drm_auth.h48 #ifndef DRMAUTH_LOGE
49 #define DRMAUTH_LOGE(format, ...) \ macro