/external/libnfc-nxp/src/ |
phHciNfc_Sequence.c | 116 phHciNfc_sContext_t *psHciContext, 127 * \param[in] psHciContext psHciContext is the context of 142 phHciNfc_sContext_t *psHciContext, 152 * \param[in] psHciContext psHciContext is the context of 167 phHciNfc_sContext_t *psHciContext, 174 phHciNfc_sContext_t *psHciContext, 186 phHciNfc_sContext_t *psHciContext 194 phHciNfc_sContext_t *psHciContext, [all...] |
phHciNfc_Sequence.h | 84 * \param[in] psHciContext psHciContext is the context of 99 phHciNfc_sContext_t *psHciContext, 110 * \param[in] psHciContext psHciContext is the context of 125 phHciNfc_sContext_t *psHciContext, 135 * \param[in] psHciContext psHciContext is the context of 146 phHciNfc_sContext_t *psHciContext 156 * \param[in] psHciContext psHciContext is the context o [all...] |
phHciNfc_IDMgmt.h | 79 * \param[in] psHciContext psHciContext is the pointer to HCI Layer 93 phHciNfc_sContext_t *psHciContext, 102 * \param[in] psHciContext psHciContext is the pointer to HCI Layer 116 phHciNfc_sContext_t *psHciContext, 126 * \param[in] psHciContext psHciContext is the pointer to HCI Layer 141 phHciNfc_sContext_t *psHciContext, 151 * \param[in] psHciContext psHciContext is the pointer to HCI Laye [all...] |
phHciNfc_RFReader.h | 115 * \param[in] psHciContext psHciContext is the pointer to HCI Layer 129 phHciNfc_sContext_t *psHciContext, 138 * \param[in] psHciContext psHciContext is the pointer to HCI Layer 153 phHciNfc_sContext_t *psHciContext, 163 * \param[in] psHciContext psHciContext is the pointer to HCI Layer 181 phHciNfc_sContext_t *psHciContext, 191 * \param[in] psHciContext psHciContext is the pointer to HCI Laye [all...] |
phHciNfc.c | 97 phHciNfc_sContext_t *psHciContext = NULL; 117 psHciContext = (phHciNfc_sContext_t *) 120 if(psHciContext != NULL) 122 (void)memset((void *)psHciContext,0, 125 psHciContext->hci_state.cur_state = hciState_Reset; 126 psHciContext->hci_mode = hciMode_Reset; 127 psHciContext->p_hw_ref = pHwRef; 128 psHciContext->host_rf_type = phHal_eUnknown_DevType; 143 psHciContext->p_upper_notify = pHalNotify; 144 psHciContext->p_upper_context = psContext [all...] |
phHciNfc_LinkMgmt.h | 79 * \param[in] psHciContext psHciContext is the pointer to HCI Layer 93 phHciNfc_sContext_t *psHciContext, 102 * \param[in] psHciContext psHciContext is the pointer to HCI Layer 117 phHciNfc_sContext_t *psHciContext, 128 * \param[in] psHciContext psHciContext is the pointer to HCI Layer 143 phHciNfc_sContext_t *psHciContext,
|
phHciNfc_RFReader.c | 112 phHciNfc_sContext_t *psHciContext, 120 phHciNfc_sContext_t *psHciContext, 140 phHciNfc_sContext_t *psHciContext 145 if( NULL == psHciContext ) 151 if( ( NULL == psHciContext->p_reader_mgmt_info ) 156 psHciContext->p_reader_mgmt_info = p_reader_mgmt_info; 180 phHciNfc_sContext_t *psHciContext, 186 if( NULL == psHciContext ) 192 if( NULL == psHciContext->p_reader_mgmt_info ) 200 psHciContext->p_reader_mgmt_info [all...] |
phHciNfc_AdminMgmt.h | 85 * \param[in] psHciContext psHciContext is the pointer to HCI Layer 100 phHciNfc_sContext_t *psHciContext, 110 * \param[in] psHciContext psHciContext is the pointer to HCI Layer 128 phHciNfc_sContext_t *psHciContext, 140 * \param[in] psHciContext psHciContext is the pointer to HCI Layer 157 phHciNfc_sContext_t *psHciContext, 171 * \param[in] psHciContext psHciContext is the pointer to HCI Laye [all...] |
phHciNfc_PollingLoop.h | 90 * \param[in] psHciContext psHciContext is the pointer to HCI Layer 105 phHciNfc_sContext_t *psHciContext, 115 * \param[in] psHciContext psHciContext is the pointer to HCI Layer 131 phHciNfc_sContext_t *psHciContext, 142 * \param[in] psHciContext psHciContext is the pointer to HCI Layer 171 * \param[in] psHciContext psHciContext is the pointer to HCI Laye [all...] |
phHciNfc_Pipe.c | 121 phHciNfc_sContext_t *psHciContext, 144 phHciNfc_sContext_t *psHciContext, 168 /* if( hciMode_Override == psHciContext->hci_mode ) */ 173 status = phHciNfc_Send_Admin_Cmd( psHciContext, pHwRef, 188 phHciNfc_sContext_t *psHciContext, 224 status = phHciNfc_Create_All_Pipes(psHciContext, 230 status = phHciNfc_Update_PipeInfo( psHciContext, p_pipe_seq , 235 psHciContext->p_pipe_list[pipe_id] = p_pipe_info; 257 status = phHciNfc_LinkMgmt_Initialise( psHciContext,pHwRef ); 260 status = phHciNfc_ReaderMgmt_Initialise( psHciContext,pHwRef ) [all...] |
phHciNfc_Generic.c | 136 phHciNfc_sContext_t *psHciContext, 150 phHciNfc_sContext_t *psHciContext, 163 phHciNfc_sContext_t *psHciContext, 176 phHciNfc_sContext_t *psHciContext, 190 phHciNfc_sContext_t *psHciContext, 228 * \param[in] psHciContext psHciContext is the context of 249 phHciNfc_sContext_t *psHciContext, 516 phHciNfc_sContext_t *psHciContext, 521 &(psHciContext->lower_interface) [all...] |
phHciNfc_Emulation.h | 101 phHciNfc_sContext_t *psHciContext, 109 phHciNfc_sContext_t *psHciContext, 116 phHciNfc_sContext_t *psHciContext, 123 phHciNfc_sContext_t *psHciContext, 131 phHciNfc_sContext_t *psHciContext, 139 phHciNfc_sContext_t *psHciContext, 146 phHciNfc_sContext_t *psHciContext, 153 phHciNfc_sContext_t *psHciContext,
|
phHciNfc_ISO15693.h | 104 phHciNfc_sContext_t *psHciContext 113 * \param[in] psHciContext psHciContext is the pointer to HCI Layer 126 phHciNfc_sContext_t *psHciContext, 136 * \param[in] psHciContext psHciContext is the pointer to HCI Layer 151 phHciNfc_sContext_t *psHciContext, 162 * \param[in] psHciContext psHciContext is the pointer to HCI Layer 175 phHciNfc_sContext_t *psHciContext, [all...] |
phHciNfc_Jewel.h | 113 phHciNfc_sContext_t *psHciContext 122 * \param[in] psHciContext psHciContext is the pointer to HCI Layer 135 phHciNfc_sContext_t *psHciContext, 146 * \param[in] psHciContext psHciContext is the pointer to HCI Layer 161 phHciNfc_sContext_t *psHciContext, 171 * \param[in] psHciContext psHciContext is the pointer to HCI Layer 183 phHciNfc_sContext_t *psHciContext, [all...] |
phHciNfc_NfcIPMgmt.h | 183 phHciNfc_sContext_t *psHciContext 192 * \param[in] psHciContext psHciContext is the pointer to HCI Layer 205 phHciNfc_sContext_t *psHciContext, 215 * \param[in] psHciContext psHciContext is the pointer to HCI Layer 230 phHciNfc_sContext_t *psHciContext, 268 phHciNfc_sContext_t *psHciContext 277 * \param[in] psHciContext psHciContext is the pointer to HCI Laye [all...] |
phHciNfc_LinkMgmt.c | 87 phHciNfc_sContext_t *psHciContext, 96 void *psHciContext, 124 phHciNfc_sContext_t *psHciContext, 133 if( ( NULL == psHciContext ) 141 if( ( NULL == psHciContext->p_link_mgmt_info ) 146 psHciContext->p_link_mgmt_info = p_link_mgmt_info; 154 psHciContext->p_link_mgmt_info ; 163 else if( hciMode_Session == psHciContext->hci_mode ) 188 psHciContext->p_pipe_list[PIPETYPE_STATIC_LINK] = 190 status = phHciNfc_Open_Pipe( psHciContext, [all...] |
phHciNfc_DevMgmt.h | 146 * \param[in] psHciContext psHciContext is the pointer to HCI Layer 155 phHciNfc_DevMgmt_Init_Resources(phHciNfc_sContext_t *psHciContext); 164 * \param[in] psHciContext psHciContext is the pointer to HCI Layer 179 phHciNfc_sContext_t *psHciContext, 189 * \param[in] psHciContext psHciContext is the pointer to HCI Layer 204 phHciNfc_sContext_t *psHciContext, 214 * \param[in] psHciContext psHciContext is the pointer to HCI Laye [all...] |
phHciNfc_CE_A.c | 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, [all...] |
phHciNfc_CE_B.c | 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, [all...] |
phHciNfc_DevMgmt.c | 151 phHciNfc_sContext_t *psHciContext, 161 void *psHciContext, 188 phHciNfc_sContext_t *psHciContext, 197 phHciNfc_sContext_t *psHciContext, 210 phHciNfc_sContext_t *psHciContext 216 if( NULL == psHciContext ) 222 if(( NULL == psHciContext->p_device_mgmt_info ) && 226 psHciContext->p_device_mgmt_info = p_device_mgmt_info; 242 phHciNfc_sContext_t *psHciContext, 248 if( (NULL != psHciContext) [all...] |
phHciNfc_Felica.c | 105 phHciNfc_sContext_t *psHciContext, 114 phHciNfc_sContext_t *psHciContext, 129 phHciNfc_sContext_t *psHciContext, 135 if( (NULL != psHciContext) 137 && ( NULL != psHciContext->p_felica_info ) 141 p_fel_info = (phHciNfc_Felica_Info_t *)psHciContext->p_felica_info ; 154 phHciNfc_sContext_t *psHciContext 159 if( NULL == psHciContext ) 166 ( NULL == psHciContext->p_felica_info ) && 171 psHciContext->p_felica_info = p_fel_info [all...] |
phHciNfc_RFReaderA.c | 109 phHciNfc_sContext_t *psHciContext, 118 phHciNfc_sContext_t *psHciContext, 131 phHciNfc_sContext_t *psHciContext, 144 phHciNfc_sContext_t *psHciContext, 150 if( (NULL != psHciContext) 152 && ( NULL != psHciContext->p_reader_a_info ) 157 psHciContext->p_reader_a_info ; 170 phHciNfc_sContext_t *psHciContext 175 if( NULL == psHciContext ) 182 ( NULL == psHciContext->p_reader_a_info ) & [all...] |
phHciNfc_SWP.c | 82 phHciNfc_sContext_t *psHciContext, 105 phHciNfc_sContext_t *psHciContext, 117 phHciNfc_sContext_t *psHciContext, 123 if( (NULL != psHciContext) 125 && ( NULL != psHciContext->p_swp_info ) 130 psHciContext->p_swp_info ; 141 phHciNfc_SWP_Init_Resources(phHciNfc_sContext_t *psHciContext) 146 if( NULL == psHciContext ) 152 if(( NULL == psHciContext->p_swp_info ) && 156 psHciContext->p_swp_info = ps_swp_info [all...] |
phHciNfc_Jewel.c | 93 phHciNfc_sContext_t *psHciContext, 102 phHciNfc_sContext_t *psHciContext, 114 phHciNfc_sContext_t *psHciContext, 120 if( (NULL != psHciContext) 122 && ( NULL != psHciContext->p_jewel_info ) 126 ps_jewel_info = (phHciNfc_Jewel_Info_t *)psHciContext->p_jewel_info; 138 phHciNfc_sContext_t *psHciContext 143 if( NULL == psHciContext ) 150 ( NULL == psHciContext->p_jewel_info ) && 155 psHciContext->p_jewel_info = ps_jewel_info [all...] |
phHciNfc_PollingLoop.c | 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 [all...] |