Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/jni/
DRoutingManager.cpp65 : mSecureNfcEnabled(false), in RoutingManager()
199 NFC_DH_ID, protoMask, 0, 0, mSecureNfcEnabled ? 0 : protoMask, 0, 0); in enableRoutingToHost()
211 NFC_DH_ID, techMask, 0, 0, mSecureNfcEnabled ? 0 : techMask, in enableRoutingToHost()
212 mSecureNfcEnabled ? 0 : techMask, mSecureNfcEnabled ? 0 : techMask); in enableRoutingToHost()
224 NFC_DH_ID, techMask, 0, 0, mSecureNfcEnabled ? 0 : techMask, in enableRoutingToHost()
225 mSecureNfcEnabled ? 0 : techMask, mSecureNfcEnabled ? 0 : techMask); in enableRoutingToHost()
237 NFC_DH_ID, techMask, 0, 0, mSecureNfcEnabled ? 0 : techMask, in enableRoutingToHost()
238 mSecureNfcEnabled ? 0 : techMask, mSecureNfcEnabled ? 0 : techMask); in enableRoutingToHost()
306 if (!mSecureNfcEnabled) { in addAidRouting()
566 mDefaultIsoDepRoute, protoMask, mSecureNfcEnabled ? 0 : protoMask, 0, in updateDefaultProtocolRoute()
[all …]
DRoutingManager.h93 bool mSecureNfcEnabled; variable