Searched refs:p_identity_info (Results 1 - 3 of 3) sorted by relevance

/external/libnfc-nxp/src/
H A DphHciNfc_IDMgmt.c140 phHciNfc_IDMgmt_Info_t *p_identity_info=NULL; local
147 if( ( NULL == psHciContext->p_identity_info )
148 && (phHciNfc_Allocate_Resource((void **)(&p_identity_info),
152 psHciContext->p_identity_info = p_identity_info;
153 p_identity_info->id_cur_seq = IDMGMT_PIPE_OPEN;
154 p_identity_info->id_next_seq = IDMGMT_PIPE_OPEN;
155 p_identity_info->pipe_id = (uint8_t)HCI_UNKNOWN_PIPE_ID;
180 phHciNfc_IDMgmt_Info_t *p_identity_info=NULL; local
183 && ( NULL != psHciContext->p_identity_info )
204 phHciNfc_IDMgmt_Info_t *p_identity_info=NULL; local
277 phHciNfc_IDMgmt_Info_t *p_identity_info=NULL; local
456 phHciNfc_IDMgmt_Info_t *p_identity_info=NULL; local
613 phHciNfc_IDMgmt_Info_t *p_identity_info=NULL; local
664 phHciNfc_IDMgmt_Info_t *p_identity_info=NULL; local
731 phHciNfc_IDMgmt_Info_t *p_identity_info=NULL; local
769 phHciNfc_IDMgmt_Info_t *p_identity_info=NULL; local
[all...]
H A DphHciNfc_Generic.c388 if(NULL !=(*ppsHciContext)->p_identity_info)
390 phOsalNfc_FreeMemory((*ppsHciContext)->p_identity_info);
391 (*ppsHciContext)->p_identity_info = NULL;
H A DphHciNfc_Generic.h639 void *p_identity_info; member in struct:phHciNfc_sContext

Completed in 46 milliseconds