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.c105 if (nfa_rw_cb.p_pending_msg) in nfa_rw_sys_disable()
107 GKI_freebuf (nfa_rw_cb.p_pending_msg); in nfa_rw_sys_disable()
108 nfa_rw_cb.p_pending_msg = NULL; in nfa_rw_sys_disable()
Dnfa_rw_act.c392 BT_HDR *p_pending_msg; in nfa_rw_handle_presence_check_rsp() local
411 if (nfa_rw_cb.p_pending_msg) in nfa_rw_handle_presence_check_rsp()
414 if (nfa_rw_cb.p_pending_msg->op_req.op == NFA_RW_OP_PRESENCE_CHECK) in nfa_rw_handle_presence_check_rsp()
418 GKI_freebuf(nfa_rw_cb.p_pending_msg); in nfa_rw_handle_presence_check_rsp()
419 nfa_rw_cb.p_pending_msg = NULL; in nfa_rw_handle_presence_check_rsp()
425 p_pending_msg = (BT_HDR *)nfa_rw_cb.p_pending_msg; in nfa_rw_handle_presence_check_rsp()
426 nfa_rw_cb.p_pending_msg = NULL; in nfa_rw_handle_presence_check_rsp()
427 nfa_rw_handle_event(p_pending_msg); in nfa_rw_handle_presence_check_rsp()
432 GKI_freebuf(nfa_rw_cb.p_pending_msg); in nfa_rw_handle_presence_check_rsp()
433 nfa_rw_cb.p_pending_msg = NULL; in nfa_rw_handle_presence_check_rsp()
[all …]
/external/libnfc-nci/src/nfa/int/
Dnfa_rw_int.h283 tNFA_RW_MSG *p_pending_msg; /* Pending API (if busy performing presence check) */ member