Searched refs:p_pend_cmd (Results 1 – 4 of 4) sorted by relevance
327 if (nfc_hal_cb.ncit_cb.p_pend_cmd != NULL) { in nfc_hal_main_handle_terminate()328 GKI_freebuf(nfc_hal_cb.ncit_cb.p_pend_cmd); in nfc_hal_main_handle_terminate()329 nfc_hal_cb.ncit_cb.p_pend_cmd = NULL; in nfc_hal_main_handle_terminate()
887 NFC_HDR* p_buf = nfc_hal_cb.ncit_cb.p_pend_cmd; in nfc_hal_dm_send_pend_cmd()916 nfc_hal_cb.ncit_cb.p_pend_cmd = NULL; in nfc_hal_dm_send_pend_cmd()970 nfc_hal_cb.ncit_cb.p_pend_cmd = p_buf; in nfc_hal_dm_send_bt_cmd()
690 nfc_hal_cb.ncit_cb.p_pend_cmd = p_buf; in nfc_hal_nci_send_cmd()
371 p_pend_cmd; /* pending NCI message; waiting for NFCC state to be free */ member