Home
last modified time | relevance | path

Searched defs:port (Results 1 – 25 of 41) sorted by relevance

12

/system/libbase/
Dparsenetaddress_test.cpp25 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
Dparsenetaddress_fuzzer.cpp25 int port = 123; in LLVMFuzzerTestOneInput() local
Dparsenetaddress.cpp27 bool ParseNetAddress(const std::string& address, std::string* host, int* port, in ParseNetAddress()
/system/core/libcutils/
Dsocket_network_client_unix.cpp46 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()
Dsocket_inaddr_any_server_unix.cpp33 int socket_inaddr_any_server(int port, int type) in socket_inaddr_any_server()
Dsocket_network_client_windows.cpp33 SOCKET socket_network_client(const char* host, int port, int type) { in socket_network_client()
Dsocket_inaddr_any_server_windows.cpp37 SOCKET socket_inaddr_any_server(int port, int type) { in socket_inaddr_any_server()
/system/sepolicy/prebuilts/api/33.0/public/
Dnet.te4 type port, port_type; type
/system/sepolicy/prebuilts/api/202504/public/
Dnet.te4 type port, port_type; type
/system/sepolicy/prebuilts/api/32.0/public/
Dnet.te4 type port, port_type; type
/system/sepolicy/prebuilts/api/31.0/public/
Dnet.te4 type port, port_type; type
/system/sepolicy/prebuilts/api/29.0/public/
Dnet.te4 type port, port_type; type
/system/sepolicy/prebuilts/api/34.0/public/
Dnet.te4 type port, port_type; type
/system/sepolicy/microdroid/system/private/
Dnet.te4 type port, port_type; type
/system/sepolicy/prebuilts/api/202404/public/
Dnet.te4 type port, port_type; type
/system/sepolicy/prebuilts/api/30.0/public/
Dnet.te4 type port, port_type; type
/system/sepolicy/public/
Dnet.te4 type port, port_type; type
/system/netd/tests/
Dsock_diag_test.cpp38 uint16_t port = 1024 + arc4random_uniform(0xffff - 1024); in bindAndListen() local
76 uint16_t port = bindAndListen(listensocket); in TEST_F() local
188 uint16_t port = bindAndListen(listensocket); in TEST_F() local
/system/netd/tests/benchmarks/
Dconnect_benchmark.cpp101 const int port = bindAndListen(listensocket); in ipv4_loopback() local
158 const int port = bindAndListen(listensocket); in ipv6_loopback() local
/system/libvintf/include/vintf/
DTransportArch.h33 std::optional<uint64_t> port; member
/system/core/fastboot/
Dsocket.cpp252 std::unique_ptr<Socket> Socket::NewClient(Protocol protocol, const std::string& host, int port, in NewClient()
273 std::unique_ptr<Socket> Socket::NewServer(Protocol protocol, int port) { in NewServer()
/system/core/trusty/storage/proxy/
Dipc.c35 int ipc_connect(const char *device, const char *port) in ipc_connect()
/system/extras/multinetwork/
Dcommon.cpp137 char port[sizeof("65535")]; in inetSockaddrToString() local
/system/netd/server/
DSockDiagTest.cpp46 uint16_t port = 1024 + arc4random_uniform(0xffff - 1024); in bindAndListen() local
84 uint16_t port = bindAndListen(listensocket); in TEST_F() local
436 uint16_t port = bindAndListen(listensocket); in TEST_P() local
/system/media/audio_utils/
DMelProcessor.cpp452 void MelProcessor::MelWorker::momentaryExposure(float mel, audio_port_handle_t port) { in momentaryExposure()
472 audio_port_handle_t port) { in newMelValues()

12