Searched refs:deactivate_type (Results 1 - 6 of 6) sorted by relevance

/external/libnfc-nci/src/nfa/dm/
H A Dnfa_dm_discover.c901 static tNFC_STATUS nfa_dm_send_deactivate_cmd (tNFC_DEACT_TYPE deactivate_type) argument
911 status = NFC_Deactivate (deactivate_type);
921 if (deactivate_type == NFC_DEACTIVATE_TYPE_SLEEP)
1950 NFC_Deactivate (p_data->deactivate_type);
2172 nfa_dm_cb.disc_cb.pending_deact_type = p_data->deactivate_type;
2239 nfa_dm_cb.disc_cb.pending_deact_type = p_data->deactivate_type;
2243 status = nfa_dm_send_deactivate_cmd(p_data->deactivate_type);
2366 nfa_dm_send_deactivate_cmd(p_data->deactivate_type);
2445 nfa_dm_send_deactivate_cmd (p_data->deactivate_type);
2448 if (p_data->deactivate_type !
2820 nfa_dm_rf_deactivate(tNFA_DEACTIVATE_TYPE deactivate_type) argument
[all...]
H A Dnfa_dm_act.c478 tNFC_DEACT_TYPE deactivate_type = NFA_DEACTIVATE_TYPE_IDLE; local
500 nfa_dm_disc_sm_execute (NFA_DM_RF_DEACTIVATE_CMD, (tNFA_DM_RF_DISC_DATA *) &deactivate_type);
/external/libnfc-nci/src/nfc/nfc/
H A Dnfc_main.c1152 ** Parameters deactivate_type - NFC_DEACTIVATE_TYPE_IDLE, to IDLE mode.
1159 tNFC_STATUS NFC_Deactivate (tNFC_DEACT_TYPE deactivate_type) argument
1165 NFC_TRACE_API3 ("NFC_Deactivate %d (%s) deactivate_type:%d", nfc_cb.nfc_state, nfc_state_name (nfc_cb.nfc_state), deactivate_type);
1167 NFC_TRACE_API2 ("NFC_Deactivate %d deactivate_type:%d", nfc_cb.nfc_state, deactivate_type);
1192 nfc_cb.deactivate_timer.param = (TIMER_PARAM_TYPE) deactivate_type;
1198 status = nci_snd_deactivate_cmd (deactivate_type);
/external/libnfc-nci/src/nfa/int/
H A Dnfa_dm_int.h272 tNFC_DEACT_TYPE deactivate_type; /* deactivation type */ member in union:__anon24117
626 tNFA_STATUS nfa_dm_rf_deactivate (tNFA_DEACTIVATE_TYPE deactivate_type);
H A Dnfa_dta_int.h347 void nfa_dta_deactivate (UINT8 deactivate_type);
/external/libnfc-nci/src/nfc/include/
H A Dnfc_api.h1133 ** Parameters deactivate_type - NFC_DEACTIVATE_TYPE_IDLE, to IDLE mode.
1140 NFC_API extern tNFC_STATUS NFC_Deactivate(tNFC_DEACT_TYPE deactivate_type);

Completed in 2874 milliseconds