Home
last modified time | relevance | path

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

/system/nfc/src/nfa/wlc/
Dnfa_wlc_api.cc59 tNFA_WLC_MSG* p_msg; in NFA_WlcEnable()
69 p_msg = (tNFA_WLC_MSG*)GKI_getbuf(sizeof(tNFA_WLC_MSG)); in NFA_WlcEnable()
102 tNFA_WLC_MSG* p_msg; in NFA_WlcStart()
112 p_msg = (tNFA_WLC_MSG*)GKI_getbuf((uint16_t)sizeof(tNFA_WLC_MSG)); in NFA_WlcStart()
152 tNFA_WLC_MSG* p_msg; in NFA_WlcStartWPT()
175 p_msg = (tNFA_WLC_MSG*)GKI_getbuf((uint16_t)(sizeof(tNFA_WLC_MSG))); in NFA_WlcStartWPT()
Dnfa_wlc_act.cc44 bool nfa_wlc_enable(tNFA_WLC_MSG* p_data) { in nfa_wlc_enable()
80 bool nfa_wlc_start(tNFA_WLC_MSG* p_data) { in nfa_wlc_start()
163 bool nfa_wlc_non_auto_start_wpt(tNFA_WLC_MSG* p_data) { in nfa_wlc_non_auto_start_wpt()
Dnfa_wlc_main.cc132 return (*nfa_wlc_action_tbl[act_idx])((tNFA_WLC_MSG*)p_msg); in nfa_wlc_handle_event()
/system/nfc/src/nfa/include/
Dnfa_wlc_int.h96 } tNFA_WLC_MSG; typedef
99 typedef bool (*tNFA_WLC_ACTION)(tNFA_WLC_MSG* p_data);
102 extern bool nfa_wlc_enable(tNFA_WLC_MSG* p_data);
103 extern bool nfa_wlc_start(tNFA_WLC_MSG* p_data);
104 extern bool nfa_wlc_non_auto_start_wpt(tNFA_WLC_MSG* p_data);