OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:p_rx_ndef_msg
(Results
1 - 3
of
3
) sorted by null
/external/libnfc-nci/src/nfa/cho/
nfa_cho_sm.c
400
/* process handover message in nfa_cho_cb.
p_rx_ndef_msg
*/
615
/* process handover message in nfa_cho_cb.
p_rx_ndef_msg
*/
753
nfa_cho_cb.
p_rx_ndef_msg
);
775
nfa_cho_cb.
p_rx_ndef_msg
);
861
nfa_cho_cb.
p_rx_ndef_msg
);
874
nfa_cho_cb.
p_rx_ndef_msg
);
897
nfa_cho_cb.
p_rx_ndef_msg
);
[
all
...]
nfa_cho_util.c
413
if (nfa_cho_cb.
p_rx_ndef_msg
)
415
GKI_freebuf (nfa_cho_cb.
p_rx_ndef_msg
);
416
nfa_cho_cb.
p_rx_ndef_msg
= NULL;
656
if (!nfa_cho_cb.
p_rx_ndef_msg
)
658
nfa_cho_cb.
p_rx_ndef_msg
= (UINT8 *) GKI_getpoolbuf (LLCP_POOL_ID);
660
if (!nfa_cho_cb.
p_rx_ndef_msg
)
677
nfa_cho_cb.
p_rx_ndef_msg
+ nfa_cho_cb.rx_ndef_cur_size);
689
GKI_freebuf (nfa_cho_cb.
p_rx_ndef_msg
);
690
nfa_cho_cb.
p_rx_ndef_msg
= NULL;
697
ndef_status = NDEF_MsgValidate (nfa_cho_cb.
p_rx_ndef_msg
, nfa_cho_cb.rx_ndef_cur_size, FALSE)
[
all
...]
/external/libnfc-nci/src/nfa/int/
nfa_cho_int.h
230
UINT8 *
p_rx_ndef_msg
; /* allocate buffer for rx NDEF msg */
member in struct:__anon9193
Completed in 1004 milliseconds