Home
last modified time | relevance | path

Searched defs:source_host (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/system/nfc/src/nfa/hci/
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
1336 uint8_t source_host; in nfa_hci_handle_admin_gate_rsp() local
/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/cronet/net/socket/
H A Dsocket_test_util.h1045 IPAddress source_host() const { return source_host_; } in source_host() function