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

  /external/libnfc-nxp/src/
phLibNfc_ndef_raw.c 152 ||(CHK_NDEF_NOT_DONE == gpphLibContext->ndef_cntx.is_ndef))
157 else if(gpphLibContext->ndef_cntx.is_ndef == FALSE)
162 else if((gpphLibContext->ndef_cntx.is_ndef == TRUE)
163 &&(0 == gpphLibContext->ndef_cntx.NdefActualSize))
179 gpphLibContext->ndef_cntx.eLast_Call = NdefRd;
205 (uint8_t)gpphLibContext->ndef_cntx.psNdefMap
221 gpphLibContext->ndef_cntx.psUpperNdefMsg = psRd;
225 gpphLibContext->ndef_cntx.psNdefMap,
231 gpphLibContext->ndef_cntx.NdefContinueRead =(uint8_t) ((phLibNfc_Ndef_EBegin==Offset) ?
235 RetVal = phFriNfc_NdefMap_RdNdef(gpphLibContext->ndef_cntx.psNdefMap
    [all...]
phLibNfc.c 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
    [all...]
phLibNfc_Internal.h 212 phLibNfc_NdefInfo_t ndef_cntx; member in struct:phLibNfc_LibContext
phLibNfc_initiator.c 770 gpphLibContext->ndef_cntx.is_ndef = CHK_NDEF_NOT_DONE;
    [all...]

Completed in 34 milliseconds