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.cc155 if (nfa_rw_cb.p_pending_msg) { in nfa_rw_sys_disable()
156 GKI_freebuf(nfa_rw_cb.p_pending_msg); in nfa_rw_sys_disable()
157 nfa_rw_cb.p_pending_msg = nullptr; in nfa_rw_sys_disable()
Dnfa_rw_act.cc466 NFC_HDR* p_pending_msg; in nfa_rw_handle_presence_check_rsp() local
495 if (nfa_rw_cb.p_pending_msg) { in nfa_rw_handle_presence_check_rsp()
498 if (nfa_rw_cb.p_pending_msg->op_req.op == NFA_RW_OP_PRESENCE_CHECK) { in nfa_rw_handle_presence_check_rsp()
504 GKI_freebuf(nfa_rw_cb.p_pending_msg); in nfa_rw_handle_presence_check_rsp()
505 nfa_rw_cb.p_pending_msg = nullptr; in nfa_rw_handle_presence_check_rsp()
512 p_pending_msg = (NFC_HDR*)nfa_rw_cb.p_pending_msg; in nfa_rw_handle_presence_check_rsp()
513 nfa_rw_cb.p_pending_msg = nullptr; in nfa_rw_handle_presence_check_rsp()
514 nfa_rw_handle_event(p_pending_msg); in nfa_rw_handle_presence_check_rsp()
515 GKI_freebuf(p_pending_msg); in nfa_rw_handle_presence_check_rsp()
518 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