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

  /system/nfc/src/nfc/nfc/
nfc_ee.cc 67 ** Parameters nfcee_id - the NFCEE to activate or de-activate.
74 tNFC_STATUS NFC_NfceeModeSet(uint8_t nfcee_id, tNFC_NFCEE_MODE mode) {
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,
155 return nci_snd_nfcee_power_link_control(nfcee_id, pl_config);
nfc_ncif.cc     [all...]
  /system/nfc/src/nfa/ee/
nfa_ee_api.cc 126 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...]
nfa_ee_main.cc 102 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 = NFA_EE_INVALID
    [all...]
nfa_ee_act.cc 63 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,
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:0x%x size_aid:%d"
    [all...]
  /system/nfc/src/nfa/include/
nfa_ee_int.h 189 uint8_t nfcee_id; /* ID for this NFCEE */ member in struct:__anon3375
239 uint8_t nfcee_id; member in struct:__anon3379
247 uint8_t nfcee_id; member in struct:__anon3380
260 uint8_t nfcee_id; member in struct:__anon3381
273 uint8_t nfcee_id; member in struct:__anon3382
291 uint8_t nfcee_id; member in struct:__anon3384
309 uint8_t nfcee_id; member in struct:__anon3386
318 uint8_t nfcee_id; member in struct:__anon3387
327 uint8_t nfcee_id; member in struct:__anon3388
334 uint8_t nfcee_id; member in struct:__anon3389
    [all...]
  /system/nfc/src/nfc/include/
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);
nfc_api.h 281 uint8_t nfcee_id; /* NFCEE ID */ member in struct:__anon3578
296 uint8_t nfcee_id; /* NFCEE ID */ member in struct:__anon3579
313 uint8_t nfcee_id; /* NFCEE ID */ member in struct:__anon3581
342 uint8_t nfcee_id; /* NFCEE ID */ member in struct:__anon3585
349 uint8_t nfcee_id; /* NFCEE ID */ member in struct:__anon3586
479 uint8_t nfcee_id; /* NFCEE ID */ member in struct:__anon3592
487 uint8_t nfcee_id; /* NFCEE ID */ member in struct:__anon3593
    [all...]
  /system/nfc/src/nfc/nci/
nci_hrcv.cc 339 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++;
nci_hmsgs.cc 293 uint8_t nci_snd_nfcee_mode_set(uint8_t nfcee_id, uint8_t nfcee_mode) {
309 UINT8_TO_STREAM(pp, nfcee_id);
594 uint8_t nci_snd_nfcee_power_link_control(uint8_t nfcee_id, uint8_t pl_config) {
608 UINT8_TO_STREAM(pp, nfcee_id);

Completed in 252 milliseconds