Searched refs:deactivated (Results 1 - 8 of 8) sorted by relevance

/packages/apps/Nfc/nci/jni/
H A DPowerSwitch.h159 bool setModeOff (PowerActivity deactivated);
H A DNfcTag.h132 ** deactivated: state of deactivation.
137 void setDeactivationState (tNFA_DEACTIVATED& deactivated);
H A DPowerSwitch.cpp229 bool PowerSwitch::setModeOff (PowerActivity deactivated) argument
234 mCurrActivity &= ~deactivated;
236 ALOGD ("PowerSwitch::setModeOff(deactivated=0x%x) : mCurrActivity=0x%x", deactivated, mCurrActivity);
H A DPeerToPeer.h114 ** Description: Receive LLLCP-deactivated event from stack.
116 ** deactivated: Event data.
121 void llcpDeactivatedHandler (nfc_jni_native_data* nativeData, tNFA_LLCP_DEACTIVATED& deactivated);
H A DNativeNfcManager.cpp355 case NFA_DEACTIVATED_EVT: // NFC link/protocol deactivated
356 ALOGD("%s: NFA_DEACTIVATED_EVT Type: %u, gIsTagDeactivating: %d", __FUNCTION__, eventData->deactivated.type,gIsTagDeactivating);
357 NfcTag::getInstance().setDeactivationState (eventData->deactivated);
358 if (eventData->deactivated.type != NFA_DEACTIVATE_TYPE_SLEEP)
377 // and it is deactivated to either IDLE or DISCOVERY mode, notify w/event.
378 if ((eventData->deactivated.type == NFA_DEACTIVATE_TYPE_IDLE)
379 || (eventData->deactivated.type == NFA_DEACTIVATE_TYPE_DISCOVERY))
492 case NFA_LLCP_DEACTIVATED_EVT: // LLCP link is deactivated
H A DNativeNfcTag.cpp506 ALOGE ("%s: tag already deactivated", __FUNCTION__);
699 ALOGE ("%s: tag already deactivated", __FUNCTION__);
762 ALOGE ("%s: tag already deactivated", __FUNCTION__);
911 ALOGE ("%s: already deactivated", __FUNCTION__);
1137 ALOGE ("%s: tag already deactivated", __FUNCTION__);
1266 tNFA_DEACTIVATED deactivated = {NFA_DEACTIVATE_TYPE_IDLE}; local
1273 NfcTag::getInstance().setDeactivationState (deactivated);
1298 ALOGD ("%s: tag already deactivated", __FUNCTION__);
1408 // Do not try to format if tag is already deactivated.
1411 ALOGD ("%s: tag already deactivated(n
[all...]
H A DNfcTag.cpp136 ** deactivated: state of deactivation.
141 void NfcTag::setDeactivationState (tNFA_DEACTIVATED& deactivated) argument
146 if (deactivated.type == NFA_DEACTIVATE_TYPE_SLEEP)
H A DPeerToPeer.cpp367 ** Description: Receive LLLCP-deactivated event from stack.
369 ** deactivated: Event data.
374 void PeerToPeer::llcpDeactivatedHandler (nfc_jni_native_data* nat, tNFA_LLCP_DEACTIVATED& /*deactivated*/)
388 /* Notify manager that the LLCP is lost or deactivated */
415 /* Notify manager that the LLCP is lost or deactivated */
1409 ALOGD ("%s: NFA_P2P_DEACTIVATED_EVT: conn handle: 0x%X", fn, eventData->deactivated.handle);

Completed in 358 milliseconds