Searched defs:act_idx (Results 1 - 2 of 2) sorted by relevance

/external/libnfc-nci/src/nfa/rw/
H A Dnfa_rw_main.c188 UINT16 act_idx; local
197 if ((act_idx = (p_msg->event & 0x00FF)) < (NFA_RW_MAX_EVT & 0xFF))
199 return (*nfa_rw_action_tbl[act_idx]) ( (tNFA_RW_MSG*) p_msg);
/external/libnfc-nci/src/nfa/ce/
H A Dnfa_ce_main.c178 UINT16 act_idx; local
188 if ((act_idx = (p_msg->event & 0x00FF)) < NFA_CE_ACTION_TBL_SIZE)
190 freebuf = (*nfa_ce_action_tbl[act_idx]) ((tNFA_CE_MSG*) p_msg);

Completed in 270 milliseconds