Home
last modified time | relevance | path

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

/system/nfc/src/nfa/include/
Dnfa_hci_int.h210 } tNFA_HCI_API_CLOSE_PIPE_EVT; typedef
299 tNFA_HCI_API_CLOSE_PIPE_EVT close_pipe; /* Close a pipe */
/system/nfc/src/nfa/hci/
Dnfa_hci_api.cc670 tNFA_HCI_API_CLOSE_PIPE_EVT* p_msg; in NFA_HciClosePipe()
691 ((p_msg = (tNFA_HCI_API_CLOSE_PIPE_EVT*)GKI_getbuf( in NFA_HciClosePipe()
692 sizeof(tNFA_HCI_API_CLOSE_PIPE_EVT))) != nullptr)) { in NFA_HciClosePipe()