| /device/google/cuttlefish_common/host/frontend/vnc_server/ |
| D | blackboard.cpp | 51 void BlackBoard::Register(const VncClientConnection* conn) { in Register() 60 void BlackBoard::Unregister(const VncClientConnection* conn) { in Unregister() 79 const VncClientConnection* conn) { in WaitForSenderWork() 104 void BlackBoard::SetOrientation(const VncClientConnection* conn, in SetOrientation() 115 const VncClientConnection* conn) { in SignalClientNeedsEntireScreen() 125 const VncClientConnection* conn) { in FrameBufferUpdateRequestReceived() 133 void BlackBoard::StopWaiting(const VncClientConnection* conn) { in StopWaiting() 164 const VncClientConnection* conn) { in GetStateForClient()
|
| D | blackboard.h | 51 Registerer(BlackBoard* bb, const VncClientConnection* conn) in Registerer()
|
| D | screen_connector.cpp | 91 auto conn = SharedFD::Accept(*server); in ServerLoop() local
|
| /device/google/cuttlefish_common/tools/play_audio/ |
| D | play_audio.cpp | 49 std::tuple<std::uint16_t, std::uint16_t> RecvHeader(cfp::ClientSocket* conn) { in RecvHeader() 60 cfp::ClientSocket* conn) { in RecvEncodedAudio() 87 auto conn = Connect(); in main() local
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/ |
| D | unixserver.py | 15 conn, addr = s.accept() variable
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/ |
| D | server.py | 63 def _verify(self, conn, address): argument 123 def _verify(self, conn, address): argument
|
| /device/google/cuttlefish_common/common/frontend/socket_forward_proxy/ |
| D | main.cpp | 180 void MarkAsFree(SocketConnectionInfo* conn) { in MarkAsFree() 187 std::pair<int, cvd::SharedFD> WaitForConnection(SocketConnectionInfo* conn) { in WaitForConnection() 196 SocketConnectionInfo* conn) { in host_thread() 213 bool TryAllocateConnection(SocketConnectionInfo* conn, int guest_port, in TryAllocateConnection()
|
| /device/google/cuttlefish_common/host/commands/logcat_receiver/ |
| D | main.cpp | 54 auto conn = cvd::SharedFD::Accept(*server_fd); in main() local
|
| /device/google/cuttlefish_common/guest/commands/vsock_logcat/ |
| D | main.cpp | 128 auto conn = cvd::SharedFD::Open(FLAGS_pipe_name.c_str(), O_RDONLY); in main() local
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
| D | test_xmlrpc.py | 961 def send_user_agent(self, conn): argument 971 def send_host(self, conn, host): argument 981 def send_request(self, conn, url, body): argument 991 def send_content(self, conn, body): argument
|
| D | test_ftplib.py | 34 def __init__(self, conn, baseclass): argument 59 def __init__(self, conn): argument 357 def __init__(self, conn, baseclass): argument 368 def __init__(self, conn): argument
|
| D | test_poplib.py | 35 def __init__(self, conn): argument 232 def __init__(self, conn): argument
|
| D | test_asyncore.py | 558 def __init__(self, conn): argument 593 def __init__(self, conn): argument 613 def __init__(self, conn): argument
|
| D | test_multiprocessing.py | 1336 def _echo(cls, conn): argument 1700 def _test_finalize(cls, conn): argument 1795 def _test_level(cls, conn): argument
|
| D | test_ssl.py | 552 def __init__(self, conn, certfile): argument
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
| D | smtpd.py | 109 def __init__(self, server, conn, addr): argument
|
| D | httplib.py | 1063 def _setup(self, conn): argument
|