Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/jni/
DRoutingManager.cpp372 tNFA_EE_INFO eeInfo[MAX_NUM_EE]; in onNfccShutdown() local
375 memset(&eeInfo, 0, sizeof(eeInfo)); in onNfccShutdown()
376 if ((nfaStat = NFA_EeGetInfo(&actualNumEe, eeInfo)) != NFA_STATUS_OK) { in onNfccShutdown()
384 ? (eeInfo[xx].num_interface != 0) in onNfccShutdown()
385 : (eeInfo[xx].ee_interface[0] != in onNfccShutdown()
387 (eeInfo[xx].ee_status == NFA_EE_STATUS_ACTIVE); in onNfccShutdown()
391 eeInfo[xx].ee_handle); in onNfccShutdown()
393 if ((nfaStat = NFA_EeModeSet(eeInfo[xx].ee_handle, in onNfccShutdown()