Searched refs:getActivationState (Results 1 – 3 of 3) sorted by relevance
539 if (natTag.getActivationState() != NfcTag::Active) { in nativeNfcTag_doConnect()638 if (NfcTag::getInstance().getActivationState() != NfcTag::Sleep) { in reSelect()671 if (NfcTag::getInstance().getActivationState() != NfcTag::Active) { in reSelect()737 if (natTag.getActivationState() != NfcTag::Active) { in nativeNfcTag_doReconnect()800 if (NfcTag::getInstance().getActivationState() != NfcTag::Active) { in nativeNfcTag_doDisconnect()888 if (NfcTag::getInstance().getActivationState() != NfcTag::Active) { in nativeNfcTag_doTransceive()945 if (NfcTag::getInstance().getActivationState() != NfcTag::Active) { in nativeNfcTag_doTransceive()1176 if (NfcTag::getInstance().getActivationState() != NfcTag::Active) { in nativeNfcTag_doCheckNdef()
118 ActivationState getActivationState();
129 NfcTag::ActivationState NfcTag::getActivationState() { in getActivationState() function in NfcTag