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 219 phFriNfc_OvrHal_t *psOverHalCtxt;
phLibNfc_ndef_raw.c 660 gpphLibContext->psOverHalCtxt =(phFriNfc_OvrHal_t *)
664 if(NULL == gpphLibContext->psOverHalCtxt)
671 (void)memset(gpphLibContext->psOverHalCtxt,0,
675 gpphLibContext->psOverHalCtxt->psHwReference =
726 if(gpphLibContext->psOverHalCtxt !=NULL)
728 phOsalNfc_FreeMemory(gpphLibContext->psOverHalCtxt);
729 gpphLibContext->psOverHalCtxt =NULL;
797 gpphLibContext->psOverHalCtxt,
    [all...]
phLibNfc.c 585 if(NULL != gpphLibContext->psOverHalCtxt)
587 phOsalNfc_FreeMemory(gpphLibContext->psOverHalCtxt);
    [all...]
phLibNfc_llcp.c 162 gpphLibContext->psOverHalCtxt,
    [all...]

Completed in 445 milliseconds