Searched refs:eeInfo (Results 1 – 1 of 1) sorted by relevance
271 tNFA_EE_INFO eeInfo[MAX_NUM_EE]; in onNfccShutdown() local273 memset (&eeInfo, 0, sizeof(eeInfo)); in onNfccShutdown()274 if ((nfaStat = NFA_EeGetInfo (&actualNumEe, eeInfo)) != NFA_STATUS_OK) in onNfccShutdown()283 if ((eeInfo[xx].num_interface != 0) in onNfccShutdown()284 && (eeInfo[xx].ee_interface[0] != NCI_NFCEE_INTERFACE_HCI_ACCESS) in onNfccShutdown()285 && (eeInfo[xx].ee_status == NFA_EE_STATUS_ACTIVE)) in onNfccShutdown()287 … ALOGD ("%s: Handle: 0x%04x Change Status Active to Inactive", fn, eeInfo[xx].ee_handle); in onNfccShutdown()289 … if ((nfaStat = NFA_EeModeSet (eeInfo[xx].ee_handle, NFA_EE_MD_DEACTIVATE)) == NFA_STATUS_OK) in onNfccShutdown()