Searched refs:getActivationState (Results 1 – 3 of 3) sorted by relevance
563 if (natTag.getActivationState() != NfcTag::Active) { in nativeNfcTag_doConnect()684 if (NfcTag::getInstance().getActivationState() != NfcTag::Sleep) { in reSelect()735 if (NfcTag::getInstance().getActivationState() != NfcTag::Active) { in reSelect()802 if (natTag.getActivationState() != NfcTag::Active) { in nativeNfcTag_doReconnect()865 if (NfcTag::getInstance().getActivationState() != NfcTag::Active) { in nativeNfcTag_doDisconnect()953 if (NfcTag::getInstance().getActivationState() != NfcTag::Active) { in nativeNfcTag_doTransceive()1010 if (NfcTag::getInstance().getActivationState() != NfcTag::Active) { in nativeNfcTag_doTransceive()1241 if (NfcTag::getInstance().getActivationState() != NfcTag::Active) { in nativeNfcTag_doCheckNdef()
124 ActivationState getActivationState();
136 NfcTag::ActivationState NfcTag::getActivationState() { in getActivationState() function in NfcTag