Home
last modified time | relevance | path

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

/system/nfc/src/nfa/rw/
Dnfa_rw_main.cc153 if (nfa_rw_cb.p_pending_msg) { in nfa_rw_sys_disable()
154 GKI_freebuf(nfa_rw_cb.p_pending_msg); in nfa_rw_sys_disable()
155 nfa_rw_cb.p_pending_msg = nullptr; in nfa_rw_sys_disable()
Dnfa_rw_act.cc462 NFC_HDR* p_pending_msg; in nfa_rw_handle_presence_check_rsp() local
488 if (nfa_rw_cb.p_pending_msg) { in nfa_rw_handle_presence_check_rsp()
491 if (nfa_rw_cb.p_pending_msg->op_req.op == NFA_RW_OP_PRESENCE_CHECK) { in nfa_rw_handle_presence_check_rsp()
497 GKI_freebuf(nfa_rw_cb.p_pending_msg); in nfa_rw_handle_presence_check_rsp()
498 nfa_rw_cb.p_pending_msg = nullptr; in nfa_rw_handle_presence_check_rsp()
505 p_pending_msg = (NFC_HDR*)nfa_rw_cb.p_pending_msg; in nfa_rw_handle_presence_check_rsp()
506 nfa_rw_cb.p_pending_msg = nullptr; in nfa_rw_handle_presence_check_rsp()
507 nfa_rw_handle_event(p_pending_msg); in nfa_rw_handle_presence_check_rsp()
508 GKI_freebuf(p_pending_msg); in nfa_rw_handle_presence_check_rsp()
511 GKI_freebuf(nfa_rw_cb.p_pending_msg); in nfa_rw_handle_presence_check_rsp()
[all …]
/system/nfc/src/nfa/include/
Dnfa_rw_int.h285 p_pending_msg; /* Pending API (if busy performing presence check) */ member