Home
last modified time | relevance | path

Searched refs:p_msg_ac (Results 1 – 1 of 1) sorted by relevance

/external/libnfc-nci/src/nfa/cho/
Dnfa_cho_util.c1012 UINT8 *p_msg_ac; in nfa_cho_send_hs() local
1022 p_msg_ac = (UINT8 *) GKI_getpoolbuf (LLCP_POOL_ID); in nfa_cho_send_hs()
1024 if (!p_msg_ac) in nfa_cho_send_hs()
1031 NDEF_MsgInit (p_msg_ac, max_size, &cur_size_ac); in nfa_cho_send_hs()
1033 if (NDEF_OK != nfa_cho_add_ac_record (p_msg_ac, max_size, &cur_size_ac, in nfa_cho_send_hs()
1039 GKI_freebuf (p_msg_ac); in nfa_cho_send_hs()
1045 p_msg_ac = NULL; in nfa_cho_send_hs()
1055 if (p_msg_ac) in nfa_cho_send_hs()
1056 GKI_freebuf (p_msg_ac); in nfa_cho_send_hs()
1081 if (p_msg_ac) in nfa_cho_send_hs()
[all …]