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

  /external/libnfc-nxp/src/
phHciNfc_IDMgmt.c 140 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...]
phHciNfc_Generic.c 386 if(NULL !=(*ppsHciContext)->p_identity_info)
388 phOsalNfc_FreeMemory((*ppsHciContext)->p_identity_info);
389 (*ppsHciContext)->p_identity_info = NULL;
    [all...]
phHciNfc_Generic.h 642 void *p_identity_info; member in struct:phHciNfc_sContext
    [all...]

Completed in 123 milliseconds