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

/external/libnfc-nci/src/nfa/dm/
H A Dnfa_dm_ndef.c88 UINT16 hdlr_idx; local
89 hdlr_idx = (UINT16) (ndef_type_handle & NFA_HANDLE_MASK);
91 if (p_cb->p_ndef_handler[hdlr_idx])
93 GKI_freebuf (p_cb->p_ndef_handler[hdlr_idx]);
94 p_cb->p_ndef_handler[hdlr_idx] = NULL;
137 UINT32 hdlr_idx, i; local
153 hdlr_idx = NFA_NDEF_DEFAULT_HANDLER_IDX;
158 hdlr_idx = NFA_HANDLE_INVALID;
166 hdlr_idx = i;
172 if (hdlr_idx !
[all...]

Completed in 118 milliseconds