Home
last modified time | relevance | path

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

/system/nfc/src/nfa/ee/
Dnfa_ee_api.cc126 p_info->ee_handle = NFA_HANDLE_GROUP_EE | (tNFA_HANDLE)p_cb->nfcee_id; in NFA_EeGetInfo()
238 uint8_t nfcee_id = (ee_handle & 0xFF); in NFA_EeModeSet() local
242 if (nfcee_id == p_cb->nfcee_id) { in NFA_EeModeSet()
257 p_msg->nfcee_id = nfcee_id; in NFA_EeModeSet()
300 uint8_t nfcee_id = (uint8_t)(ee_handle & 0xFF); in NFA_EeSetDefaultTechRouting() local
309 p_cb = nfa_ee_find_ecb(nfcee_id); in NFA_EeSetDefaultTechRouting()
319 p_msg->nfcee_id = nfcee_id; in NFA_EeSetDefaultTechRouting()
367 uint8_t nfcee_id = (uint8_t)(ee_handle & 0xFF); in NFA_EeSetDefaultProtoRouting() local
375 p_cb = nfa_ee_find_ecb(nfcee_id); in NFA_EeSetDefaultProtoRouting()
385 p_msg->nfcee_id = nfcee_id; in NFA_EeSetDefaultProtoRouting()
[all …]
Dnfa_ee_main.cc102 nfa_ee_cb.ecb[xx].nfcee_id = NFA_EE_INVALID; in nfa_ee_init()
107 nfa_ee_cb.ecb[NFA_EE_CB_4_DH].nfcee_id = NFC_DH_ID; in nfa_ee_init()
165 p_cb->nfcee_id, p_cb->ecb_flags, p_cb->ee_status, p_cb->ee_old_status); in nfa_ee_restore_one_ecb()
166 if ((p_cb->nfcee_id != NFA_EE_INVALID) && in nfa_ee_restore_one_ecb()
174 NFC_NfceeModeSet(p_cb->nfcee_id, NFC_MODE_ACTIVATE); in nfa_ee_restore_one_ecb()
184 NFC_NfceeModeSet(p_cb->nfcee_id, NFC_MODE_DEACTIVATE); in nfa_ee_restore_one_ecb()
199 rsp.nfcee_id = p_cb->nfcee_id; in nfa_ee_restore_one_ecb()
231 if (xx >= nfa_ee_cb.cur_ee) p_cb->nfcee_id = NFA_EE_INVALID; in nfa_ee_proc_nfcc_power_mode()
233 if ((p_cb->nfcee_id != NFA_EE_INVALID) && in nfa_ee_proc_nfcc_power_mode()
398 tNFA_EE_ECB* nfa_ee_find_ecb(uint8_t nfcee_id) { in nfa_ee_find_ecb() argument
[all …]
Dnfa_ee_act.cc63 uint8_t nfcee_id, uint8_t pwr_cfg, in add_route_tech_proto_tlv() argument
67 *(*pp)++ = nfcee_id; in add_route_tech_proto_tlv()
72 static void add_route_aid_tlv(uint8_t** pp, uint8_t* pa, uint8_t nfcee_id, in add_route_aid_tlv() argument
78 *(*pp)++ = nfcee_id; in add_route_aid_tlv()
202 p_cb->nfcee_id, p_cb->size_mask); in nfa_ee_update_route_size()
238 p_cb->nfcee_id, p_cb->size_aid); in nfa_ee_update_route_aid_size()
264 p_cb->nfcee_id, p_cb->size_sys_code); in nfa_ee_update_route_sys_code_size()
322 add_route_tech_proto_tlv(&pp, NFC_ROUTE_TAG_TECH, p_cb->nfcee_id, in nfa_ee_add_tech_route_to_ecb()
371 add_route_tech_proto_tlv(&pp, proto_tag, p_cb->nfcee_id, power_cfg, in nfa_ee_add_proto_route_to_ecb()
380 if (p_cb->nfcee_id == NFC_DH_ID) { in nfa_ee_add_proto_route_to_ecb()
[all …]
/system/nfc/src/nfc/nfc/
Dnfc_ee.cc74 tNFC_STATUS NFC_NfceeModeSet(uint8_t nfcee_id, tNFC_NFCEE_MODE mode) { in NFC_NfceeModeSet() argument
76 if (mode >= NCI_NUM_NFCEE_MODE || nfcee_id == NCI_DH_ID) { in NFC_NfceeModeSet()
81 status = nci_snd_nfcee_mode_set(nfcee_id, mode); in NFC_NfceeModeSet()
86 status = nci_snd_nfcee_mode_set(nfcee_id, mode); in NFC_NfceeModeSet()
153 tNFC_STATUS NFC_NfceePLConfig(uint8_t nfcee_id, in NFC_NfceePLConfig() argument
155 return nci_snd_nfcee_power_link_control(nfcee_id, pl_config); in NFC_NfceePLConfig()
Dnfc_ncif.cc1113 evt_data.nfcee_id = *p++; in nfc_ncif_proc_ee_action()
1198 p_info->nfcee_id = *p++; in nfc_ncif_proc_ee_discover_req()
1232 evt_data.nfcee_id = *p++; in nfc_ncif_proc_get_routing()
1738 nfc_response.mode_set.nfcee_id = *nfc_cb.last_cmd; in nfc_mode_set_ntf_timeout()
/system/nfc/src/nfa/include/
Dnfa_ee_int.h189 uint8_t nfcee_id; /* ID for this NFCEE */ member
239 uint8_t nfcee_id; member
247 uint8_t nfcee_id; member
260 uint8_t nfcee_id; member
273 uint8_t nfcee_id; member
291 uint8_t nfcee_id; member
309 uint8_t nfcee_id; member
318 uint8_t nfcee_id; member
327 uint8_t nfcee_id; member
334 uint8_t nfcee_id; member
[all …]
/system/nfc/src/nfc/include/
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);
Dnfc_api.h281 uint8_t nfcee_id; /* NFCEE ID */ member
296 uint8_t nfcee_id; /* NFCEE ID */ member
313 uint8_t nfcee_id; /* NFCEE ID */ member
342 uint8_t nfcee_id; /* NFCEE ID */ member
349 uint8_t nfcee_id; /* NFCEE ID */ member
479 uint8_t nfcee_id; /* NFCEE ID */ member
487 uint8_t nfcee_id; /* NFCEE ID */ member
935 extern tNFC_STATUS NFC_NfceeModeSet(uint8_t nfcee_id, tNFC_NFCEE_MODE mode);
1306 extern tNFC_STATUS NFC_NfceePLConfig(uint8_t nfcee_id,
/system/nfc/src/nfc/nci/
Dnci_hrcv.cc339 nfc_response.mode_set.nfcee_id = *p_old++; in nci_proc_ee_management_rsp()
352 nfc_response.pl_control.nfcee_id = *p_old++; in nci_proc_ee_management_rsp()
393 nfc_response.nfcee_info.nfcee_id = *pp++; in nci_proc_ee_management_ntf()
411 nfc_response.nfcee_info.nfcee_id, nfc_response.nfcee_info.num_interface, in nci_proc_ee_management_ntf()
431 nfc_response.mode_set.nfcee_id = *p_old++; in nci_proc_ee_management_ntf()
439 nfc_response.nfcee_status.nfcee_id = *pp++; in nci_proc_ee_management_ntf()
Dnci_hmsgs.cc293 uint8_t nci_snd_nfcee_mode_set(uint8_t nfcee_id, uint8_t nfcee_mode) { in nci_snd_nfcee_mode_set() argument
309 UINT8_TO_STREAM(pp, nfcee_id); in nci_snd_nfcee_mode_set()
594 uint8_t nci_snd_nfcee_power_link_control(uint8_t nfcee_id, uint8_t pl_config) { in nci_snd_nfcee_power_link_control() argument
608 UINT8_TO_STREAM(pp, nfcee_id); in nci_snd_nfcee_power_link_control()