Searched refs:LoopingFileCastAgent (Results 1 – 3 of 3) sorted by relevance
30 LoopingFileCastAgent::LoopingFileCastAgent(TaskRunner* task_runner, in LoopingFileCastAgent() function in openscreen::cast::LoopingFileCastAgent43 LoopingFileCastAgent::~LoopingFileCastAgent() { in ~LoopingFileCastAgent()47 void LoopingFileCastAgent::Connect(ConnectionSettings settings) { in Connect()63 void LoopingFileCastAgent::OnConnected(SenderSocketFactory* factory, in OnConnected()86 void LoopingFileCastAgent::OnError(SenderSocketFactory* factory, in OnError()93 void LoopingFileCastAgent::OnClose(CastSocket* cast_socket) { in OnClose()98 void LoopingFileCastAgent::OnError(CastSocket* socket, Error error) { in OnError()103 bool LoopingFileCastAgent::IsConnectionAllowed( in IsConnectionAllowed()108 void LoopingFileCastAgent::OnMessage(VirtualConnectionRouter* router, in OnMessage()153 const char* LoopingFileCastAgent::GetMirroringAppId() const { in GetMirroringAppId()[all …]
68 class LoopingFileCastAgent final80 LoopingFileCastAgent(TaskRunner* task_runner,82 ~LoopingFileCastAgent();
240 LoopingFileCastAgent* cast_agent = nullptr; in StandaloneSenderMain()242 cast_agent = new LoopingFileCastAgent( in StandaloneSenderMain()