Home
last modified time | relevance | path

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

/external/libnfc-nxp/src/
DphHciNfc_IDMgmt.c140 phHciNfc_IDMgmt_Info_t *p_identity_info=NULL; in phHciNfc_IDMgmt_Init_Resources() local
147 if( ( NULL == psHciContext->p_identity_info ) in phHciNfc_IDMgmt_Init_Resources()
148 && (phHciNfc_Allocate_Resource((void **)(&p_identity_info), in phHciNfc_IDMgmt_Init_Resources()
152 psHciContext->p_identity_info = p_identity_info; in phHciNfc_IDMgmt_Init_Resources()
153 p_identity_info->id_cur_seq = IDMGMT_PIPE_OPEN; in phHciNfc_IDMgmt_Init_Resources()
154 p_identity_info->id_next_seq = IDMGMT_PIPE_OPEN; in phHciNfc_IDMgmt_Init_Resources()
155 p_identity_info->pipe_id = (uint8_t)HCI_UNKNOWN_PIPE_ID; in phHciNfc_IDMgmt_Init_Resources()
180 phHciNfc_IDMgmt_Info_t *p_identity_info=NULL; in phHciNfc_IDMgmt_Get_PipeID() local
183 && ( NULL != psHciContext->p_identity_info ) in phHciNfc_IDMgmt_Get_PipeID()
186 p_identity_info = (phHciNfc_IDMgmt_Info_t *) in phHciNfc_IDMgmt_Get_PipeID()
[all …]
DphHciNfc_Generic.c388 if(NULL !=(*ppsHciContext)->p_identity_info) in phHciNfc_Release_Resources()
390 phOsalNfc_FreeMemory((*ppsHciContext)->p_identity_info); in phHciNfc_Release_Resources()
391 (*ppsHciContext)->p_identity_info = NULL; in phHciNfc_Release_Resources()
DphHciNfc_Generic.h639 void *p_identity_info; member