HomeSort by relevance Sort by last modified time
    Searched refs:pPipeInfo (Results 1 - 25 of 30) sorted by null

1 2

  /external/libnfc-nxp/src/
phHciNfc_IDMgmt.h 154 * \param[in] pPipeInfo Update the pipe Information of the Identity
168 phHciNfc_Pipe_Info_t *pPipeInfo
phHciNfc_PollingLoop.h 174 * \param[in] pPipeInfo Update the pipe Information of the polling loop
188 phHciNfc_Pipe_Info_t *pPipeInfo
phHciNfc_Pipe.c 784 phHciNfc_Pipe_Info_t *pPipeInfo
792 || ( NULL == pPipeInfo )
799 gate_id = (phHciNfc_GateID_t )pPipeInfo->pipe.dest.gate_id ;
806 pipe_id, pPipeInfo);
816 pipe_id, pPipeInfo);
827 pipe_id, pPipeInfo);
837 pipe_id, pPipeInfo);
867 pipe_id, pPipeInfo);
894 pipe_id, pPipeInfo);
917 pipe_id, pPipeInfo);
    [all...]
phHciNfc_ISO15693.h 139 * \param[in] pPipeInfo Update the pipe Information of the ISO15693
153 phHciNfc_Pipe_Info_t *pPipeInfo
238 * \param[in] pPipeInfo Update the pipe Information of the ISO
phHciNfc_Jewel.h 149 * \param[in] pPipeInfo Update the pipe Information of the reader
163 phHciNfc_Pipe_Info_t *pPipeInfo
phHciNfc_RFReaderB.h 148 * \param[in] pPipeInfo Update the pipe Information of the reader
162 phHciNfc_Pipe_Info_t *pPipeInfo
phHciNfc_WI.h 141 phHciNfc_Pipe_Info_t *pPipeInfo
phHciNfc_Emulation.c 166 phHciNfc_Pipe_Info_t *pPipeInfo = NULL;
173 pPipeInfo = psHciContext->p_pipe_list[NXP_PIPE_CONNECTIVITY];
175 && (NULL == pPipeInfo))
177 status = phHciNfc_Allocate_Resource((void **)&pPipeInfo,
179 if((NULL != pPipeInfo)
183 pPipeInfo->pipe.source.host_id =
186 pPipeInfo->pipe.source.gate_id =
189 pPipeInfo->pipe.dest.host_id =
192 pPipeInfo->pipe.dest.gate_id =
195 pPipeInfo->pipe.pipe_id = (uint8_t) NXP_PIPE_CONNECTIVITY
    [all...]
phHciNfc_CE_A.h 150 * \param[in] pPipeInfo Update the pipe Information of the reader
164 phHciNfc_Pipe_Info_t *pPipeInfo
177 * \param[in] pPipeInfo Update the pipe Information of the reader
phHciNfc_CE_B.h 144 * \param[in] pPipeInfo Update the pipe Information of the reader
158 phHciNfc_Pipe_Info_t *pPipeInfo
171 * \param[in] pPipeInfo Update the pipe Information of the card
phHciNfc_Emulation.h 103 phHciNfc_Pipe_Info_t *pPipeInfo
phHciNfc_Felica.h 152 * \param[in] pPipeInfo Update the pipe Information of the reader
166 phHciNfc_Pipe_Info_t *pPipeInfo
phHciNfc_Pipe.h 162 phHciNfc_Pipe_Info_t *pPipeInfo
phHciNfc_RFReaderA.h 226 * \param[in] pPipeInfo Update the pipe Information of the reader
240 phHciNfc_Pipe_Info_t *pPipeInfo
356 * \param[in] pPipeInfo Update the pipe Information of the reader
phHciNfc_SWP.h 146 * \param[in] pPipeInfo Update the pipe Information of the SWP
158 phHciNfc_Pipe_Info_t *pPipeInfo
phHciNfc_NfcIPMgmt.h 218 * \param[in] pPipeInfo Update the pipe Information of the NFCIP-1
232 phHciNfc_Pipe_Info_t *pPipeInfo
303 * \param[in] pPipeInfo Update the pipe Information of the NFCIP-1
317 phHciNfc_Pipe_Info_t *pPipeInfo
phHciNfc_DevMgmt.h 277 * \param[in] pPipeInfo Update the pipe Information of the Device
289 phHciNfc_Pipe_Info_t *pPipeInfo
phHciNfc_CE_A.c 329 phHciNfc_Pipe_Info_t *pPipeInfo
355 ps_ce_a_info->p_pipe_info = pPipeInfo;
356 if (NULL != pPipeInfo)
360 pPipeInfo->recv_resp = &phHciNfc_Recv_CE_A_Response;
362 pPipeInfo->recv_event = &phHciNfc_Recv_CE_A_Event;
phHciNfc_CE_B.c 396 phHciNfc_Pipe_Info_t *pPipeInfo
422 ps_ce_b_info->p_pipe_info = pPipeInfo;
423 if (NULL != pPipeInfo)
427 pPipeInfo->recv_resp = &phHciNfc_Recv_CE_B_Response;
429 pPipeInfo->recv_event = &phHciNfc_Recv_CE_B_Event;
phHciNfc_PollingLoop.c 548 phHciNfc_Pipe_Info_t *pPipeInfo
568 p_poll_info->p_pipe_info = pPipeInfo;
569 if (NULL != pPipeInfo)
572 pPipeInfo->recv_resp = &phHciNfc_Recv_PollLoop_Response;
574 pPipeInfo->recv_event = &phHciNfc_Recv_PollLoop_Event;
phHciNfc_ISO15693.c 171 phHciNfc_Pipe_Info_t *pPipeInfo
175 if((NULL == psHciContext) || (NULL == pPipeInfo))
191 ps_15693_info->ps_15693_pipe_info = pPipeInfo;
195 pPipeInfo->recv_resp = &phHciNfc_Recv_ISO15693_Response;
197 pPipeInfo->recv_event = &phHciNfc_Recv_ISO15693_Event;
phHciNfc_SWP.c 175 phHciNfc_Pipe_Info_t *pPipeInfo
195 ps_swp_info->p_pipe_info = pPipeInfo;
196 if (NULL != pPipeInfo)
199 pPipeInfo->recv_resp = &phHciNfc_Recv_SWP_Response;
200 pPipeInfo->recv_event =&phHciNfc_Recv_SWP_Event;
phHciNfc_WI.c 191 phHciNfc_Pipe_Info_t *pPipeInfo
211 p_WI_info->p_pipe_info = pPipeInfo;
212 if ( NULL != pPipeInfo)
215 pPipeInfo->recv_resp = &phHciNfc_Recv_WI_Response;
217 pPipeInfo->recv_event = &phHciNfc_Recv_WI_Event;
phHciNfc_Felica.c 189 phHciNfc_Pipe_Info_t *pPipeInfo
210 p_fel_info->p_pipe_info = pPipeInfo;
212 pPipeInfo->recv_resp = phHciNfc_Recv_Felica_Response;
214 pPipeInfo->recv_event = phHciNfc_Recv_Felica_Event;
    [all...]
phHciNfc_IDMgmt.c 728 phHciNfc_Pipe_Info_t *pPipeInfo
748 p_identity_info->p_pipe_info = pPipeInfo;
749 if ( NULL != pPipeInfo)
752 pPipeInfo->recv_resp = &phHciNfc_Recv_IDMgmt_Response;

Completed in 1463 milliseconds

1 2