Home
last modified time | relevance | path

Searched refs:LoopingFileCastAgent (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/openscreen/cast/standalone_sender/
H A Dlooping_file_cast_agent.cc30 LoopingFileCastAgent::LoopingFileCastAgent(TaskRunner* task_runner, in LoopingFileCastAgent() function in openscreen::cast::LoopingFileCastAgent
43 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 …]
H A Dlooping_file_cast_agent.h68 class LoopingFileCastAgent final
80 LoopingFileCastAgent(TaskRunner* task_runner,
82 ~LoopingFileCastAgent();
H A Dmain.cc240 LoopingFileCastAgent* cast_agent = nullptr; in StandaloneSenderMain()
242 cast_agent = new LoopingFileCastAgent( in StandaloneSenderMain()