Lines Matching refs:eeInfo
320 tNFA_EE_INFO eeInfo[mActualNumEe]; in isTypeATypeBTechSupportedInEe() local
321 memset(&eeInfo, 0, mActualNumEe * sizeof(tNFA_EE_INFO)); in isTypeATypeBTechSupportedInEe()
322 tNFA_STATUS nfaStat = NFA_EeGetInfo(&mActualNumEe, eeInfo); in isTypeATypeBTechSupportedInEe()
328 if (eeHandle == eeInfo[i].ee_handle) { in isTypeATypeBTechSupportedInEe()
329 if (eeInfo[i].la_protocol || eeInfo[i].lb_protocol) { in isTypeATypeBTechSupportedInEe()
418 tNFA_EE_INFO eeInfo[MAX_NUM_EE]; in onNfccShutdown() local
421 memset(&eeInfo, 0, sizeof(eeInfo)); in onNfccShutdown()
422 if ((nfaStat = NFA_EeGetInfo(&actualNumEe, eeInfo)) != NFA_STATUS_OK) { in onNfccShutdown()
430 ? (eeInfo[xx].num_interface != 0) in onNfccShutdown()
431 : (eeInfo[xx].ee_interface[0] != in onNfccShutdown()
433 (eeInfo[xx].ee_status == NFA_EE_STATUS_ACTIVE); in onNfccShutdown()
437 eeInfo[xx].ee_handle); in onNfccShutdown()
439 if ((nfaStat = NFA_EeModeSet(eeInfo[xx].ee_handle, in onNfccShutdown()