Home
last modified time | relevance | path

Searched refs:PendingConnection (Results 1 – 2 of 2) sorted by relevance

/external/openscreen/cast/sender/channel/
Dsender_socket_factory.cc53 PendingConnection{endpoint, media_policy, client}); in Connect()
118 std::vector<PendingConnection> connections; in OnError()
120 for (const PendingConnection& pending : connections) { in OnError()
125 std::vector<SenderSocketFactory::PendingConnection>::iterator
128 [&endpoint](const PendingConnection& pending) { in FindPendingConnection()
/external/openscreen/cast/sender/public/
Dsender_socket_factory.h74 struct PendingConnection { struct
92 std::vector<PendingConnection>::iterator FindPendingConnection( argument
103 std::vector<PendingConnection> pending_connections_;