HomeSort by relevance Sort by last modified time
    Searched defs:source_gate (Results 1 - 4 of 4) sorted by null

  /external/libnfc-nci/src/nfa/hci/
nfa_hci_act.c 627 tNFA_HCI_DYN_GATE *p_gate = nfa_hciu_find_gate_by_gid (p_evt_data->create_pipe.source_gate);
636 NFA_TRACE_ERROR2 ("nfa_hci_api_create_pipe Cannot create pipe! APP: 0x%02x does not own the gate:0x%x", p_evt_data->create_pipe.hci_handle, p_evt_data->create_pipe.source_gate);
638 else if (nfa_hciu_check_pipe_between_gates (p_evt_data->create_pipe.source_gate, p_evt_data->create_pipe.dest_host, p_evt_data->create_pipe.dest_gate))
646 evt_data.created.source_gate = p_evt_data->create_pipe.source_gate;
659 nfa_hci_cb.local_gate_in_use = p_evt_data->create_pipe.source_gate;
664 nfa_hciu_send_create_pipe_cmd (p_evt_data->create_pipe.source_gate, p_evt_data->create_pipe.dest_host, p_evt_data->create_pipe.dest_gate);
1254 UINT8 source_host, source_gate, dest_host, dest_gate, pipe; local
1375 UINT8 source_gate = nfa_hci_cb.local_gate_in_use; local
    [all...]
  /external/libnfc-nci/src/nfa/include/
nfa_hci_api.h 135 UINT8 source_gate; /* DH host gate to which the one end of pipe is attached */ member in struct:__anon16204
  /external/libnfc-nci/src/hal/int/
nfc_brcm_defs.h 383 UINT8 source_gate; member in struct:__anon16103
  /external/libnfc-nci/src/nfa/int/
nfa_hci_int.h 184 UINT8 source_gate; member in struct:__anon16349
500 extern tNFA_STATUS nfa_hciu_send_create_pipe_cmd (UINT8 source_gate, UINT8 dest_host, UINT8 dest_gate);

Completed in 63 milliseconds