Home
last modified time | relevance | path

Searched refs:UserCtxt (Results 1 – 3 of 3) sorted by relevance

/system/nfc/halimpl/pn54x/dnld/
DphDnldNfc.c37 static void* UserCtxt; /* Pointer to upper layer context */ variable
79 (gpphDnldContext->UserCtxt) = pContext; in phDnldNfc_Reset()
135 (gpphDnldContext->UserCtxt) = pContext; in phDnldNfc_GetVersion()
195 (gpphDnldContext->UserCtxt) = pContext; in phDnldNfc_GetSessionState()
275 (gpphDnldContext->UserCtxt) = pContext; in phDnldNfc_CheckIntegrity()
333 (gpphDnldContext->UserCtxt) = pContext; in phDnldNfc_ReadLog()
435 (gpphDnldContext->UserCtxt) = pContext; in phDnldNfc_Write()
496 (gpphDnldContext->UserCtxt) = pContext; in phDnldNfc_Log()
597 (gpphDnldContext->UserCtxt) = pContext; in phDnldNfc_Force()
710 (gpphDnldContext->UserCtxt) = pContext; in phDnldNfc_RawReq()
[all …]
DphDnldNfc_Internal.h183 void* UserCtxt; /* Pointer to upper layer context */ member
DphDnldNfc_Internal.c339 if ((NULL != (pDlCtxt->UserCb)) && (NULL != (pDlCtxt->UserCtxt))) { in phDnldNfc_ProcessSeqState()
340 pDlCtxt->UserCb((pDlCtxt->UserCtxt), wStatus, in phDnldNfc_ProcessSeqState()
529 if ((NULL != (pDlCtxt->UserCb)) && (NULL != (pDlCtxt->UserCtxt))) { in phDnldNfc_ProcessRWSeqState()
530 pDlCtxt->UserCb((pDlCtxt->UserCtxt), wStatus, in phDnldNfc_ProcessRWSeqState()