Searched refs:nfcee_id (Results 1 - 10 of 10) sorted by last modified time

/system/nfc/src/nfa/ee/
H A Dnfa_ee_act.cc63 uint8_t nfcee_id, uint8_t pwr_cfg,
67 *(*pp)++ = nfcee_id;
72 static void add_route_aid_tlv(uint8_t** pp, uint8_t* pa, uint8_t nfcee_id, argument
78 *(*pp)++ = nfcee_id;
172 /* 5 = 1 (tag) + 1 (len) + 1(nfcee_id) + 1(power cfg) + 1 (technology) */
196 /* 5 = 1 (tag) + 1 (len) + 1(nfcee_id) + 1(power cfg) + 1 (protocol) */
201 << StringPrintf("nfa_ee_update_route_size nfcee_id:0x%x size_mask:%d",
202 p_cb->nfcee_id, p_cb->size_mask);
229 /* 4 = 1 (tag) + 1 (len) + 1(nfcee_id) + 1(power cfg) */
237 << StringPrintf("nfa_ee_update_route_aid_size nfcee_id
62 add_route_tech_proto_tlv(uint8_t** pp, uint8_t tlv_type, uint8_t nfcee_id, uint8_t pwr_cfg, uint8_t tech_proto) argument
2275 nfa_ee_is_active(tNFA_HANDLE nfcee_id) argument
[all...]
H A Dnfa_ee_api.cc126 p_info->ee_handle = NFA_HANDLE_GROUP_EE | (tNFA_HANDLE)p_cb->nfcee_id;
238 uint8_t nfcee_id = (ee_handle & 0xFF); local
242 if (nfcee_id == p_cb->nfcee_id) {
257 p_msg->nfcee_id = nfcee_id;
300 uint8_t nfcee_id = (uint8_t)(ee_handle & 0xFF); local
309 p_cb = nfa_ee_find_ecb(nfcee_id);
319 p_msg->nfcee_id = nfcee_id;
367 uint8_t nfcee_id = (uint8_t)(ee_handle & 0xFF); local
429 uint8_t nfcee_id = (uint8_t)(ee_handle & 0xFF); local
534 uint8_t nfcee_id = (uint8_t)(ee_handle & 0xFF); local
690 uint8_t nfcee_id = (uint8_t)(ee_handle & 0xFF); local
736 uint8_t nfcee_id = (uint8_t)(ee_handle & 0xFF); local
783 uint8_t nfcee_id = (uint8_t)(ee_handle & 0xFF); local
[all...]
H A Dnfa_ee_main.cc102 nfa_ee_cb.ecb[xx].nfcee_id = NFA_EE_INVALID;
107 nfa_ee_cb.ecb[NFA_EE_CB_4_DH].nfcee_id = NFC_DH_ID;
163 "nfcee_id:0x%x, ecb_flags:0x%x ee_status:0x%x "
165 p_cb->nfcee_id, p_cb->ecb_flags, p_cb->ee_status, p_cb->ee_old_status);
166 if ((p_cb->nfcee_id != NFA_EE_INVALID) &&
174 NFC_NfceeModeSet(p_cb->nfcee_id, NFC_MODE_ACTIVATE);
184 NFC_NfceeModeSet(p_cb->nfcee_id, NFC_MODE_DEACTIVATE);
199 rsp.nfcee_id = p_cb->nfcee_id;
231 if (xx >= nfa_ee_cb.cur_ee) p_cb->nfcee_id
398 nfa_ee_find_ecb(uint8_t nfcee_id) argument
[all...]
/system/nfc/src/nfa/include/
H A Dnfa_ee_int.h189 uint8_t nfcee_id; /* ID for this NFCEE */ member in struct:__anon2258
239 uint8_t nfcee_id; member in struct:__anon2262
247 uint8_t nfcee_id; member in struct:__anon2263
260 uint8_t nfcee_id; member in struct:__anon2264
273 uint8_t nfcee_id; member in struct:__anon2265
291 uint8_t nfcee_id; member in struct:__anon2267
309 uint8_t nfcee_id; member in struct:__anon2269
318 uint8_t nfcee_id; member in struct:__anon2270
327 uint8_t nfcee_id; member in struct:__anon2271
334 uint8_t nfcee_id; member in struct:__anon2272
[all...]
/system/nfc/src/nfc/include/
H A Dnci_hmsgs.h64 uint8_t nci_snd_nfcee_mode_set(uint8_t nfcee_id, uint8_t nfcee_mode);
68 uint8_t nci_snd_nfcee_power_link_control(uint8_t nfcee_id, uint8_t pl_config);
H A Dnfc_api.h281 uint8_t nfcee_id; /* NFCEE ID */ member in struct:__anon2461
296 uint8_t nfcee_id; /* NFCEE ID */ member in struct:__anon2462
313 uint8_t nfcee_id; /* NFCEE ID */ member in struct:__anon2464
342 uint8_t nfcee_id; /* NFCEE ID */ member in struct:__anon2468
349 uint8_t nfcee_id; /* NFCEE ID */ member in struct:__anon2469
479 uint8_t nfcee_id; /* NFCEE ID */ member in struct:__anon2475
487 uint8_t nfcee_id; /* NFCEE ID */ member in struct:__anon2476
929 ** Parameters nfcee_id - the NFCEE to activate or de-activate.
935 extern tNFC_STATUS NFC_NfceeModeSet(uint8_t nfcee_id, tNFC_NFCEE_MODE mode);
1293 ** Parameters nfcee_id
[all...]
/system/nfc/src/nfc/nci/
H A Dnci_hmsgs.cc293 uint8_t nci_snd_nfcee_mode_set(uint8_t nfcee_id, uint8_t nfcee_mode) { argument
309 UINT8_TO_STREAM(pp, nfcee_id);
594 uint8_t nci_snd_nfcee_power_link_control(uint8_t nfcee_id, uint8_t pl_config) { argument
608 UINT8_TO_STREAM(pp, nfcee_id);
H A Dnci_hrcv.cc339 nfc_response.mode_set.nfcee_id = *p_old++;
352 nfc_response.pl_control.nfcee_id = *p_old++;
393 nfc_response.nfcee_info.nfcee_id = *pp++;
410 "nfcee_id: 0x%x num_interface:0x%x/0x%x, num_tlvs:0x%x",
411 nfc_response.nfcee_info.nfcee_id, nfc_response.nfcee_info.num_interface,
431 nfc_response.mode_set.nfcee_id = *p_old++;
439 nfc_response.nfcee_status.nfcee_id = *pp++;
/system/nfc/src/nfc/nfc/
H A Dnfc_ee.cc67 ** Parameters nfcee_id - the NFCEE to activate or de-activate.
74 tNFC_STATUS NFC_NfceeModeSet(uint8_t nfcee_id, tNFC_NFCEE_MODE mode) { argument
76 if (mode >= NCI_NUM_NFCEE_MODE || nfcee_id == NCI_DH_ID) {
81 status = nci_snd_nfcee_mode_set(nfcee_id, mode);
86 status = nci_snd_nfcee_mode_set(nfcee_id, mode);
140 ** Parameters nfcee_id - the NFCEE to activate or de-activate.
153 tNFC_STATUS NFC_NfceePLConfig(uint8_t nfcee_id, argument
155 return nci_snd_nfcee_power_link_control(nfcee_id, pl_config);
H A Dnfc_ncif.cc1097 evt_data.nfcee_id = *p++;
1182 p_info->nfcee_id = *p++;
1216 evt_data.nfcee_id = *p++;
1717 nfc_response.mode_set.nfcee_id = *nfc_cb.last_cmd;

Completed in 102 milliseconds