/device/google/cuttlefish/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()
|
/device/google/cuttlefish/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/google/cuttlefish/host/commands/config_server/ |
D | main.cpp | 47 auto conn = cvd::SharedFD::Accept(*server_fd); in main() local
|
/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/host/commands/logcat_receiver/ |
D | main.cpp | 48 auto conn = cvd::SharedFD::Accept(*server_fd); in main() local
|
/device/google/cuttlefish/host/commands/tombstone_receiver/ |
D | main.cpp | 71 auto conn = cvd::SharedFD::Accept(*server_fd); in main() local
|
/device/generic/goldfish-opengl/system/hals/ |
D | mapper3.cpp | 117 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
|
D | allocator3.cpp | 333 const HostConnectionSession conn = getHostConnectionSession(); in allocateCb() local
|
/device/google/cuttlefish/host/libs/screen_connector/ |
D | socket_based_screen_connector.cpp | 69 auto conn = SharedFD::Accept(*server); in ServerLoop() local
|
/device/generic/goldfish-opengl/system/gralloc/ |
D | gralloc_30.cpp | 119 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/ |
D | main.cpp | 130 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/generic/goldfish/gnss/ |
D | gnss.cpp | 164 auto conn = std::make_unique<GnssHwConn>(&m_dataSink); in open() local
|
/device/google/trout/hal/vehicle/2.0/ |
D | GrpcVehicleServer.cpp | 277 auto& conn = mValueStreamingConnections.emplace_back(std::move(callBack)); in StartPropertyValuesStream() local
|
/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
|