Home
last modified time | relevance | path

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

/system/core/fastboot/
Dsocket.cpp34 Socket::Socket(cutils_socket_t sock) : sock_(sock) {} in Socket() function in Socket
/system/connectivity/shill/net/
Dsockets.cc169 int Sockets::Socket(int domain, int type, int protocol) const { in Socket() function in shill::Sockets
/system/extras/tests/net_test/
Dnet_test.py114 def Socket(family, sock_type, protocol): function