Home
last modified time | relevance | path

Searched refs:p_rsp_buf (Results 1 – 5 of 5) sorted by relevance

/system/nfc/src/nfa/hci/
Dnfa_hci_api.cc602 uint8_t* p_rsp_buf, uint16_t rsp_timeout) { in NFA_HciSendEvent() argument
627 if (rsp_size && (p_rsp_buf == nullptr)) { in NFA_HciSendEvent()
646 p_msg->p_rsp_buf = p_rsp_buf; in NFA_HciSendEvent()
Dnfa_hci_main.cc958 nfa_hci_cb.p_rsp_buf = nullptr; in nfa_hci_rsp_timeout()
1073 if ((nfa_hci_cb.rsp_buf_size) && (nfa_hci_cb.p_rsp_buf != nullptr)) { in nfa_hci_set_receive_buf()
1074 nfa_hci_cb.p_msg_data = nfa_hci_cb.p_rsp_buf; in nfa_hci_set_receive_buf()
Dnfa_hci_act.cc996 nfa_hci_cb.p_rsp_buf = p_evt_data->send_evt.p_rsp_buf; in nfa_hci_api_send_event()
1013 nfa_hci_cb.p_rsp_buf = nullptr; in nfa_hci_api_send_event()
2150 nfa_hci_cb.p_rsp_buf = nullptr; in nfa_hci_handle_generic_gate_evt()
/system/nfc/src/nfa/include/
Dnfa_hci_int.h239 uint8_t* p_rsp_buf; member
410 uint8_t* p_rsp_buf; /* Buffer to hold response to sent event */ member
Dnfa_hci_api.h514 uint8_t* p_rsp_buf, uint16_t rsp_timeout);