HomeSort by relevance Sort by last modified time
    Searched defs:p_swp_info (Results 1 - 2 of 2) sorted by null

  /external/libnfc-nxp/src/
phHciNfc_SWP.c 125 && ( NULL != psHciContext->p_swp_info )
128 phHciNfc_SWP_Info_t *p_swp_info=NULL; local
129 p_swp_info = (phHciNfc_SWP_Info_t *)
130 psHciContext->p_swp_info ;
131 *ppipe_id = p_swp_info->pipe_id ;
152 if(( NULL == psHciContext->p_swp_info ) &&
156 psHciContext->p_swp_info = ps_swp_info;
184 else if(NULL == psHciContext->p_swp_info)
192 psHciContext->p_swp_info ;
230 else if(NULL == psHciContext->p_swp_info)
    [all...]
phHciNfc_Generic.h 677 void *p_swp_info; member in struct:phHciNfc_sContext
    [all...]

Completed in 109 milliseconds