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

/packages/apps/Nfc/nci/jni/
H A DPowerSwitch.h186 bool setModeOff (PowerActivity deactivated);
H A DNfcTag.h132 ** deactivated: state of deactivation.
137 void setDeactivationState (tNFA_DEACTIVATED& deactivated);
H A DPowerSwitch.cpp244 bool PowerSwitch::setModeOff (PowerActivity deactivated) argument
249 mCurrActivity &= ~deactivated;
251 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.cpp347 case NFA_DEACTIVATED_EVT: // NFC link/protocol deactivated
348 ALOGD("%s: NFA_DEACTIVATED_EVT Type: %u, gIsTagDeactivating: %d", __FUNCTION__, eventData->deactivated.type,gIsTagDeactivating);
349 NfcTag::getInstance().setDeactivationState (eventData->deactivated);
350 if (eventData->deactivated.type != NFA_DEACTIVATE_TYPE_SLEEP)
369 // and it is deactivated to either IDLE or DISCOVERY mode, notify w/event.
370 if ((eventData->deactivated.type == NFA_DEACTIVATE_TYPE_IDLE)
371 || (eventData->deactivated.type == NFA_DEACTIVATE_TYPE_DISCOVERY))
481 case NFA_LLCP_DEACTIVATED_EVT: // LLCP link is deactivated
H A DNativeNfcTag.cpp492 ALOGE ("%s: tag already deactivated", __FUNCTION__);
682 ALOGE ("%s: tag already deactivated", __FUNCTION__);
745 ALOGE ("%s: tag already deactivated", __FUNCTION__);
880 ALOGE ("%s: already deactivated", __FUNCTION__);
1094 ALOGE ("%s: tag already deactivated", __FUNCTION__);
1224 tNFA_DEACTIVATED deactivated = {NFA_DEACTIVATE_TYPE_IDLE}; local
1231 NfcTag::getInstance().setDeactivationState (deactivated);
1256 ALOGD ("%s: tag already deactivated", __FUNCTION__);
1360 // Do not try to format if tag is already deactivated.
1363 ALOGD ("%s: tag already deactivated(n
[all...]
H A DNfcTag.cpp144 ** deactivated: state of deactivation.
149 void NfcTag::setDeactivationState (tNFA_DEACTIVATED& deactivated) argument
154 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 */
1446 ALOGD ("%s: NFA_P2P_DEACTIVATED_EVT: conn handle: 0x%X", fn, eventData->deactivated.handle);

Completed in 73 milliseconds