Searched refs:nfa_ee_report_event (Results 1 – 2 of 2) sorted by relevance
/system/nfc/src/nfa/ee/ |
D | nfa_ee_act.cc | 724 void nfa_ee_report_event(tNFA_EE_CBACK* p_cback, tNFA_EE_EVT event, in nfa_ee_report_event() function 779 nfa_ee_report_event(p_cback, NFA_EE_DISCOVER_EVT, &evt_data); in nfa_ee_api_discover() 904 nfa_ee_report_event(nullptr, NFA_EE_MODE_SET_EVT, &nfa_ee_cback_data); in nfa_ee_api_mode_set() 953 nfa_ee_report_event(p_cb->p_ee_cback, NFA_EE_SET_TECH_CFG_EVT, &evt_data); in nfa_ee_api_set_tech_cfg() 985 nfa_ee_report_event(p_cb->p_ee_cback, NFA_EE_SET_TECH_CFG_EVT, &evt_data); in nfa_ee_api_set_tech_cfg() 1026 nfa_ee_report_event(p_cb->p_ee_cback, NFA_EE_CLEAR_TECH_CFG_EVT, &evt_data); in nfa_ee_api_clear_tech_cfg() 1033 nfa_ee_report_event(p_cb->p_ee_cback, NFA_EE_CLEAR_TECH_CFG_EVT, &evt_data); in nfa_ee_api_clear_tech_cfg() 1067 nfa_ee_report_event(p_cb->p_ee_cback, NFA_EE_SET_PROTO_CFG_EVT, &evt_data); in nfa_ee_api_set_proto_cfg() 1099 nfa_ee_report_event(p_cb->p_ee_cback, NFA_EE_SET_PROTO_CFG_EVT, &evt_data); in nfa_ee_api_set_proto_cfg() 1139 nfa_ee_report_event(p_cb->p_ee_cback, NFA_EE_CLEAR_PROTO_CFG_EVT, in nfa_ee_api_clear_proto_cfg() [all …]
|
/system/nfc/src/nfa/include/ |
D | nfa_ee_int.h | 561 void nfa_ee_report_event(tNFA_EE_CBACK* p_cback, tNFA_EE_EVT event,
|