Searched refs:p_ee_cback (Results 1 - 4 of 4) sorted by relevance

/external/libnfc-nci/src/nfa/ee/
H A Dnfa_ee_act.c363 if (nfa_ee_cb.p_ee_cback[xx] != NULL)
365 (*nfa_ee_cb.p_ee_cback[xx])(event, p_data);
435 if (nfa_ee_cb.p_ee_cback[xx] == p_cback)
448 if (nfa_ee_cb.p_ee_cback[xx] == NULL)
450 nfa_ee_cb.p_ee_cback[xx] = p_cback;
480 p_cback = nfa_ee_cb.p_ee_cback[index];
481 nfa_ee_cb.p_ee_cback[index] = NULL;
563 nfa_ee_report_event (p_cb->p_ee_cback, NFA_EE_SET_TECH_CFG_EVT, &evt_data);
609 nfa_ee_report_event (p_cb->p_ee_cback, NFA_EE_SET_PROTO_CFG_EVT, &evt_data);
713 nfa_ee_report_event (p_cb->p_ee_cback, NFA_EE_ADD_AID_EV
[all...]
H A Dnfa_ee_main.c474 if (nfa_ee_cb.p_ee_cback[xx])
H A Dnfa_ee_api.c194 if (nfa_ee_cb.p_ee_cback[xx] == p_cback)
/external/libnfc-nci/src/nfa/int/
H A Dnfa_ee_int.h138 tNFA_EE_CBACK *p_ee_cback; /* the callback function */ member in struct:__anon24146
411 tNFA_EE_CBACK *p_ee_cback[NFA_EE_MAX_CBACKS];/* to report EE events */ member in struct:__anon24169

Completed in 134 milliseconds