Searched refs:nfcee_id (Results 1 - 10 of 10) sorted by relevance

/system/nfc/src/nfc/nfc/
H A Dnfc_ee.c62 ** Parameters nfcee_id - the NFCEE to activate or de-activate.
69 tNFC_STATUS NFC_NfceeModeSet(uint8_t nfcee_id, tNFC_NFCEE_MODE mode) { argument
75 return nci_snd_nfcee_mode_set(nfcee_id, mode);
H A Dnfc_ncif.c963 evt_data.nfcee_id = *p++;
1044 p_info->nfcee_id = *p++;
1075 evt_data.nfcee_id = *p++;
/system/nfc/src/nfa/ee/
H A Dnfa_ee_api.c116 p_info->ee_handle = NFA_HANDLE_GROUP_EE | (tNFA_HANDLE)p_cb->nfcee_id;
226 uint8_t nfcee_id = (ee_handle & 0xFF); local
230 if (nfcee_id == p_cb->nfcee_id) {
245 p_msg->nfcee_id = nfcee_id;
285 uint8_t nfcee_id = (uint8_t)(ee_handle & 0xFF); local
293 p_cb = nfa_ee_find_ecb(nfcee_id);
303 p_msg->nfcee_id = nfcee_id;
345 uint8_t nfcee_id = (uint8_t)(ee_handle & 0xFF); local
403 uint8_t nfcee_id = (uint8_t)(ee_handle & 0xFF); local
565 uint8_t nfcee_id = (uint8_t)(ee_handle & 0xFF); local
611 uint8_t nfcee_id = (uint8_t)(ee_handle & 0xFF); local
658 uint8_t nfcee_id = (uint8_t)(ee_handle & 0xFF); local
[all...]
H A Dnfa_ee_main.c94 nfa_ee_cb.ecb[xx].nfcee_id = NFA_EE_INVALID;
99 nfa_ee_cb.ecb[NFA_EE_CB_4_DH].nfcee_id = NFC_DH_ID;
142 "nfa_ee_restore_one_ecb () nfcee_id:0x%x, ecb_flags:0x%x ee_status:0x%x "
144 p_cb->nfcee_id, p_cb->ecb_flags, p_cb->ee_status, p_cb->ee_old_status);
145 if ((p_cb->nfcee_id != NFA_EE_INVALID) &&
153 NFC_NfceeModeSet(p_cb->nfcee_id, NFC_MODE_ACTIVATE);
163 NFC_NfceeModeSet(p_cb->nfcee_id, NFC_MODE_DEACTIVATE);
178 rsp.nfcee_id = p_cb->nfcee_id;
208 if (xx >= nfa_ee_cb.cur_ee) p_cb->nfcee_id
371 nfa_ee_find_ecb(uint8_t nfcee_id) argument
[all...]
H A Dnfa_ee_act.c117 /* 5 = 1 (tag) + 1 (len) + 1(nfcee_id) + 1(power cfg) + 1 (techonogy) */
132 /* 5 = 1 (tag) + 1 (len) + 1(nfcee_id) + 1(power cfg) + 1 (protocol) */
136 NFA_TRACE_DEBUG2("nfa_ee_update_route_size nfcee_id:0x%x size_mask:%d",
137 p_cb->nfcee_id, p_cb->size_mask);
164 /* 4 = 1 (tag) + 1 (len) + 1(nfcee_id) + 1(power cfg) */
171 NFA_TRACE_DEBUG2("nfa_ee_update_route_aid_size nfcee_id:0x%x size_aid:%d",
172 p_cb->nfcee_id, p_cb->size_aid);
440 p_cb->nfcee_id, p_data->mode_set.mode);
441 NFC_NfceeModeSet(p_cb->nfcee_id, p_data->mode_set.mode);
581 nfa_ee_trace_aid("nfa_ee_api_add_aid", p_cb->nfcee_id, p_ad
1621 nfa_ee_is_active(tNFA_HANDLE nfcee_id) argument
[all...]
/system/nfc/src/nfa/int/
H A Dnfa_ee_int.h169 uint8_t nfcee_id; /* ID for this NFCEE */ member in struct:__anon2172
209 uint8_t nfcee_id; member in struct:__anon2176
217 uint8_t nfcee_id; member in struct:__anon2177
227 uint8_t nfcee_id; member in struct:__anon2178
237 uint8_t nfcee_id; member in struct:__anon2179
257 uint8_t nfcee_id; member in struct:__anon2181
266 uint8_t nfcee_id; member in struct:__anon2182
275 uint8_t nfcee_id; member in struct:__anon2183
287 uint8_t nfcee_id; member in struct:__anon2185
451 tNFA_EE_ECB* nfa_ee_find_ecb(uint8_t nfcee_id);
[all...]
/system/nfc/src/nfc/include/
H A Dnci_hmsgs.h65 uint8_t nci_snd_nfcee_mode_set(uint8_t nfcee_id, uint8_t nfcee_mode);
H A Dnfc_api.h306 uint8_t nfcee_id; /* NFCEE ID */ member in struct:__anon2310
320 uint8_t nfcee_id; /* NFCEE ID */ member in struct:__anon2311
329 uint8_t nfcee_id; /* NFCEE ID */ member in struct:__anon2312
492 uint8_t nfcee_id; /* NFCEE ID */ member in struct:__anon2321
501 uint8_t nfcee_id; /* NFCEE ID */ member in struct:__anon2322
973 ** Parameters nfcee_id - the NFCEE to activate or de-activate.
979 extern tNFC_STATUS NFC_NfceeModeSet(uint8_t nfcee_id, tNFC_NFCEE_MODE mode);
/system/nfc/src/nfc/nci/
H A Dnci_hrcv.c322 mode_set.nfcee_id = 0;
324 mode_set.nfcee_id = *p_old++;
366 nfcee_info.nfcee_id = *pp++;
383 NFC_TRACE_DEBUG4("nfcee_id: 0x%x num_interface:0x%x/0x%x, num_tlvs:0x%x",
384 nfcee_info.nfcee_id, nfcee_info.num_interface, yy,
H A Dnci_hmsgs.c287 uint8_t nci_snd_nfcee_mode_set(uint8_t nfcee_id, uint8_t nfcee_mode) { argument
303 UINT8_TO_STREAM(pp, nfcee_id);

Completed in 445 milliseconds