Home
last modified time | relevance | path

Searched defs:conn (Results 1 – 14 of 14) 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/generic/goldfish-opengl/system/hals/
Dmapper3.cpp121 const HostConnectionSession conn = getHostConnectionSession(); in freeBuffer() local
247 const HostConnectionSession conn = getHostConnectionSession(); in importBufferImpl() local
389 const HostConnectionSession conn = getHostConnectionSession(); in lockHostImpl() local
546 const HostConnectionSession conn = getHostConnectionSession(); in unlockHostImpl() local
Dallocator3.cpp357 const HostConnectionSession conn = getHostConnectionSession(); in allocateCb() local
/device/google/cuttlefish/host/commands/config_server/
Dmain.cpp44 auto conn = cuttlefish::SharedFD::Accept(*server_fd); in main() local
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_30.cpp119 HostConnection* conn; member in __anonff125d200111::HostConnectionSession
298 const HostConnectionSession conn = getHostConnectionSession(); in lock_impl() local
418 const HostConnectionSession conn = getHostConnectionSession(); in unlock_impl() local
809 const HostConnectionSession conn = m_gr->getHostConnectionSession(); in alloc_buffer() local
900 const HostConnectionSession conn = m_gr->getHostConnectionSession(); in register_buffer() local
921 const HostConnectionSession conn = m_gr->getHostConnectionSession(); in unregister_buffer() local
/device/google/cuttlefish/host/commands/tombstone_receiver/
Dmain.cpp72 auto conn = cuttlefish::SharedFD::Accept(*server_fd); in main() local
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/xcb/
DWindowSurfaceVkXcb.cpp19 xcb_connection_t *conn) in WindowSurfaceVkXcb()
/device/generic/goldfish-opengl/system/hwc2/
DdrmTest.cpp162 drmModeConnector *conn; in main() local
211 drmModeConnector *conn = nullptr; in main_atom() local
/device/google/cuttlefish/host/commands/modem_simulator/
Dmain.cpp135 auto conn = cuttlefish::SharedFD::Accept(*monitor_socket); in main() local
/device/generic/goldfish/gnss/
Dgnss.cpp165 auto conn = std::make_unique<GnssHwConn>(&m_dataSink); in open() local
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/egl/gbm/
DDisplayGbm.cpp53 drmModeModeInfoPtr ChooseMode(drmModeConnectorPtr conn) in ChooseMode()
70 int ChooseCRTC(int fd, drmModeConnectorPtr conn) in ChooseCRTC()
/device/google/trout/hal/vehicle/2.0/
DGrpcVehicleServer.cpp288 auto& conn = mValueStreamingConnections.emplace_back(std::move(callBack)); in StartPropertyValuesStream() local
/device/google/cuttlefish/host/frontend/webrtc/lib/
Dws_connection.cpp207 void* raw, std::weak_ptr<WsConnectionImpl> conn) { in RememberConnection()