Home
last modified time | relevance | path

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

/aosp12/system/nfc/src/nfa/hci/
H A Dnfa_hci_act.cc597 nfa_hciu_find_gate_by_gid(p_evt_data->create_pipe.source_gate); in nfa_hci_api_create_pipe()
603 (p_gate->gate_owner != p_evt_data->create_pipe.hci_handle)) { in nfa_hci_api_create_pipe()
608 p_evt_data->create_pipe.hci_handle, in nfa_hci_api_create_pipe()
609 p_evt_data->create_pipe.source_gate); in nfa_hci_api_create_pipe()
611 p_evt_data->create_pipe.source_gate, in nfa_hci_api_create_pipe()
612 p_evt_data->create_pipe.dest_host, in nfa_hci_api_create_pipe()
613 p_evt_data->create_pipe.dest_gate)) { in nfa_hci_api_create_pipe()
633 nfa_hci_cb.remote_gate_in_use = p_evt_data->create_pipe.dest_gate; in nfa_hci_api_create_pipe()
635 nfa_hci_cb.app_in_use = p_evt_data->create_pipe.hci_handle; in nfa_hci_api_create_pipe()
638 p_evt_data->create_pipe.dest_host, in nfa_hci_api_create_pipe()
[all …]
/aosp12/system/nfc/src/nfa/include/
H A Dnfa_hci_int.h297 tNFA_HCI_API_CREATE_PIPE_EVT create_pipe; /* Create a pipe */ member