Home
last modified time | relevance | path

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

/aosp_15_r20/system/nfc/src/nfa/hci/
H A Dnfa_hci_utils.cc496 uint8_t dest_host, in nfa_hciu_add_pipe_to_gate()
544 uint8_t dest_host, in nfa_hciu_add_pipe_to_static_gate()
618 bool nfa_hciu_check_pipe_between_gates(uint8_t local_gate, uint8_t dest_host, in nfa_hciu_check_pipe_between_gates()
896 uint8_t dest_host, in nfa_hciu_send_create_pipe_cmd()
H A Dnfa_hci_act.cc1200 uint8_t source_host, source_gate, dest_host, dest_gate, pipe; in nfa_hci_handle_admin_gate_cmd() local
1338 uint8_t dest_host = nfa_hci_cb.remote_host_in_use; in nfa_hci_handle_admin_gate_rsp() local
H A Dnfa_hci_api.cc344 uint8_t dest_host, uint8_t dest_gate) { in NFA_HciCreatePipe()
/aosp_15_r20/system/nfc/src/nfa/include/
H A Dnfa_hci_api.h111 uint8_t dest_host; /* Peer host to which this pipe is connected */ member
161 dest_host; /* Destination host whose gate is the other end of the pipe is member
H A Dnfa_hci_int.h194 uint8_t dest_host; member
327 uint8_t dest_host; /* Peer host to which this pipe is connected */ member
/aosp_15_r20/external/autotest/site_utils/
H A Dmysql_bootstrap.py135 def bootstrap(user, password, source_host, dest_host): argument
/aosp_15_r20/external/OpenCL-CTS/test_conformance/select/
H A Dtest_select.cpp402 std::vector<char> dest_host(BUFFER_SIZE); in doTest() local