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_a_info ) &&
123 psHciContext->p_ce_a_info = ps_ce_a_info;
139 phHciNfc_sContext_t *psHciContext,
152 if ((NULL == psHciContext) || (NULL == pHwRef))
156 else if(NULL == psHciContext->p_ce_a_info)
163 psHciContext->p_ce_a_info );
178 status = phHciNfc_Open_Pipe( psHciContext,
195 status = phHciNfc_Send_Generic_Cmd(psHciContext,pHwRef,
211 status = phHciNfc_Send_Generic_Cmd(psHciContext,pHwRef,
222 status = phHciNfc_CE_A_Mode( psHciContext,
244 phHciNfc_sContext_t *psHciContext,
252 if ((NULL == psHciContext) || (NULL == pHwRef))
256 else if(NULL == psHciContext->p_ce_a_info)
263 psHciContext->p_ce_a_info );
278 status = phHciNfc_CE_A_Mode( psHciContext,
289 status = phHciNfc_Close_Pipe( psHciContext,
301 status = phHciNfc_Delete_Pipe( psHciContext,
307 psHciContext->p_pipe_list[ps_ce_a_info->pipe_id] = NULL;
327 phHciNfc_sContext_t *psHciContext,
334 if( NULL == psHciContext )
338 else if(NULL == psHciContext->p_ce_a_info)
346 psHciContext->p_ce_a_info ;
376 phHciNfc_sContext_t *psHciContext,
382 if( (NULL != psHciContext)
384 && ( NULL != psHciContext->p_ce_a_info )
389 psHciContext->p_ce_a_info ;
409 phHciNfc_sContext_t *psHciContext =
429 phHciNfc_sContext_t *psHciContext =
431 if( (NULL == psHciContext) || (NULL == pHwRef) || (NULL == pResponse)
436 else if(NULL == psHciContext->p_ce_a_info)
445 psHciContext->p_ce_a_info ;
459 status = phHciNfc_CE_A_InfoUpdate(psHciContext,
489 status = phHciNfc_CE_A_Update_Seq(psHciContext,
500 phHciNfc_sContext_t *psHciContext,
507 if( NULL == psHciContext )
511 else if( NULL == psHciContext->p_ce_a_info )
519 psHciContext->p_ce_a_info ;
563 phHciNfc_sContext_t *psHciContext = ((phHciNfc_sContext_t *)psHciHandle);
565 if((NULL == psHciContext)||(NULL == pHwRef))
569 else if(NULL == psHciContext->p_ce_a_info)
576 psHciContext->p_ce_a_info ;
586 status = phHciNfc_Send_Generic_Cmd(psHciContext,pHwRef,
613 phHciNfc_sContext_t *psHciContext =
615 if( (NULL == psHciContext) || (NULL == pHwRef) || (NULL == pEvent)
620 else if(NULL == psHciContext->p_ce_a_info)
633 psHciContext->p_ce_a_info ;
644 psHciContext->host_rf_type = phHal_eISO14443_A_PICC;
668 psHciContext, pHwRef,
701 phHciNfc_Notify_Event(psHciContext, pHwRef,
713 phHciNfc_sContext_t *psHciContext,
723 (void *)psHciContext, pHwRef,