Home
last modified time | relevance | path

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

/third_party/weston/libweston/backend-drm/auth/
Dwayland_drm_auth_server.c33 DrmAuthMng *drmAuthMng = wl_resource_get_user_data(resource); in DrmAuthenticate() local
35 CHK_RETURN_NO_VALUE((drmAuthMng == NULL), DRMAUTH_LOGE("can not get user data")); in DrmAuthenticate()
36 ret = drmAuthMagic(drmAuthMng->maserFd, magic); in DrmAuthenticate()