Searched defs:dest_host (Results 1 - 7 of 7) sorted by relevance

/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
H A Dnfc_hal_hci.c515 UINT8 source_host, dest_host, pipe_id; local
526 dest_host = *(UINT8 *) (p + 1);
529 if ((source_host != NFC_HAL_HCI_HOST_ID_UICC1) && (dest_host != NFC_HAL_HCI_HOST_ID_UICC1))
/external/libnfc-nci/src/nfa/hci/
H A Dnfa_hci_api.c344 UINT8 dest_host,
351 hci_handle, source_gate_id, dest_host, dest_gate);
373 if (nfa_hci_cb.inactive_host[xx] == dest_host)
378 NFA_TRACE_API1 ("NFA_HciCreatePipe (): Host not active:0x%02x", dest_host);
390 p_msg->dest_host = dest_host; /* Host id of the destination host */
975 xx, pp->pipe_id, pp->pipe_state, pp->local_gate, pp->dest_gate, pp->dest_host);
342 NFA_HciCreatePipe(tNFA_HANDLE hci_handle, UINT8 source_gate_id, UINT8 dest_host, UINT8 dest_gate) argument
H A Dnfa_hci_act.c622 nfa_hci_cb.remote_host_in_use = p_evt_data->create_pipe.dest_host;
625 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);
650 &&(nfa_hciu_is_active_host (p_pipe->dest_host))
695 if ((p_gate != NULL) && (nfa_hciu_is_active_host (p_pipe->dest_host)) && (p_gate->gate_owner == p_evt_data->get_registry.hci_handle))
699 if (nfa_hciu_is_host_reseting (p_pipe->dest_host))
745 if ((p_gate != NULL) && (nfa_hciu_is_active_host (p_pipe->dest_host)) && (p_gate->gate_owner == p_evt_data->set_registry.hci_handle))
749 if (nfa_hciu_is_host_reseting (p_pipe->dest_host))
794 &&(nfa_hciu_is_active_host (p_pipe->dest_host))
838 &&(nfa_hciu_is_active_host (p_pipe->dest_host)) )
871 if ( (nfa_hciu_is_active_host (p_pipe->dest_host))
1215 UINT8 source_host, source_gate, dest_host, dest_gate, pipe; local
1326 UINT8 dest_host = nfa_hci_cb.remote_host_in_use; local
[all...]
H A Dnfa_hci_utils.c525 UINT8 dest_host, UINT8 dest_gate)
540 p_pipe->dest_host = dest_host;
569 tNFA_HCI_RESPONSE nfa_hciu_add_pipe_to_static_gate (UINT8 local_gate, UINT8 pipe_id, UINT8 dest_host, UINT8 dest_gate) argument
575 local_gate, pipe_id, dest_host, dest_gate);
582 p_pipe->dest_host = dest_host;
622 &&(nfa_hciu_is_active_host (pp->dest_host)) )
790 &&(nfa_hciu_is_active_host (pp->dest_host)) )
879 &&((pp->dest_host !
524 nfa_hciu_add_pipe_to_gate(UINT8 pipe_id, UINT8 local_gate, UINT8 dest_host, UINT8 dest_gate) argument
902 nfa_hciu_send_create_pipe_cmd(UINT8 source_gate, UINT8 dest_host, UINT8 dest_gate) argument
[all...]
/external/libnfc-nci/src/nfa/include/
H A Dnfa_hci_api.h85 UINT8 dest_host; /* Peer host to which this pipe is connected */ member in struct:__anon20900
136 UINT8 dest_host; /* Destination host whose gate is the other end of the pipe is attached to */ member in struct:__anon20906
416 UINT8 dest_host,
/external/libnfc-nci/src/nfa/int/
H A Dnfa_hci_int.h185 UINT8 dest_host; member in struct:__anon21049
324 UINT8 dest_host; /* Peer host to which this pipe is connected */ member in struct:__anon21061
482 extern tNFA_HCI_RESPONSE nfa_hciu_add_pipe_to_gate (UINT8 pipe, UINT8 local_gate, UINT8 dest_host, UINT8 dest_gate);
483 extern tNFA_HCI_RESPONSE nfa_hciu_add_pipe_to_static_gate (UINT8 local_gate, UINT8 pipe_id, UINT8 dest_host, UINT8 dest_gate);
499 extern tNFA_STATUS nfa_hciu_send_create_pipe_cmd (UINT8 source_gate, UINT8 dest_host, UINT8 dest_gate);
/external/libnfc-nci/src/hal/include/
H A Dnci_defs.h824 UINT8 dest_host; member in struct:__anon20803

Completed in 106 milliseconds