/packages/modules/adb/ |
D | test_adb.py | 294 server_port = find_open_port() 297 ["adb", "-L", "tcp:[::1]:{}".format(server_port), "server"], 306 ["adb", "-P", str(server_port), "kill-server"], 388 with adb_server() as server_port: 393 subprocess.check_output(["adb", "-P", str(server_port), 405 sock.connect(("localhost", server_port)) 410 subprocess.check_call(["adb", "-P", str(server_port), 412 output = subprocess.check_output(["adb", "-P", str(server_port), 500 with adb_server() as server_port: 503 output = subprocess.check_output(["adb", "-P", str(server_port), [all …]
|
/packages/modules/Connectivity/service-t/native/libs/libnetworkstats/ |
D | NetworkTracePollerTest.cpp | 134 __be16 server_port = 0; in TEST_F() local 142 if ((pkt.sport == server_port || pkt.dport == server_port) && in TEST_F() 168 server_port = bindAndListen(serversocket); in TEST_F() 169 ASSERT_NE(0, server_port) << "Can't bind to server port"; in TEST_F() 171 sockaddr_in addr = {.sin_family = AF_INET, .sin_port = server_port}; in TEST_F() 214 EXPECT_EQ(packets[0].dport, server_port) << PacketPrinter{packets}; in TEST_F() 221 EXPECT_EQ(packets[1].dport, server_port) << PacketPrinter{packets}; in TEST_F() 228 EXPECT_EQ(packets[2].sport, server_port) << PacketPrinter{packets}; in TEST_F() 234 EXPECT_EQ(packets[3].sport, server_port) << PacketPrinter{packets}; in TEST_F()
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_sock_logging.cc | 58 int uid, int server_port, int64_t tx_bytes, int64_t rx_bytes, in btif_sock_connection_logger() argument 71 .channel = server_port, in btif_sock_connection_logger() 83 address, port, type, toConnectionStateEnum(state), tx_bytes, rx_bytes, uid, server_port, in btif_sock_connection_logger()
|
/packages/modules/Bluetooth/pandora/server/bumble_experimental/ |
D | rfcomm.py | 126 server_port = self.ServerPort(name=request.name, uuid=uuid, wait_dlc=wait_dlc) 127 open_channel = self.server.listen(acceptor=server_port.acceptor, channel=self.next_scn) 131 self.server_ports[open_channel] = server_port
|
/packages/modules/Bluetooth/system/btif/include/ |
D | btif_sock_logging.h | 23 int uid, int server_port, int64_t tx_bytes, int64_t rx_bytes,
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_main_shim_metrics_api.h | 276 int64_t tx_bytes, int64_t rx_bytes, int uid, int server_port, 289 int64_t rx_bytes, int uid, int server_port, in operator() 292 body(raw_address, port, type, connection_state, tx_bytes, rx_bytes, uid, server_port, in operator()
|
D | mock_main_shim_metrics_api.cc | 187 int64_t rx_bytes, int uid, int server_port, android::bluetooth::SocketRoleEnum socket_role, in LogMetricSocketConnectionState() argument 192 raw_address, port, type, connection_state, tx_bytes, rx_bytes, uid, server_port, in LogMetricSocketConnectionState()
|
/packages/modules/Bluetooth/system/main/shim/ |
D | metrics_api.cc | 137 int64_t tx_bytes, int64_t rx_bytes, int uid, int server_port, in LogMetricSocketConnectionState() argument 144 address, port, type, connection_state, tx_bytes, rx_bytes, uid, server_port, socket_role, in LogMetricSocketConnectionState()
|
D | metrics_api.h | 234 int64_t tx_bytes, int64_t rx_bytes, int uid, int server_port,
|
/packages/modules/Bluetooth/system/gd/os/android/ |
D | metrics.cc | 335 int64_t tx_bytes, int64_t rx_bytes, int uid, int server_port, in LogMetricSocketConnectionState() argument 346 connection_state, tx_bytes, rx_bytes, uid, server_port, socket_role, in LogMetricSocketConnectionState() 356 address, port, type, connection_state, tx_bytes, rx_bytes, uid, server_port, in LogMetricSocketConnectionState()
|
/packages/modules/Bluetooth/system/gd/os/linux/ |
D | metrics.cc | 32 int64_t tx_bytes, int64_t rx_bytes, int uid, int server_port, in LogMetricSocketConnectionState() argument
|
/packages/modules/Bluetooth/system/gd/os/ |
D | metrics.h | 269 int64_t tx_bytes, int64_t rx_bytes, int uid, int server_port,
|
/packages/modules/adb/client/ |
D | commandline.cpp | 1676 int server_port = kDefaultServerPort; in adb_commandline() local 1679 if (!android::base::ParseInt(server_port_str, &server_port, 1, 65535)) { in adb_commandline() 1690 rc = asprintf(&temp, "tcp:%s:%d", server_host_str, server_port); in adb_commandline() 1692 rc = asprintf(&temp, "tcp:%d", server_port); in adb_commandline()
|
/packages/modules/Bluetooth/system/gd/os/chromeos/ |
D | metrics.cc | 37 int64_t tx_bytes, int64_t rx_bytes, int uid, int server_port, in LogMetricSocketConnectionState() argument
|