Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/jni/
DRoutingManager.cpp320 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()
[all …]