Home
last modified time | relevance | path

Searched refs:current_session_ (Results 1 – 4 of 4) sorted by relevance

/external/openscreen/cast/standalone_receiver/
Dmirroring_application.cc37 OSP_DCHECK(!current_session_); in ~MirroringApplication()
48 !message_port || current_session_) { in Launch()
58 current_session_ = std::make_unique<ReceiverSession>( in Launch()
65 return current_session_ ? current_session_->session_id() : std::string(); in GetSessionId()
69 return current_session_ ? kMirroringDisplayName : std::string(); in GetDisplayName()
77 current_session_.reset(); in Stop()
Dmirroring_application.h63 std::unique_ptr<ReceiverSession> current_session_; variable
/external/openscreen/cast/standalone_sender/
Dlooping_file_cast_agent.cc274 current_session_ = std::make_unique<SenderSession>( in CreateAndStartSession()
292 current_session_->NegotiateMirroring({audio_config}, {video_config}); in CreateAndStartSession()
321 if (current_session_) { in Shutdown()
323 current_session_.reset(); in Shutdown()
Dlooping_file_cast_agent.h184 std::unique_ptr<SenderSession> current_session_; variable