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

  /external/chromium_org/device/bluetooth/
bluetooth_low_energy_win.h 91 bool authenticated; member in struct:device::win::BluetoothLowEnergyDeviceInfo
bluetooth_task_manager_win.h 68 bool authenticated; member in struct:device::BluetoothTaskManagerWin::DeviceState
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/wayland/
native_drm.c 60 boolean authenticated; member in struct:wayland_drm_display
176 drmdpy->authenticated = true;
218 if (wayland_roundtrip(&drmdpy->base) < 0 || !drmdpy->authenticated)
246 boolean current_authenticate, authenticated; local
248 current_authenticate = drmdpy->authenticated;
252 authenticated = drmdpy->authenticated;
254 drmdpy->authenticated = current_authenticate;
256 return authenticated ? 0 : -1;
  /external/mesa3d/src/gallium/state_trackers/egl/wayland/
native_drm.c 60 boolean authenticated; member in struct:wayland_drm_display
176 drmdpy->authenticated = true;
218 if (wayland_roundtrip(&drmdpy->base) < 0 || !drmdpy->authenticated)
246 boolean current_authenticate, authenticated; local
248 current_authenticate = drmdpy->authenticated;
252 authenticated = drmdpy->authenticated;
254 drmdpy->authenticated = current_authenticate;
256 return authenticated ? 0 : -1;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/
x11_screen.c 327 boolean authenticated; local
329 authenticated = DRI2Authenticate(xscr->dpy,
332 return authenticated ? 0 : -1;
  /external/mesa3d/src/gallium/state_trackers/egl/x11/
x11_screen.c 327 boolean authenticated; local
329 authenticated = DRI2Authenticate(xscr->dpy,
332 return authenticated ? 0 : -1;
  /external/ppp/pppd/plugins/
winbind.c 60 #define AUTHENTICATED 1
269 int authenticated = NOT_AUTHENTICATED; /* not auth */ local
410 } else if (strcasecmp(message, "Authenticated") == 0) {
412 authenticated = AUTHENTICATED;
415 authenticated = NOT_AUTHENTICATED;
427 authenticated = NOT_AUTHENTICATED;
431 authenticated = NOT_AUTHENTICATED;
454 if ((authenticated == AUTHENTICATED) && nt_key && !got_user_session_key)
    [all...]
  /external/smack/src/org/jivesoftware/smack/
SASLAuthentication.java 50 * <p>Once the user has been authenticated with SASL, it is necessary to bind a resource for
517 void authenticated() { method in class:SASLAuthentication
BOSHConnection.java 84 private boolean authenticated = false; field in class:BOSHConnection
110 * The full JID of the authenticated user.
287 return authenticated;
309 if (authenticated) {
355 // Indicate that we're now authenticated.
356 authenticated = true;
377 if (authenticated) {
404 // Indicate that we're now authenticated.
405 authenticated = true;
488 setWasAuthenticated(authenticated);
    [all...]
XMPPConnection.java 81 * Flag that indicates if the user is currently authenticated with the server.
83 private boolean authenticated = false; field in class:XMPPConnection
85 * Flag that indicates if the user was authenticated with the server when the connection
209 if (authenticated) {
250 // Indicate that we're now authenticated.
251 authenticated = true;
289 if (authenticated) {
316 // Indicate that we're now authenticated.
317 authenticated = true;
332 // if connection is authenticated the roster is already set by login()
    [all...]
  /external/chromium_org/remoting/host/
client_session_unittest.cc 155 // authenticated and channels have been connected. This effectively enables
330 Expectation authenticated = local
334 .After(authenticated)
361 Expectation authenticated = local
365 .After(authenticated);
367 .After(authenticated);
375 .After(authenticated)
391 // because the client isn't authenticated yet.
428 Expectation authenticated = local
432 .After(authenticated);
484 Expectation authenticated = local
542 Expectation authenticated = local
586 Expectation authenticated = local
651 Expectation authenticated = local
676 Expectation authenticated = local
729 Expectation authenticated = local
    [all...]
  /hardware/intel/common/libva/va/wayland/
wayland-drm-client-protocol.h 134 * authenticated - authenticated
136 void (*authenticated)(void *data, member in struct:wl_drm_listener
  /external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
egl_dri2.h 129 int authenticated; member in struct:dri2_egl_display
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.h 129 int authenticated; member in struct:dri2_egl_display
  /external/wpa_supplicant_8/src/pae/
ieee802_1x_kay.h 96 Boolean authenticated; member in struct:ieee802_1x_kay
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_structs.h 1179 uint8_t authenticated; \/* packet authenticated ok *\/ member in struct:sctp_association
    [all...]

Completed in 972 milliseconds