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;
330 p_cback = nfa_ee_cb.p_ee_cback[index];
331 nfa_ee_cb.p_ee_cback[index] = NULL;
396 nfa_ee_report_event (p_cb->p_ee_cback, NFA_EE_SET_TECH_CFG_EVT, &evt_data);
425 nfa_ee_report_event (p_cb->p_ee_cback, NFA_EE_SET_PROTO_CFG_EVT, &evt_data);
503 nfa_ee_report_event (p_cb->p_ee_cback, NFA_EE_ADD_AID_EVT, &evt_data)
    [all...]
nfa_ee_main.c 462 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 136 tNFA_EE_CBACK *p_ee_cback; /* the callback function */ member in struct:__anon10412
387 tNFA_EE_CBACK *p_ee_cback[NFA_EE_MAX_CBACKS];/* to report EE events */ member in struct:__anon10434

Completed in 50 milliseconds