Home
last modified time | relevance | path

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

/third_party/weston/libweston/backend-drm/auth/
Dwayland_drm_auth_server.c34 DRMAUTH_LOGD("DrmAuthenticate magic %x", magic); in DrmAuthenticate()
50 DRMAUTH_LOGD("BindDrmAuth"); in BindDrmAuth()
58 DRMAUTH_LOGD("DeInitWaylandDrmAuthService"); in DeInitWaylandDrmAuthService()
Dwayland_drm_auth.h27 #ifndef DRMAUTH_LOGD
28 #define DRMAUTH_LOGD(format, ...) \ macro