Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/jni/
DNativeNfcManager.cpp150 static tNFA_STATUS startPolling_rfDiscoveryDisabled(tNFA_TECHNOLOGY_MASK tech_mask);
1002 nat->tech_mask = num; in nfcManager_doInitialize()
1004 nat->tech_mask = DEFAULT_TECH_MASK; in nfcManager_doInitialize()
1005 ALOGV("%s: tag polling tech mask=0x%X", __func__, nat->tech_mask); in nfcManager_doInitialize()
1083 tNFA_TECHNOLOGY_MASK tech_mask = DEFAULT_TECH_MASK; in nfcManager_enableDiscovery() local
1087 tech_mask = (tNFA_TECHNOLOGY_MASK)nat->tech_mask; in nfcManager_enableDiscovery()
1089 tech_mask = (tNFA_TECHNOLOGY_MASK) technologies_mask; in nfcManager_enableDiscovery()
1090 ALOGV("%s: enter; tech_mask = %02x", __func__, tech_mask); in nfcManager_enableDiscovery()
1106 if (tech_mask != 0) in nfcManager_enableDiscovery()
1110 startPolling_rfDiscoveryDisabled(tech_mask); in nfcManager_enableDiscovery()
[all …]
DNfcJniUtil.h121 int tech_mask; member
/packages/apps/Nfc/nci/jni/extns/pn54x/inc/
DphNxpExtns_Custom.h120 NFCSTATUS phNxpExtns_select_poll_tech (tNFA_TECHNOLOGY_MASK tech_mask);
137 NFCSTATUS phNxpExtns_select_ce_listen_tech (tNFA_TECHNOLOGY_MASK tech_mask);