Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfa/rw/
Dnfa_rw_main.c104 if (nfa_rw_cb.p_pending_msg) in nfa_rw_sys_disable()
106 GKI_freebuf (nfa_rw_cb.p_pending_msg); in nfa_rw_sys_disable()
107 nfa_rw_cb.p_pending_msg = NULL; in nfa_rw_sys_disable()
Dnfa_rw_act.c382 BT_HDR *p_pending_msg; in nfa_rw_handle_presence_check_rsp() local
401 if (nfa_rw_cb.p_pending_msg) in nfa_rw_handle_presence_check_rsp()
404 if (nfa_rw_cb.p_pending_msg->op_req.op == NFA_RW_OP_PRESENCE_CHECK) in nfa_rw_handle_presence_check_rsp()
408 GKI_freebuf(nfa_rw_cb.p_pending_msg); in nfa_rw_handle_presence_check_rsp()
409 nfa_rw_cb.p_pending_msg = NULL; in nfa_rw_handle_presence_check_rsp()
415 p_pending_msg = (BT_HDR *)nfa_rw_cb.p_pending_msg; in nfa_rw_handle_presence_check_rsp()
416 nfa_rw_cb.p_pending_msg = NULL; in nfa_rw_handle_presence_check_rsp()
417 nfa_rw_handle_event(p_pending_msg); in nfa_rw_handle_presence_check_rsp()
422 GKI_freebuf(nfa_rw_cb.p_pending_msg); in nfa_rw_handle_presence_check_rsp()
423 nfa_rw_cb.p_pending_msg = NULL; in nfa_rw_handle_presence_check_rsp()
[all …]
/external/libnfc-nci/src/nfa/int/
Dnfa_rw_int.h281 tNFA_RW_MSG *p_pending_msg; /* Pending API (if busy performing presence check) */ member