/system/nfc/src/nfa/ee/ |
D | nfa_ee_api.cc | 126 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() 362 uint8_t nfcee_id = (uint8_t)(ee_handle & 0xFF); in NFA_EeClearDefaultTechRouting() local 373 p_cb = nfa_ee_find_ecb(nfcee_id); in NFA_EeClearDefaultTechRouting() 383 p_msg->nfcee_id = nfcee_id; in NFA_EeClearDefaultTechRouting() [all …]
|
D | nfa_ee_main.cc | 104 nfa_ee_cb.ecb[xx].nfcee_id = NFA_EE_INVALID; in nfa_ee_init() 109 nfa_ee_cb.ecb[NFA_EE_CB_4_DH].nfcee_id = NFC_DH_ID; in nfa_ee_init() 167 p_cb->nfcee_id, p_cb->ecb_flags, p_cb->ee_status, p_cb->ee_old_status); in nfa_ee_restore_one_ecb() 168 if ((p_cb->nfcee_id != NFA_EE_INVALID) && in nfa_ee_restore_one_ecb() 176 NFC_NfceeModeSet(p_cb->nfcee_id, NFC_MODE_ACTIVATE); in nfa_ee_restore_one_ecb() 186 NFC_NfceeModeSet(p_cb->nfcee_id, NFC_MODE_DEACTIVATE); in nfa_ee_restore_one_ecb() 201 rsp.nfcee_id = p_cb->nfcee_id; in nfa_ee_restore_one_ecb() 233 if (xx >= nfa_ee_cb.cur_ee) p_cb->nfcee_id = NFA_EE_INVALID; in nfa_ee_proc_nfcc_power_mode() 235 if ((p_cb->nfcee_id != NFA_EE_INVALID) && in nfa_ee_proc_nfcc_power_mode() 400 tNFA_EE_ECB* nfa_ee_find_ecb(uint8_t nfcee_id) { in nfa_ee_find_ecb() argument [all …]
|
D | nfa_ee_act.cc | 66 uint8_t nfcee_id, uint8_t pwr_cfg, in add_route_tech_proto_tlv() argument 70 *(*pp)++ = nfcee_id; in add_route_tech_proto_tlv() 75 static void add_route_aid_tlv(uint8_t** pp, uint8_t* pa, uint8_t nfcee_id, in add_route_aid_tlv() argument 81 *(*pp)++ = nfcee_id; in add_route_aid_tlv() 202 (p_cb->nfcee_id == NFC_DH_ID && in nfa_ee_update_route_size() 211 p_cb->nfcee_id, p_cb->size_mask_proto, p_cb->size_mask_tech); in nfa_ee_update_route_size() 247 p_cb->nfcee_id, p_cb->size_aid); in nfa_ee_update_route_aid_size() 273 p_cb->nfcee_id, p_cb->size_sys_code); in nfa_ee_update_route_sys_code_size() 333 add_route_tech_proto_tlv(&pp, NFC_ROUTE_TAG_TECH, p_cb->nfcee_id, in nfa_ee_add_tech_route_to_ecb() 362 (p_cb->nfcee_id == NFC_DH_ID && in nfa_ee_add_proto_route_to_ecb() [all …]
|
/system/nfc/src/nfc/nfc/ |
D | nfc_ee.cc | 74 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()
|
D | nfc_ncif.cc | 1171 evt_data.nfcee_id = *p++; in nfc_ncif_proc_ee_action() 1263 p_info->nfcee_id = *p++; in nfc_ncif_proc_ee_discover_req() 1297 evt_data.nfcee_id = *p++; in nfc_ncif_proc_get_routing() 1797 nfc_response.mode_set.nfcee_id = *nfc_cb.last_cmd; in nfc_mode_set_ntf_timeout()
|
/system/nfc/src/nfa/include/ |
D | nfa_ee_int.h | 197 uint8_t nfcee_id; /* ID for this NFCEE */ member 247 uint8_t nfcee_id; member 255 uint8_t nfcee_id; member 268 uint8_t nfcee_id; member 281 uint8_t nfcee_id; member 299 uint8_t nfcee_id; member 317 uint8_t nfcee_id; member 326 uint8_t nfcee_id; member 335 uint8_t nfcee_id; member 342 uint8_t nfcee_id; member [all …]
|
/system/nfc/src/nfc/include/ |
D | nci_hmsgs.h | 64 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);
|
D | nfc_api.h | 281 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 480 uint8_t nfcee_id; /* NFCEE ID */ member 488 uint8_t nfcee_id; /* NFCEE ID */ member 936 extern tNFC_STATUS NFC_NfceeModeSet(uint8_t nfcee_id, tNFC_NFCEE_MODE mode); 1307 extern tNFC_STATUS NFC_NfceePLConfig(uint8_t nfcee_id,
|
/system/nfc/src/nfc/nci/ |
D | nci_hrcv.cc | 345 nfc_response.mode_set.nfcee_id = *p_old++; in nci_proc_ee_management_rsp() 358 nfc_response.pl_control.nfcee_id = *p_old++; in nci_proc_ee_management_rsp() 399 nfc_response.nfcee_info.nfcee_id = *pp++; in nci_proc_ee_management_ntf() 417 nfc_response.nfcee_info.nfcee_id, nfc_response.nfcee_info.num_interface, in nci_proc_ee_management_ntf() 437 nfc_response.mode_set.nfcee_id = *p_old++; in nci_proc_ee_management_ntf() 445 nfc_response.nfcee_status.nfcee_id = *pp++; in nci_proc_ee_management_ntf()
|
D | nci_hmsgs.cc | 293 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()
|