Home
last modified time | relevance | path

Searched defs:conn (Results 1 – 23 of 23) sorted by relevance

/device/google/cuttlefish/host/frontend/vnc_server/
Dblackboard.cpp51 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()
Dblackboard.h51 Registerer(BlackBoard* bb, const VncClientConnection* conn) in Registerer()
/device/google/cuttlefish/tools/play_audio/
Dplay_audio.cpp49 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/
Dunixserver.py15 conn, addr = s.accept() variable
/device/google/cuttlefish/host/commands/config_server/
Dmain.cpp47 auto conn = cvd::SharedFD::Accept(*server_fd); in main() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
Dserver.py63 def _verify(self, conn, address): argument
123 def _verify(self, conn, address): argument
/device/google/cuttlefish/host/commands/logcat_receiver/
Dmain.cpp48 auto conn = cvd::SharedFD::Accept(*server_fd); in main() local
/device/google/cuttlefish/host/commands/tombstone_receiver/
Dmain.cpp71 auto conn = cvd::SharedFD::Accept(*server_fd); in main() local
/device/generic/goldfish-opengl/system/hals/
Dmapper3.cpp117 const HostConnectionSession conn = getHostConnectionSession(); in freeBuffer() local
243 const HostConnectionSession conn = getHostConnectionSession(); in importBufferImpl() local
375 const HostConnectionSession conn = getHostConnectionSession(); in lockHostImpl() local
518 const HostConnectionSession conn = getHostConnectionSession(); in unlockHostImpl() local
Dallocator3.cpp333 const HostConnectionSession conn = getHostConnectionSession(); in allocateCb() local
/device/google/cuttlefish/host/libs/screen_connector/
Dsocket_based_screen_connector.cpp69 auto conn = SharedFD::Accept(*server); in ServerLoop() local
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_30.cpp119 HostConnection* conn; member in __anon27f2bec40111::HostConnectionSession
296 const HostConnectionSession conn = getHostConnectionSession(); in lock_impl() local
416 const HostConnectionSession conn = getHostConnectionSession(); in unlock_impl() local
807 const HostConnectionSession conn = m_gr->getHostConnectionSession(); in alloc_buffer() local
898 const HostConnectionSession conn = m_gr->getHostConnectionSession(); in register_buffer() local
919 const HostConnectionSession conn = m_gr->getHostConnectionSession(); in unregister_buffer() local
/device/google/cuttlefish/guest/commands/vsock_logcat/
Dmain.cpp130 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/
Dtest_xmlrpc.py961 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
Dtest_ftplib.py34 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
Dtest_poplib.py35 def __init__(self, conn): argument
232 def __init__(self, conn): argument
Dtest_asyncore.py558 def __init__(self, conn): argument
593 def __init__(self, conn): argument
613 def __init__(self, conn): argument
Dtest_multiprocessing.py1336 def _echo(cls, conn): argument
1700 def _test_finalize(cls, conn): argument
1795 def _test_level(cls, conn): argument
Dtest_ssl.py552 def __init__(self, conn, certfile): argument
/device/generic/goldfish/gnss/
Dgnss.cpp164 auto conn = std::make_unique<GnssHwConn>(&m_dataSink); in open() local
/device/google/trout/hal/vehicle/2.0/
DGrpcVehicleServer.cpp277 auto& conn = mValueStreamingConnections.emplace_back(std::move(callBack)); in StartPropertyValuesStream() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsmtpd.py109 def __init__(self, server, conn, addr): argument
Dhttplib.py1063 def _setup(self, conn): argument