Home
last modified time | relevance | path

Searched refs:tNFA_HCI_API_SEND_CMD_EVT (Results 1 – 2 of 2) sorted by relevance

/system/nfc/src/nfa/include/
Dnfa_hci_int.h251 } tNFA_HCI_API_SEND_CMD_EVT; typedef
306 tNFA_HCI_API_SEND_CMD_EVT send_cmd; /* Send a event on a pipe to a host */
/system/nfc/src/nfa/hci/
Dnfa_hci_api.cc525 tNFA_HCI_API_SEND_CMD_EVT* p_msg; in NFA_HciSendCommand()
551 ((p_msg = (tNFA_HCI_API_SEND_CMD_EVT*)GKI_getbuf( in NFA_HciSendCommand()
552 sizeof(tNFA_HCI_API_SEND_CMD_EVT))) != nullptr)) { in NFA_HciSendCommand()