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.cc100 if (nfa_rw_cb.p_pending_msg) { in nfa_rw_sys_disable()
101 GKI_freebuf(nfa_rw_cb.p_pending_msg); in nfa_rw_sys_disable()
102 nfa_rw_cb.p_pending_msg = nullptr; in nfa_rw_sys_disable()
Dnfa_rw_act.cc465 NFC_HDR* p_pending_msg; in nfa_rw_handle_presence_check_rsp() local
483 if (nfa_rw_cb.p_pending_msg) { in nfa_rw_handle_presence_check_rsp()
486 if (nfa_rw_cb.p_pending_msg->op_req.op == NFA_RW_OP_PRESENCE_CHECK) { in nfa_rw_handle_presence_check_rsp()
492 GKI_freebuf(nfa_rw_cb.p_pending_msg); in nfa_rw_handle_presence_check_rsp()
493 nfa_rw_cb.p_pending_msg = nullptr; in nfa_rw_handle_presence_check_rsp()
500 p_pending_msg = (NFC_HDR*)nfa_rw_cb.p_pending_msg; in nfa_rw_handle_presence_check_rsp()
501 nfa_rw_cb.p_pending_msg = nullptr; in nfa_rw_handle_presence_check_rsp()
502 nfa_rw_handle_event(p_pending_msg); in nfa_rw_handle_presence_check_rsp()
503 GKI_freebuf(p_pending_msg); in nfa_rw_handle_presence_check_rsp()
506 GKI_freebuf(nfa_rw_cb.p_pending_msg); in nfa_rw_handle_presence_check_rsp()
[all …]
/system/nfc/src/nfa/include/
Dnfa_rw_int.h277 p_pending_msg; /* Pending API (if busy performing presence check) */ member