Home | History | Annotate | Download | only in jni

Lines Matching refs:deactivated

347     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