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

  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_hci.c 618 UINT8 source_host, dest_host, pipe_id; local
629 dest_host = *(UINT8 *) (p + 1);
632 if ((source_host != NFC_HAL_HCI_HOST_ID_UICC1) && (dest_host != NFC_HAL_HCI_HOST_ID_UICC1))
  /external/libnfc-nci/src/nfa/hci/
nfa_hci_act.c 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))
661 nfa_hci_cb.remote_host_in_use = p_evt_data->create_pipe.dest_host;
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);
689 &&(nfa_hciu_is_active_host (p_pipe->dest_host))
734 if ((p_gate != NULL) && (nfa_hciu_is_active_host (p_pipe->dest_host)) && (p_gate->gate_owner == p_evt_data->get_registry.hci_handle))
738 if (nfa_hciu_is_host_reseting (p_pipe->dest_host))
784 if ((p_gate != NULL) && (nfa_hciu_is_active_host (p_pipe->dest_host)) && (p_gate->gate_owner == p_evt_data->set_registry.hci_handle))
788 if (nfa_hciu_is_host_reseting (p_pipe->dest_host))
833 &&(nfa_hciu_is_active_host (p_pipe->dest_host))
877 &&(nfa_hciu_is_active_host (p_pipe->dest_host)) )
1254 UINT8 source_host, source_gate, dest_host, dest_gate, pipe; local
1376 UINT8 dest_host = nfa_hci_cb.remote_host_in_use; local
    [all...]
  /external/libnfc-nci/src/nfa/include/
nfa_hci_api.h 85 UINT8 dest_host; /* Peer host to which this pipe is connected */ member in struct:__anon16198
136 UINT8 dest_host; /* Destination host whose gate is the other end of the pipe is attached to */ member in struct:__anon16204
415 UINT8 dest_host,
  /external/libnfc-nci/src/hal/int/
nfc_brcm_defs.h 382 UINT8 dest_host; member in struct:__anon16103
  /external/libnfc-nci/src/nfa/int/
nfa_hci_int.h 185 UINT8 dest_host; member in struct:__anon16349
324 UINT8 dest_host; /* Peer host to which this pipe is connected */ member in struct:__anon16361
473 extern BOOLEAN nfa_hciu_check_pipe_between_gates (UINT8 local_gate, UINT8 dest_host, UINT8 dest_gate);
483 extern tNFA_HCI_RESPONSE nfa_hciu_add_pipe_to_gate (UINT8 pipe, UINT8 local_gate, UINT8 dest_host, UINT8 dest_gate);
484 extern tNFA_HCI_RESPONSE nfa_hciu_add_pipe_to_static_gate (UINT8 local_gate, UINT8 pipe_id, UINT8 dest_host, UINT8 dest_gate);
500 extern tNFA_STATUS nfa_hciu_send_create_pipe_cmd (UINT8 source_gate, UINT8 dest_host, UINT8 dest_gate);

Completed in 1266 milliseconds