HomeSort by relevance Sort by last modified time
    Searched defs:is_authenticated (Results 1 - 5 of 5) sorted by null

  /hardware/intel/common/libva/va/drm/
va_drm_auth.c 55 bool is_authenticated = false; local
58 for (i = 0; !is_authenticated; i++) {
61 is_authenticated = auth && (pid == client_pid || is_local_tid(pid));
63 return is_authenticated;
  /hardware/intel/common/libva/va/wayland/
va_wayland_drm.c 49 unsigned int is_authenticated : 1; member in struct:va_wayland_drm_context
97 wl_drm_ctx->is_authenticated = 1;
129 wl_drm_ctx->is_authenticated = 0;
183 wl_drm_ctx->is_authenticated = 0;
220 if (!wl_drm_ctx->is_authenticated)
  /external/libmicrohttpd/doc/examples/
tlsauthentication.c 154 is_authenticated (struct MHD_Connection *connection, function
226 if (!is_authenticated (connection, USER, PASSWORD))
  /external/libxcam/xcore/
drm_display.cpp 93 if (_fd >= 0 && !is_authenticated (_fd, DEFAULT_DRM_BUSID)) {
152 if (!is_authenticated (fd, dev_path)) {
162 DrmDisplay::is_authenticated (int fd, const char *msg) function in class:XCam::DrmDisplay
  /external/python/cpython3/Lib/urllib/
request.py 933 def is_authenticated(self, authuri): member in class:HTTPPasswordMgrWithPriorAuth
    [all...]

Completed in 1478 milliseconds