Searched refs:getActivationState (Results 1 – 3 of 3) sorted by relevance
516 if (natTag.getActivationState() != NfcTag::Active) { in nativeNfcTag_doConnect()636 if (NfcTag::getInstance().getActivationState() != NfcTag::Sleep) { in reSelect()687 if (NfcTag::getInstance().getActivationState() != NfcTag::Active) { in reSelect()752 if (natTag.getActivationState() != NfcTag::Active) { in nativeNfcTag_doReconnect()812 if (NfcTag::getInstance().getActivationState() != NfcTag::Active) { in nativeNfcTag_doDisconnect()892 if (NfcTag::getInstance().getActivationState() != NfcTag::Active) { in nativeNfcTag_doTransceive()943 if (NfcTag::getInstance().getActivationState() != NfcTag::Active) { in nativeNfcTag_doTransceive()1159 if (NfcTag::getInstance().getActivationState() != NfcTag::Active) { in nativeNfcTag_doCheckNdef()
128 ActivationState getActivationState();
139 NfcTag::ActivationState NfcTag::getActivationState() { in getActivationState() function in NfcTag