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

  /external/tpm2/
ContextSave.c 15 // TPM_RC_CONTEXT_GAP a contextID could not be assigned for a session context save
27 UINT64 contextID = 0; // session context ID
147 result = SessionContextSave(out->context.savedHandle, &contextID);
150 // sequence number is the current session contextID
151 out->context.sequence = contextID;
Session_fp.h 31 CONTEXT_COUNTER *contextID // OUT: assigned contextID
Session.c 16 // This function is called when the oldest contextID is being loaded or deleted. Once a saved context
24 // Note if we subtract the counter value, from each slot that contains a saved contextID we get (- - - - B - 2 -
243 // TPM_RC_CONTEXT_GAP can't assign a new contextID until the oldest saved session context is
295 // contextID for the saved contexts.
415 // This function is called when a session context is to be saved. The contextID of the saved session is
416 // returned. If no contextID can be assigned, then the routine returns TPM_RC_CONTEXT_GAP. If the
423 // TPM_RC_CONTEXT_GAP a contextID could not be assigned.
429 CONTEXT_COUNTER *contextID // OUT: assigned contextID
443 if(contextID != NULL
    [all...]
  /frameworks/base/core/jni/
android_os_HwBinder.cpp 57 jfieldID contextID;
66 gFields.contextID =
81 (JHwBinder *)env->GetLongField(thiz, gFields.contextID);
91 env->SetLongField(thiz, gFields.contextID, (long)context.get());
99 return (JHwBinder *)env->GetLongField(thiz, gFields.contextID);
android_os_HwBlob.cpp 42 jfieldID contextID;
52 gFields.contextID =
61 sp<JHwBlob> old = (JHwBlob *)env->GetLongField(thiz, gFields.contextID);
71 env->SetLongField(thiz, gFields.contextID, (long)context.get());
78 return (JHwBlob *)env->GetLongField(thiz, gFields.contextID);
android_os_HwRemoteBinder.cpp 43 jfieldID contextID;
217 gProxyOffsets.contextID =
231 (JHwRemoteBinder *)env->GetLongField(thiz, gProxyOffsets.contextID);
241 env->SetLongField(thiz, gProxyOffsets.contextID, (long)context.get());
249 return (JHwRemoteBinder *)env->GetLongField(thiz, gProxyOffsets.contextID);
android_os_HwParcel.cpp 47 jfieldID contextID;
135 gFields.contextID =
144 sp<JHwParcel> old = (JHwParcel *)env->GetLongField(thiz, gFields.contextID);
154 env->SetLongField(thiz, gFields.contextID, (long)context.get());
161 return (JHwParcel *)env->GetLongField(thiz, gFields.contextID);
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
glxapi.h 133 GLXContext (*ImportContextEXT)(Display *dpy, GLXContextID contextID);
realglx.h 210 _real_glXImportContextEXT(Display *dpy, GLXContextID contextID);
glxapi.c 738 glXImportContextEXT(Display *dpy, GLXContextID contextID)
744 return (t->ImportContextEXT)(dpy, contextID);
    [all...]
fakeglx.c     [all...]
  /external/mesa3d/src/glx/
glxcmds.c 572 * \param contextID ID of the context to be tested.
577 __glXIsDirect(Display * dpy, GLXContextID contextID)
595 (c, contextID),
614 req->context = contextID;
    [all...]
  /external/mesa3d/include/GL/
glxext.h 669 extern GLXContext glXImportContextEXT (Display *dpy, GLXContextID contextID);
675 typedef GLXContext ( * PFNGLXIMPORTCONTEXTEXTPROC) (Display *dpy, GLXContextID contextID);
    [all...]
  /external/swiftshader/include/GL/
glxext.h 282 typedef GLXContext ( *PFNGLXIMPORTCONTEXTEXTPROC) (Display *dpy, GLXContextID contextID);
288 GLXContext glXImportContextEXT (Display *dpy, GLXContextID contextID);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
glxext.h 665 extern GLXContext glXImportContextEXT (Display *dpy, GLXContextID contextID);
671 typedef GLXContext ( * PFNGLXIMPORTCONTEXTEXTPROC) (Display *dpy, GLXContextID contextID);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/GL/
glxext.h 309 typedef GLXContext ( *PFNGLXIMPORTCONTEXTEXTPROC) (Display *dpy, GLXContextID contextID);
315 GLXContext glXImportContextEXT (Display *dpy, GLXContextID contextID);
    [all...]
  /hardware/intel/img/psb_video/src/
psb_drv_video.c     [all...]
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_api.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
glxext.h 619 typedef GLXContext ( * PFNGLXIMPORTCONTEXTEXTPROC) (Display *dpy, GLXContextID contextID);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help_3.5.0.v20100524.jar 
  /external/guice/extensions/persist/lib/
hibernate3.jar 

Completed in 1246 milliseconds