Home
last modified time | relevance | path

Searched refs:nfa_dm_act_stop_rf_discovery (Results 1 – 4 of 4) sorted by relevance

/system/nfc/src/nfa/dm/
Dnfa_dm_main.cc68 nfa_dm_act_stop_rf_discovery, /* NFA_DM_API_STOP_RF_DISCOVERY_EVT */
Dnfa_dm_act.cc1256 bool nfa_dm_act_stop_rf_discovery(__attribute__((unused)) tNFA_DM_MSG* p_data) { in nfa_dm_act_stop_rf_discovery() function
/system/nfc/src/nfa/include/
Dnfa_dm_int.h625 bool nfa_dm_act_stop_rf_discovery(tNFA_DM_MSG* p_data);
/system/nfc/src/nfa/hci/
Dnfa_hci_main.cc175 nfa_ee_cb.isDiscoveryStopped = nfa_dm_act_stop_rf_discovery(nullptr); in nfa_hci_ee_info_cback()