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

/packages/apps/Nfc/nci/jni/
H A DPowerSwitch.h158 bool setModeOff (PowerActivity deactivated);
H A DPowerSwitch.cpp204 bool PowerSwitch::setModeOff (PowerActivity deactivated) argument
209 mCurrActivity &= ~deactivated;
211 ALOGD ("PowerSwitch::setModeOff(deactivated=0x%x) : mCurrActivity=0x%x", deactivated, mCurrActivity);
H A DNfcTag.h119 ** deactivated: state of deactivation.
124 void setDeactivationState (tNFA_DEACTIVATED& deactivated);
H A DNativeNfcManager.cpp339 case NFA_DEACTIVATED_EVT: // NFC link/protocol deactivated
340 ALOGD("%s: NFA_DEACTIVATED_EVT Type: %u, gIsTagDeactivating: %d", __FUNCTION__, eventData->deactivated.type,gIsTagDeactivating);
341 NfcTag::getInstance().setDeactivationState (eventData->deactivated);
342 if (eventData->deactivated.type != NFA_DEACTIVATE_TYPE_SLEEP)
355 // and it is deactivated to either IDLE or DISCOVERY mode, notify w/event.
356 if ((eventData->deactivated.type == NFA_DEACTIVATE_TYPE_IDLE)
357 || (eventData->deactivated.type == NFA_DEACTIVATE_TYPE_DISCOVERY))
461 case NFA_LLCP_DEACTIVATED_EVT: // LLCP link is deactivated
H A DPeerToPeer.h115 ** Description: Receive LLLCP-deactivated event from stack.
117 ** deactivated: Event data.
122 void llcpDeactivatedHandler (nfc_jni_native_data* nativeData, tNFA_LLCP_DEACTIVATED& deactivated);
H A DNfcTag.cpp130 ** deactivated: state of deactivation.
135 void NfcTag::setDeactivationState (tNFA_DEACTIVATED& deactivated) argument
140 if (deactivated.type == NFA_DEACTIVATE_TYPE_SLEEP)
H A DPeerToPeer.cpp374 ** Description: Receive LLLCP-deactivated event from stack.
376 ** deactivated: Event data.
381 void PeerToPeer::llcpDeactivatedHandler (nfc_jni_native_data* nat, tNFA_LLCP_DEACTIVATED& deactivated) argument
395 /* Notify manager that the LLCP is lost or deactivated */
1406 ALOGD ("%s: NFA_P2P_DEACTIVATED_EVT: conn handle: 0x%X", fn, eventData->deactivated.handle);

Completed in 62 milliseconds