Home
last modified time | relevance | path

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

/third_party/weston/libweston/backend-drm/auth/
Dwayland_drm_auth_server.c25 struct wl_global *drmAuthGlobal; member
59 if (g_drmAuthMng->drmAuthGlobal != NULL) { in DeInitWaylandDrmAuthService()
60 wl_global_destroy(g_drmAuthMng->drmAuthGlobal); in DeInitWaylandDrmAuthService()
76 …g_drmAuthMng->drmAuthGlobal = wl_global_create(display, &wl_drm_auth_interface, 1, g_drmAuthMng, B… in InitWaylandDrmAuthService()