Home
last modified time | relevance | path

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

/system/nfc/src/nfa/include/
Dnfa_hci_int.h218 } tNFA_HCI_API_DELETE_PIPE_EVT; typedef
300 tNFA_HCI_API_DELETE_PIPE_EVT delete_pipe; /* Delete a pipe */
/system/nfc/src/nfa/hci/
Dnfa_hci_api.cc720 tNFA_HCI_API_DELETE_PIPE_EVT* p_msg; in NFA_HciDeletePipe()
742 ((p_msg = (tNFA_HCI_API_DELETE_PIPE_EVT*)GKI_getbuf( in NFA_HciDeletePipe()
743 sizeof(tNFA_HCI_API_DELETE_PIPE_EVT))) != nullptr)) { in NFA_HciDeletePipe()