Home | History | Annotate | Download | only in src

Lines Matching defs:psHciContext

111                                 phHciNfc_sContext_t     *psHciContext,
122 * \param[in] psHciContext psHciContext is the pointer to HCI Layer
172 phHciNfc_sContext_t *psHciContext,
178 if( (NULL != psHciContext)
180 && ( NULL != psHciContext->p_poll_loop_info )
185 psHciContext->p_poll_loop_info ;
197 phHciNfc_sContext_t *psHciContext
202 if( NULL == psHciContext )
209 ( NULL == psHciContext->p_poll_loop_info )
214 psHciContext->p_poll_loop_info = p_poll_info;
237 phHciNfc_sContext_t *psHciContext,
243 if( NULL == psHciContext )
249 if( NULL == psHciContext->p_poll_loop_info )
259 psHciContext->p_poll_loop_info ;
269 status = phHciNfc_Open_Pipe( psHciContext,
283 phHciNfc_sContext_t *psHciContext,
288 if( (NULL == psHciContext) || (NULL == pHwRef) )
294 if( NULL != psHciContext->p_poll_loop_info )
298 psHciContext->p_poll_loop_info ;
311 status = phHciNfc_Close_Pipe( psHciContext,
327 } /* End of if( NULL != psHciContext->p_poll_loop_info ) */
328 } /* End of if( (NULL == psHciContext) || (NULL == pHwRef) ) */
341 phHciNfc_sContext_t *psHciContext = ((phHciNfc_sContext_t *)psHciHandle);
348 if( (NULL == psHciContext)
354 else if(NULL == psHciContext->p_poll_loop_info)
365 p_poll_cfg = (phHal_sADD_Cfg_t*)psHciContext->p_config_params;
367 psHciContext->p_poll_loop_info ;
427 phHciNfc_Send_Generic_Cmd( psHciContext, pHwRef,
438 phHciNfc_Send_Generic_Cmd( psHciContext, pHwRef,
464 phHciNfc_Send_Generic_Cmd( psHciContext, pHwRef,
474 phHciNfc_Send_Generic_Cmd( psHciContext, pHwRef,
506 phHciNfc_Send_Generic_Cmd( psHciContext, pHwRef,
516 phHciNfc_Send_Generic_Cmd( psHciContext, pHwRef,
546 phHciNfc_sContext_t *psHciContext,
553 if( NULL == psHciContext )
557 else if ( NULL == psHciContext->p_poll_loop_info )
565 psHciContext->p_poll_loop_info ;
595 phHciNfc_sContext_t *psHciContext =
599 if( (NULL == psHciContext) || (NULL == pHwRef) || (NULL == pResponse)
604 else if( NULL == psHciContext->p_poll_loop_info )
613 psHciContext->p_poll_loop_info ;
631 status = phHciNfc_PollLoop_InfoUpdate(psHciContext,
677 phHciNfc_sContext_t *psHciContext =
679 if( (NULL == psHciContext) || (NULL == pHwRef) || (NULL == pEvent)
684 else if( NULL == psHciContext->p_poll_loop_info )
697 psHciContext->p_poll_loop_info ;
723 phHciNfc_Notify_Event((void *)psHciContext,
736 phHciNfc_Notify_Event((void *)psHciContext,
756 phHciNfc_sContext_t *psHciContext,
765 (psHciContext->p_poll_loop_info );