HomeSort by relevance Sort by last modified time
    Searched refs:p_ee_cback (Results 1 - 4 of 4) sorted by null

  /external/libnfc-nci/src/nfa/ee/
nfa_ee_act.c 363 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_EVT, &evt_data)
    [all...]
nfa_ee_main.c 474 if (nfa_ee_cb.p_ee_cback[xx])
nfa_ee_api.c 194 if (nfa_ee_cb.p_ee_cback[xx] == p_cback)
  /external/libnfc-nci/src/nfa/int/
nfa_ee_int.h 138 tNFA_EE_CBACK *p_ee_cback; /* the callback function */ member in struct:__anon28764
411 tNFA_EE_CBACK *p_ee_cback[NFA_EE_MAX_CBACKS];/* to report EE events */ member in struct:__anon28787

Completed in 307 milliseconds