Home
last modified time | relevance | path

Searched defs:sock (Results 1 – 25 of 27) sorted by relevance

12

/device/google/cuttlefish_common/host/libs/adb_connection_maintainer/
Dadb_connection_maintainer.cpp56 bool SendAll(cvd::SharedFD sock, const std::string& msg) { in SendAll()
72 std::string RecvAll(cvd::SharedFD sock, const size_t count) { in RecvAll()
96 bool AdbSendMessage(cvd::SharedFD sock, const std::string& message) { in AdbSendMessage()
108 auto sock = cvd::SharedFD::SocketLocalClient(kAdbDaemonPort, SOCK_STREAM); in AdbSendMessage() local
126 std::string RecvAdbResponse(cvd::SharedFD sock) { in RecvAdbResponse()
137 int RecvUptimeResult(cvd::SharedFD sock) { in RecvUptimeResult()
185 auto sock = cvd::SharedFD::SocketLocalClient(kAdbDaemonPort, SOCK_STREAM); in WaitForAdbDisconnection() local
/device/generic/goldfish/libqemu/
Dtest_host_2.c47 socket_close(int sock) in socket_close()
60 int sock = socket(AF_INET, type, 0); in socket_loopback_server() local
91 int sock, client; in main() local
Dtest_host_1.c49 socket_close(int sock) in socket_close()
62 int sock = socket(AF_INET, type, 0); in socket_loopback_server() local
95 int sock = socket(AF_UNIX, type, 0); in socket_unix_server() local
144 int sock, client; in main() local
/device/google/cuttlefish_common/host/frontend/vnc_server/
Dvnc_server.cpp45 void VncServer::StartClient(ClientSocket sock) { in StartClient()
50 void VncServer::StartClientThread(ClientSocket sock) { in StartClientThread()
/device/generic/goldfish/network/netmgr/
Daddress_assigner.cpp88 int sock = ::socket(AF_INET, SOCK_DGRAM, IPPROTO_IP); in setIpAddress() local
126 bool AddressAssigner::setAddress(int sock, in setAddress()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dssl.py100 def __init__(self, sock, keyfile=None, certfile=None, argument
361 def wrap_socket(sock, keyfile=None, certfile=None, argument
444 def sslwrap_simple(sock, keyfile=None, certfile=None): argument
Dasyncore.py230 def __init__(self, sock=None, map=None): argument
298 def set_socket(self, sock, map=None): argument
527 def __init__(self, sock=None, map=None): argument
Dsocket.py58 def ssl(sock, keyfile=None, certfile=None): argument
246 def __init__(self, sock, mode='rb', bufsize=-1, close=False): argument
Dasynchat.py64 def __init__ (self, sock=None, map=None): argument
Dhttplib.py335 def __init__(self, sock, debuglevel=0, strict=0, method=None, buffering=False): argument
1188 def FakeSocket (sock, sslobj): argument
Dftplib.py104 sock = None variable in FTP
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DTcpStream.cpp68 TcpStream::TcpStream(int sock, size_t bufSize) : in TcpStream()
DSocketStream.cpp40 SocketStream::SocketStream(int sock, size_t bufSize) : in SocketStream()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/ccbench/
Dccbench.py273 def _sendto(sock, s, addr): argument
276 def _recv(sock, n): argument
/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DQemuPipeStream.cpp37 QemuPipeStream::QemuPipeStream(QEMU_PIPE_HANDLE sock, size_t bufSize) : in QemuPipeStream()
DQemuPipeStreamFuchsia.cpp38 QemuPipeStream::QemuPipeStream(QEMU_PIPE_HANDLE sock, size_t bufSize) : in QemuPipeStream()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dsocket.py58 def ssl(sock, keyfile=None, certfile=None): argument
250 def __init__(self, sock, mode='rb', bufsize=-1, close=False): argument
/device/google/cuttlefish_common/common/frontend/socket_vsock_proxy/
Dmain.cpp172 auto sock = cvd::SharedFD::SocketLocalClient(FLAGS_tcp_port, SOCK_STREAM); in OpenSocketConnection() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_socketserver.py35 def receive(sock, n, timeout=20): argument
Dtest_telnetlib.py302 def do_nego(self, sock, cmd, opt): argument
Dtest_asyncore.py448 def __init__(self, sock=None): argument
Dtest_support.py288 def bind_port(sock, host=HOST): argument
/device/google/cuttlefish_common/common/frontend/socket_forward_proxy/
Dmain.cpp304 auto sock = cvd::SharedFD::SocketLocalClient(port, SOCK_STREAM); in OpenSocketConnection() local
/device/linaro/poplar/wifi/wifi_hal/
Dwifi_hal.cpp118 void wifi_socket_set_local_port(struct nl_sock *sock, uint32_t port) in wifi_socket_set_local_port()
127 struct nl_sock *sock = nl_socket_alloc(); in wifi_create_nl_socket() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dsocketmodule.c1638 PyObject *sock = NULL; in sock_accept() local
2154 PyObject *sock; local

12