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 214 if (nfa_ee_cb.p_ee_cback[xx] != NULL)
216 (*nfa_ee_cb.p_ee_cback[xx])(event, p_data);
285 if (nfa_ee_cb.p_ee_cback[xx] == p_cback)
298 if (nfa_ee_cb.p_ee_cback[xx] == NULL)
300 nfa_ee_cb.p_ee_cback[xx] = p_cback;
326 p_cback = nfa_ee_cb.p_ee_cback[index];
327 nfa_ee_cb.p_ee_cback[index] = NULL;
392 nfa_ee_report_event (p_cb->p_ee_cback, NFA_EE_SET_TECH_CFG_EVT, &evt_data);
421 nfa_ee_report_event (p_cb->p_ee_cback, NFA_EE_SET_PROTO_CFG_EVT, &evt_data);
499 nfa_ee_report_event (p_cb->p_ee_cback, NFA_EE_ADD_AID_EVT, &evt_data)
    [all...]
nfa_ee_main.c 444 if (nfa_ee_cb.p_ee_cback[xx])
nfa_ee_api.c 193 if (nfa_ee_cb.p_ee_cback[xx] == p_cback)
  /external/libnfc-nci/src/nfa/int/
nfa_ee_int.h 135 tNFA_EE_CBACK *p_ee_cback; /* the callback function */ member in struct:__anon9243
379 tNFA_EE_CBACK *p_ee_cback[NFA_EE_MAX_CBACKS];/* to report EE events */ member in struct:__anon9265

Completed in 22 milliseconds