/system/libbase/ |
D | parsenetaddress_test.cpp | 25 int port = 123; in TEST() local 42 int port = 123; in TEST() local 57 int port = 123; in TEST() local 84 int port; in TEST() local 122 int port = 42; in TEST() local
|
D | parsenetaddress_fuzzer.cpp | 25 int port = 123; in LLVMFuzzerTestOneInput() local
|
D | parsenetaddress.cpp | 27 bool ParseNetAddress(const std::string& address, std::string* host, int* port, in ParseNetAddress()
|
/system/bt/binder/android/bluetooth/ |
D | IBluetoothSocketManager.aidl | 31 …nnectSocket(in BluetoothDevice device, int type, in @nullable ParcelUuid uuid, int port, int flag); in connectSocket() 33 …annel(int type, in @nullable String serviceName, in @nullable ParcelUuid uuid, int port, int flag); in createSocketChannel()
|
/system/bt/vendor_libs/test_vendor_lib/model/devices/ |
D | server_port_factory.h | 43 int port; variable
|
D | server_port_factory.cc | 30 ServerPortFactory::ServerPortFactory(int port, std::function<void(int fd)>& callback) { in ServerPortFactory() 35 int ServerPortFactory::SetUp(int port) { in SetUp()
|
/system/core/libcutils/ |
D | socket_network_client_unix.cpp | 46 int socket_network_client_timeout(const char* host, int port, int type, int timeout, in socket_network_client_timeout() 122 int socket_network_client(const char* host, int port, int type) { in socket_network_client()
|
D | socket_network_client_windows.cpp | 33 SOCKET socket_network_client(const char* host, int port, int type) { in socket_network_client()
|
D | socket_inaddr_any_server_windows.cpp | 37 SOCKET socket_inaddr_any_server(int port, int type) { in socket_inaddr_any_server()
|
D | socket_inaddr_any_server_unix.cpp | 33 int socket_inaddr_any_server(int port, int type) in socket_inaddr_any_server()
|
/system/bt/gd/hal/ |
D | hci_hal_host.h | 38 void SetPort(uint16_t port) { in SetPort()
|
/system/netd/tests/ |
D | sock_diag_test.cpp | 37 uint16_t port = 1024 + arc4random_uniform(0xffff - 1024); in bindAndListen() local 75 uint16_t port = bindAndListen(listensocket); in TEST_F() local 187 uint16_t port = bindAndListen(listensocket); in TEST_F() local
|
/system/netd/tests/benchmarks/ |
D | connect_benchmark.cpp | 101 const int port = bindAndListen(listensocket); in ipv4_loopback() local 158 const int port = bindAndListen(listensocket); in ipv6_loopback() local
|
/system/bt/vendor_libs/test_vendor_lib/scripts/ |
D | send_simple_commands.py | 94 def __init__(self, port): argument 116 def __init__(self, port): argument
|
D | simple_link_layer_socket.py | 80 def __init__(self, port): argument 102 def __init__(self, port): argument
|
D | simple_stack.py | 114 def __init__(self, port): argument 135 def __init__(self, port): argument
|
D | link_layer_socket.py | 80 def __init__(self, port): argument
|
/system/netd/libnetdutils/include/netdutils/ |
D | InternetAddresses.h | 250 static IPSockAddr toIPSockAddr(const std::string& repr, in_port_t port) { in toIPSockAddr() 272 IPSockAddr(const IPAddress& ip, in_port_t port) : mData(ip.mData) { mData.port = port; } in IPSockAddr() 283 constexpr in_port_t port() const noexcept { return mData.port; } in port() function
|
/system/bt/test/rootcanal/ |
D | bluetooth_hci.cc | 286 void BluetoothHci::SetUpHciServer(int port, const std::function<void(int)>& connection_callback) { in SetUpHciServer() 313 void BluetoothHci::SetUpLinkLayerServer(int port, const std::function<void(int)>& connection_callba… in SetUpLinkLayerServer() 339 int BluetoothHci::ConnectToRemoteServer(const std::string& server, int port) { in ConnectToRemoteServer() 374 void BluetoothHci::SetUpTestChannel(int port) { in SetUpTestChannel()
|
/system/core/trusty/storage/proxy/ |
D | ipc.c | 35 int ipc_connect(const char *device, const char *port) in ipc_connect()
|
/system/extras/multinetwork/ |
D | common.cpp | 137 char port[sizeof("65535")]; in inetSockaddrToString() local
|
/system/core/fastboot/ |
D | socket.cpp | 248 std::unique_ptr<Socket> Socket::NewClient(Protocol protocol, const std::string& host, int port, in NewClient() 269 std::unique_ptr<Socket> Socket::NewServer(Protocol protocol, int port) { in NewServer()
|
/system/bt/vendor_libs/test_vendor_lib/desktop/ |
D | root_canal_main.cc | 92 int port = atoi(argv[arg]); in main() local
|
/system/bt/vendor_libs/test_vendor_lib/model/setup/ |
D | test_channel_transport.cc | 32 int TestChannelTransport::SetUp(int port) { in SetUp()
|
/system/bt/gd/grpc/ |
D | grpc_module.cc | 37 void GrpcModule::StartServer(const std::string& address, int port) { in StartServer()
|