Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/jni/
DRoutingManager.cpp67 : mSecureNfcEnabled(false), in RoutingManager()
204 NFC_DH_ID, protoMask, 0, 0, mSecureNfcEnabled ? 0 : protoMask, 0, 0); in enableRoutingToHost()
216 NFC_DH_ID, techMask, 0, 0, mSecureNfcEnabled ? 0 : techMask, in enableRoutingToHost()
217 mSecureNfcEnabled ? 0 : techMask, mSecureNfcEnabled ? 0 : techMask); in enableRoutingToHost()
229 NFC_DH_ID, techMask, 0, 0, mSecureNfcEnabled ? 0 : techMask, in enableRoutingToHost()
230 mSecureNfcEnabled ? 0 : techMask, mSecureNfcEnabled ? 0 : techMask); in enableRoutingToHost()
242 NFC_DH_ID, techMask, 0, 0, mSecureNfcEnabled ? 0 : techMask, in enableRoutingToHost()
243 mSecureNfcEnabled ? 0 : techMask, mSecureNfcEnabled ? 0 : techMask); in enableRoutingToHost()
343 if (!mSecureNfcEnabled) { in addAidRouting()
635 mDefaultIsoDepRoute, protoMask, mSecureNfcEnabled ? 0 : protoMask, 0, in updateDefaultProtocolRoute()
[all …]
DRoutingManager.h103 bool mSecureNfcEnabled; variable