Home | History | Annotate | Download | only in tee_client_api

Lines Matching refs:imp

204                pSCXParam->sMemref.hBlock  = pTEECParam->memref.parent->imp._hBlock;
245 nResult = ioctl((S_HANDLE)pContext->imp._hConnection, IOCTL_SCX_EXCHANGE, pCommand);
439 pContext->imp._hConnection = hDriver;
444 pContext->imp._hConnection = 0;
457 close(pContext->imp._hConnection);
458 pContext->imp._hConnection = 0;
488 context = session->imp._pContext;
493 sCommand.sCloseClientSession.hClientSession = session->imp._hClientSession;
496 session->imp._hClientSession = S_HANDLE_NULL;
497 session->imp._pContext = NULL;
544 sharedMem->imp._pContext = context;
545 sharedMem->imp._hBlock = sAnswer.sRegisterSharedMemory.hBlock;
557 sharedMem->imp._pContext = NULL;
558 sharedMem->imp._hBlock = S_HANDLE_NULL;
559 sharedMem->imp._bAllocated = false;
571 sharedMem->imp._pContext = NULL;
572 sharedMem->imp._hBlock = S_HANDLE_NULL;
578 sharedMem->imp._bAllocated = true;
596 context = (TEEC_Context *)sharedMem->imp._pContext;
601 sMessage.sReleaseSharedMemory.hBlock = sharedMem->imp._hBlock;
603 if (sharedMem->imp._bAllocated)
613 sharedMem->imp._pContext = NULL;
614 sharedMem->imp._hBlock = S_HANDLE_NULL;
639 context = operation->imp._pContext;
644 sMessage.sCancelClientOperation.hClientSession = operation->imp._hSession;
802 operation->imp._pContext = context;
803 operation->imp._hSession = S_HANDLE_NULL;
825 session->imp._hClientSession = sAnswer.sOpenClientSession.hClientSession;
826 session->imp._pContext = context;
846 context = (TEEC_Context *)session->imp._pContext;
860 sCommand.sInvokeClientCommand.hClientSession = session->imp._hClientSession;
865 operation->imp._pContext = session->imp._pContext;
866 operation->imp._hSession = session->imp._hClientSession;
875 operation->imp._hSession = S_HANDLE_NULL;
876 operation->imp._pContext = NULL;
914 nResult = ioctl((S_HANDLE)context->imp._hConnection, IOCTL_SCX_GET_DESCRIPTION, &sInfoBuffer);