Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/jni/
DRoutingManager.cpp367 tNFA_EE_INFO eeInfo[MAX_NUM_EE]; in onNfccShutdown() local
370 memset(&eeInfo, 0, sizeof(eeInfo)); in onNfccShutdown()
371 if ((nfaStat = NFA_EeGetInfo(&actualNumEe, eeInfo)) != NFA_STATUS_OK) { in onNfccShutdown()
379 ? (eeInfo[xx].num_interface != 0) in onNfccShutdown()
380 : (eeInfo[xx].ee_interface[0] != in onNfccShutdown()
382 (eeInfo[xx].ee_status == NFA_EE_STATUS_ACTIVE); in onNfccShutdown()
386 eeInfo[xx].ee_handle); in onNfccShutdown()
388 if ((nfaStat = NFA_EeModeSet(eeInfo[xx].ee_handle, in onNfccShutdown()