Searched defs:deactivate_type (Results 1 - 4 of 4) sorted by relevance

/external/libnfc-nci/src/nfa/dm/
H A Dnfa_dm_act.c450 tNFC_DEACT_TYPE deactivate_type = NFA_DEACTIVATE_TYPE_IDLE; local
472 nfa_dm_disc_sm_execute (NFA_DM_RF_DEACTIVATE_CMD, (tNFA_DM_RF_DISC_DATA *) &deactivate_type);
H A Dnfa_dm_discover.c851 static tNFC_STATUS nfa_dm_send_deactivate_cmd (tNFC_DEACT_TYPE deactivate_type) argument
861 status = NFC_Deactivate (deactivate_type);
863 else if ((w4_flags == NFA_DM_DISC_FLAGS_W4_NTF) && (deactivate_type == NFC_DEACTIVATE_TYPE_IDLE))
868 status = NFC_Deactivate (deactivate_type);
1563 NFC_Deactivate (p_data->deactivate_type);
1744 nfa_dm_cb.presence_check_deact_type = p_data->deactivate_type;
1815 nfa_dm_cb.presence_check_deact_type = p_data->deactivate_type;
1819 status = nfa_dm_send_deactivate_cmd(p_data->deactivate_type);
1917 nfa_dm_send_deactivate_cmd(p_data->deactivate_type);
1972 nfa_dm_send_deactivate_cmd (p_data->deactivate_type);
2330 nfa_dm_rf_deactivate(tNFA_DEACTIVATE_TYPE deactivate_type) argument
[all...]
/external/libnfc-nci/src/nfc/nfc/
H A Dnfc_main.c1124 ** Parameters deactivate_type - NFC_DEACTIVATE_TYPE_IDLE, to IDLE mode.
1131 tNFC_STATUS NFC_Deactivate (tNFC_DEACT_TYPE deactivate_type) argument
1137 NFC_TRACE_API3 ("NFC_Deactivate %d (%s) deactivate_type:%d", nfc_cb.nfc_state, nfc_state_name (nfc_cb.nfc_state), deactivate_type);
1139 NFC_TRACE_API2 ("NFC_Deactivate %d deactivate_type:%d", nfc_cb.nfc_state, deactivate_type);
1159 nfc_cb.deactivate_timer.param = (TIMER_PARAM_TYPE) deactivate_type;
1165 status = nci_snd_deactivate_cmd (deactivate_type);
/external/libnfc-nci/src/nfa/int/
H A Dnfa_dm_int.h267 tNFC_DEACT_TYPE deactivate_type; /* deactivation type */ member in union:__anon7662
580 tNFA_STATUS nfa_dm_rf_deactivate (tNFA_DEACTIVATE_TYPE deactivate_type);

Completed in 287 milliseconds