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

/external/libnfc-nci/src/nfa/cho/
H A Dnfa_cho_util.c408 if (nfa_cho_cb.p_tx_ndef_msg)
410 GKI_freebuf (nfa_cho_cb.p_tx_ndef_msg);
411 nfa_cho_cb.p_tx_ndef_msg = NULL;
593 p_src = nfa_cho_cb.p_tx_ndef_msg + nfa_cho_cb.tx_ndef_sent_size;
621 GKI_freebuf (nfa_cho_cb.p_tx_ndef_msg);
622 nfa_cho_cb.p_tx_ndef_msg = NULL;
924 nfa_cho_cb.p_tx_ndef_msg = (UINT8 *) GKI_getpoolbuf (LLCP_POOL_ID);
925 if (!nfa_cho_cb.p_tx_ndef_msg)
944 status = NDEF_MsgCreateWktHr (nfa_cho_cb.p_tx_ndef_msg, max_size, &nfa_cho_cb.tx_ndef_cur_size,
949 GKI_freebuf (nfa_cho_cb.p_tx_ndef_msg);
[all...]
H A Dnfa_cho_sm.c656 if ( (nfa_cho_cb.p_tx_ndef_msg)
783 if (nfa_cho_cb.p_tx_ndef_msg)
785 status = nfa_cho_update_random_number (nfa_cho_cb.p_tx_ndef_msg);
930 if ((free_tx_ndef_msg) && (nfa_cho_cb.p_tx_ndef_msg))
932 GKI_freebuf (nfa_cho_cb.p_tx_ndef_msg);
933 nfa_cho_cb.p_tx_ndef_msg = NULL;
/external/libnfc-nci/src/nfa/int/
H A Dnfa_cho_int.h226 UINT8 *p_tx_ndef_msg; /* allocate buffer for tx NDEF msg */ member in struct:__anon8234

Completed in 35 milliseconds