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

  /external/libnfc-nxp/src/
phLibNfc_Internal.h 215 phFriNfc_OvrHal_t *psOverHalCtxt;
phLibNfc_ndef_raw.c 657 gpphLibContext->psOverHalCtxt =(phFriNfc_OvrHal_t *)
661 if(NULL == gpphLibContext->psOverHalCtxt)
668 (void)memset(gpphLibContext->psOverHalCtxt,0,
672 gpphLibContext->psOverHalCtxt->psHwReference =
723 if(gpphLibContext->psOverHalCtxt !=NULL)
725 phOsalNfc_FreeMemory(gpphLibContext->psOverHalCtxt);
726 gpphLibContext->psOverHalCtxt =NULL;
794 gpphLibContext->psOverHalCtxt,
    [all...]
phLibNfc.c 573 if(NULL != gpphLibContext->psOverHalCtxt)
575 phOsalNfc_FreeMemory(gpphLibContext->psOverHalCtxt);
    [all...]
phLibNfc_llcp.c 162 gpphLibContext->psOverHalCtxt,

Completed in 61 milliseconds