HomeSort by relevance Sort by last modified time
    Searched refs:gContext (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/core/jni/
com_android_server_fingerprint_FingerprintService.cpp 52 } gContext;
141 int ret = gContext.device->enroll(gContext.device,
148 uint64_t ret = gContext.device->pre_enroll(gContext.device);
155 int ret = gContext.device->cancel(gContext.device);
161 int ret = gContext.device->authenticate(gContext.device, sessionId, groupId);
167 int ret = gContext.device->cancel(gContext.device)
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/security/
SpnegoLoginService.java 125 GSSContext gContext = manager.createContext(serverCreds);
127 if (gContext == null)
133 while (!gContext.isEstablished())
135 authToken = gContext.acceptSecContext(authToken,0,authToken.length);
137 if (gContext.isEstablished())
139 String clientName = gContext.getSrcName().toString();
143 LOG.debug("Client Principal is: " + gContext.getSrcName());
144 LOG.debug("Server Principal is: " + gContext.getTargName());
  /external/icu/icu4c/source/test/cintltst/
hpmufn.c 81 const void *gContext;
137 u_setMemoryFunctions(&gContext, NULL, myMemRealloc, myMemFree, &status);
140 u_setMemoryFunctions(&gContext, myMemAlloc, NULL, myMemFree, &status);
143 u_setMemoryFunctions(&gContext, myMemAlloc, myMemRealloc, NULL, &status);
150 u_setMemoryFunctions(&gContext, myMemAlloc, myMemRealloc, myMemFree, &status);

Completed in 92 milliseconds