Home | History | Annotate | Download | only in src

Lines Matching defs:psHciContext

94                             phHciNfc_sContext_t     *psHciContext, 
106 phHciNfc_sContext_t *psHciContext
111 if( NULL == psHciContext )
118 ( NULL == psHciContext->p_ce_b_info ) &&
123 psHciContext->p_ce_b_info = ps_ce_b_info;
139 phHciNfc_sContext_t *psHciContext,
147 if ((NULL == psHciContext) || (NULL == pHwRef))
151 else if(NULL == psHciContext->p_ce_b_info)
158 psHciContext->p_ce_b_info );
173 status = phHciNfc_Open_Pipe( psHciContext,
193 status = phHciNfc_Send_Generic_Cmd(psHciContext,pHwRef,
209 status = phHciNfc_Send_Generic_Cmd(psHciContext,pHwRef,
220 status = phHciNfc_CE_B_Mode( psHciContext,
242 phHciNfc_sContext_t *psHciContext,
247 if ((NULL == psHciContext) || (NULL == pHwRef))
251 else if(NULL == psHciContext->p_ce_b_info)
258 psHciContext->p_ce_b_info );
273 status = phHciNfc_CE_B_Mode( psHciContext,
284 status = phHciNfc_Close_Pipe( psHciContext,
296 status = phHciNfc_Delete_Pipe( psHciContext,
302 psHciContext->p_pipe_list[ps_ce_b_info->pipe_id] = NULL;
331 phHciNfc_sContext_t *psHciContext = ((phHciNfc_sContext_t *)psHciHandle);
333 if((NULL == psHciContext)||(NULL == pHwRef))
337 else if(NULL == psHciContext->p_ce_b_info)
344 psHciContext->p_ce_b_info ;
354 status = phHciNfc_Send_Generic_Cmd(psHciContext,pHwRef,
369 phHciNfc_sContext_t *psHciContext,
375 if( (NULL != psHciContext)
377 && ( NULL != psHciContext->p_ce_b_info )
382 psHciContext->p_ce_b_info ;
394 phHciNfc_sContext_t *psHciContext,
401 if( NULL == psHciContext )
405 else if(NULL == psHciContext->p_ce_b_info)
413 psHciContext->p_ce_b_info ;
451 phHciNfc_sContext_t *psHciContext =
471 phHciNfc_sContext_t *psHciContext =
473 if( (NULL == psHciContext) || (NULL == pHwRef) || (NULL == pResponse)
478 else if(NULL == psHciContext->p_ce_b_info)
487 psHciContext->p_ce_b_info ;
501 status = phHciNfc_CE_B_InfoUpdate(psHciContext,
532 status = phHciNfc_CE_B_Update_Seq(psHciContext,
543 phHciNfc_sContext_t *psHciContext,
550 if( NULL == psHciContext )
554 else if( NULL == psHciContext->p_ce_b_info )
562 psHciContext->p_ce_b_info ;
611 phHciNfc_sContext_t *psHciContext =
613 if( (NULL == psHciContext) || (NULL == pHwRef) || (NULL == pEvent)
618 else if(NULL == psHciContext->p_ce_b_info)
631 psHciContext->p_ce_b_info ;
642 psHciContext->host_rf_type = phHal_eISO14443_B_PICC;
666 psHciContext, pHwRef,
699 phHciNfc_Notify_Event(psHciContext, pHwRef,
711 phHciNfc_sContext_t *psHciContext,
721 (void *)psHciContext, pHwRef,