HomeSort by relevance Sort by last modified time
    Searched defs:p_identity_info (Results 1 - 2 of 2) 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.h 639 void *p_identity_info; member in struct:phHciNfc_sContext
    [all...]

Completed in 43 milliseconds