Searched refs:p_swp_info (Results 1 – 4 of 4) sorted by relevance
125 && ( NULL != psHciContext->p_swp_info ) in phHciNfc_SWP_Get_PipeID()128 phHciNfc_SWP_Info_t *p_swp_info=NULL; in phHciNfc_SWP_Get_PipeID() local129 p_swp_info = (phHciNfc_SWP_Info_t *) in phHciNfc_SWP_Get_PipeID()130 psHciContext->p_swp_info ; in phHciNfc_SWP_Get_PipeID()131 *ppipe_id = p_swp_info->pipe_id ; in phHciNfc_SWP_Get_PipeID()152 if(( NULL == psHciContext->p_swp_info ) && in phHciNfc_SWP_Init_Resources()156 psHciContext->p_swp_info = ps_swp_info; in phHciNfc_SWP_Init_Resources()184 else if(NULL == psHciContext->p_swp_info) in phHciNfc_SWP_Update_PipeInfo()192 psHciContext->p_swp_info ; in phHciNfc_SWP_Update_PipeInfo()230 else if(NULL == psHciContext->p_swp_info) in phHciNfc_Recv_SWP_Response()[all …]
564 psHciContext->p_swp_info)->p_pipe_info; in phHciNfc_EmuMgmt_Initialise()589 psHciContext->p_swp_info)->p_pipe_info; in phHciNfc_EmuMgmt_Initialise()618 psHciContext->p_swp_info)->p_pipe_info; in phHciNfc_EmuMgmt_Initialise()632 psHciContext->p_swp_info)->uicc_status; in phHciNfc_EmuMgmt_Initialise()694 psHciContext->p_swp_info)->p_pipe_info; in phHciNfc_EmuMgmt_Initialise()719 psHciContext->p_swp_info)->p_pipe_info; in phHciNfc_EmuMgmt_Initialise()783 psHciContext->p_swp_info)->uicc_status; in phHciNfc_Uicc_Connect_Status()938 psHciContext->p_swp_info)->p_pipe_info; in phHciNfc_EmuMgmt_Release()961 psHciContext->p_swp_info)->p_pipe_info; in phHciNfc_EmuMgmt_Release()
458 if(NULL !=(*ppsHciContext)->p_swp_info) in phHciNfc_Release_Resources()460 phOsalNfc_FreeMemory((*ppsHciContext)->p_swp_info); in phHciNfc_Release_Resources()461 (*ppsHciContext)->p_swp_info = NULL; in phHciNfc_Release_Resources()
681 void *p_swp_info; member