Searched refs:tNFA_CHO_API_SEND_HR (Results 1 - 3 of 3) sorted by relevance

/external/libnfc-nci/src/nfa/int/
H A Dnfa_cho_int.h141 } tNFA_CHO_API_SEND_HR; typedef in typeref:struct:__anon8229
181 tNFA_CHO_API_SEND_HR api_send_hr; /* NFA_CHO_API_SEND_HR_EVT */
279 tNFA_STATUS nfa_cho_send_hr (tNFA_CHO_API_SEND_HR *p_api_send_hr);
/external/libnfc-nci/src/nfa/cho/
H A Dnfa_cho_api.c242 tNFA_CHO_API_SEND_HR *p_msg;
274 msg_size = sizeof (tNFA_CHO_API_SEND_HR) + num_ac_info * sizeof (tNFA_CHO_AC_INFO);
276 if ((p_msg = (tNFA_CHO_API_SEND_HR *) GKI_getbuf (msg_size)) != NULL)
H A Dnfa_cho_util.c882 tNFA_STATUS nfa_cho_send_hr (tNFA_CHO_API_SEND_HR *p_api_send_hr)

Completed in 19 milliseconds