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

/external/libnfc-nci/src/nfa/dm/
H A Dnfa_dm_discover.c923 static tNFC_STATUS nfa_dm_send_deactivate_cmd (tNFC_DEACT_TYPE deactivate_type) argument
933 status = NFC_Deactivate (deactivate_type);
943 if (deactivate_type == NFC_DEACTIVATE_TYPE_SLEEP)
1999 NFC_Deactivate (p_data->deactivate_type);
2221 nfa_dm_cb.disc_cb.pending_deact_type = p_data->deactivate_type;
2286 nfa_dm_cb.disc_cb.pending_deact_type = p_data->deactivate_type;
2287 status = nfa_dm_send_deactivate_cmd (p_data->deactivate_type);
2296 nfa_dm_cb.disc_cb.pending_deact_type = p_data->deactivate_type;
2300 status = nfa_dm_send_deactivate_cmd(p_data->deactivate_type);
2423 nfa_dm_send_deactivate_cmd(p_data->deactivate_type);
2877 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.c1158 ** Parameters deactivate_type - NFC_DEACTIVATE_TYPE_IDLE, to IDLE mode.
1165 tNFC_STATUS NFC_Deactivate (tNFC_DEACT_TYPE deactivate_type) argument
1171 NFC_TRACE_API3 ("NFC_Deactivate %d (%s) deactivate_type:%d", nfc_cb.nfc_state, nfc_state_name (nfc_cb.nfc_state), deactivate_type);
1173 NFC_TRACE_API2 ("NFC_Deactivate %d deactivate_type:%d", nfc_cb.nfc_state, deactivate_type);
1198 nfc_cb.deactivate_timer.param = (TIMER_PARAM_TYPE) deactivate_type;
1204 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:__anon10584
630 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.h1138 ** Parameters deactivate_type - NFC_DEACTIVATE_TYPE_IDLE, to IDLE mode.
1145 NFC_API extern tNFC_STATUS NFC_Deactivate(tNFC_DEACT_TYPE deactivate_type);

Completed in 107 milliseconds