Home | History | Annotate | Download | only in src

Lines Matching refs:ndef_cntx

531         (void) memset(&(gpphLibContext->ndef_cntx),0,
563 if(NULL != gpphLibContext->ndef_cntx.psNdefMap)
565 if(NULL != gpphLibContext->ndef_cntx.psNdefMap->SendRecvBuf)
567 phOsalNfc_FreeMemory(gpphLibContext->ndef_cntx.psNdefMap->SendRecvBuf);
568 gpphLibContext->ndef_cntx.psNdefMap->SendRecvBuf = NULL;
570 phOsalNfc_FreeMemory(gpphLibContext->ndef_cntx.psNdefMap);
571 gpphLibContext->ndef_cntx.psNdefMap = NULL;
583 if(NULL != gpphLibContext->ndef_cntx.ndef_fmt)
585 phOsalNfc_FreeMemory(gpphLibContext->ndef_cntx.ndef_fmt);
586 gpphLibContext->ndef_cntx.ndef_fmt = NULL;