Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/operator_proxy/
Dmain.cpp30 auto conn = in OpenConnection() local
/device/google/cuttlefish/host/commands/config_server/
Dmain.cpp44 auto conn = cuttlefish::SharedFD::Accept(*server_fd); in main() local
/device/google/cuttlefish/host/commands/tombstone_receiver/
Dmain.cpp85 auto conn = SharedFD::Accept(*server_fd); in TombstoneReceiverMain() local
/device/google/cuttlefish/host/commands/modem_simulator/
Dmain.cpp135 auto conn = cuttlefish::SharedFD::Accept(*monitor_socket); in main() local
/device/generic/goldfish-opengl/system/hals/
Dmapper3.cpp421 const HostConnectionSession conn = getHostConnectionSession(); in lockHostImpl() local
566 const HostConnectionSession conn = getHostConnectionSession(); in unlockHostImpl() local
Dallocator3.cpp320 const HostConnectionSession conn = getHostConnectionSession(); in allocateCb() local
/device/generic/car/emulator/Conn/SocketComm/
DSocketComm.cpp119 SocketConn* conn = accept(); in listenThread() local
/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dserver_connection.cpp364 WsConnectionWrapper(std::shared_ptr<WsConnection> conn) : conn_(conn) {} in WsConnectionWrapper()
398 std::weak_ptr<WsConnection> conn) { in RememberConnection()
/device/generic/goldfish/gnss/
DGnss.cpp148 auto conn = std::make_unique<GnssHwConn>(*this); in start() local
/device/google/trout/hal/vehicle/2.0/
DGrpcVehicleServer.cpp288 auto& conn = mValueStreamingConnections.emplace_back(std::move(callBack)); in StartPropertyValuesStream() local