Home
last modified time | relevance | path

Searched defs:tcp_port (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/proto/rootcanal/
Dconfiguration.proto83 required int32 tcp_port = 1; field
/packages/modules/adb/daemon/
Dmdns.cpp41 static int tcp_port; variable
/packages/modules/Virtualization/guest/forwarder_guest_launcher/src/
Dmain.rs70 let tcp_port = i16::try_from(response.guest_tcp_port) in process_forwarding_request_queue() localVariable
/packages/modules/Bluetooth/tools/rootcanal/desktop/
Dtest_environment.cc98 int tcp_port, rootcanal::ControllerProperties properties) { in SetUpHciServer()