Home
last modified time | relevance | path

Searched refs:rtspControl_ (Results 1 - 6 of 6) sorted by relevance

/foundation/CastEngine/castengine_cast_framework/service/src/session/src/
H A Dcast_session_impl.cpp557 rtspControl_ = IRtspController::GetInstance(rtspListener_, property_.protocolType, property_.endType); in Init()
639 if (!rtspControl_->Start(rtspParamInfo_, remoteDeviceInfo->remoteDevice.sessionKey, in ProcessConnect()
643 rtspControl_->Action(ActionType::TEARDOWN); in ProcessConnect()
662 int deviceSessionId = channelManager_->CreateChannel(*request, rtspControl_->GetChannelListener()); in ProcessConnect()
749 rtspControl_->Action(ActionType::TEARDOWN); in ProcessSetUp()
759 rtspControl_->Action(ActionType::TEARDOWN); in ProcessSetUp()
766 rtspControl_->Action(ActionType::TEARDOWN); in ProcessSetUp()
771 rtspControl_->SetupPort(*port, remoteControlPort, INVALID_PORT); in ProcessSetUp()
799 rtspControl_->Action(ActionType::PAUSE); in ProcessPause()
816 return (rtspControl_ in ProcessPlay()
[all...]
H A Dcast_session_listeners.cpp246 session->rtspControl_->ModuleCustomParamsNegotiationDone(); in NotifyModuleCustomParamsNegotiation()
248 session->rtspControl_->SetNegotiatedPlayerControllerCapability(negotiationParams); in NotifyModuleCustomParamsNegotiation()
297 session->rtspControl_->AddChannel(channel, deviceInfo->remoteDevice); in OnChannelCreated()
352 session->rtspControl_->RemoveChannel(channel); in OnChannelRemoved()
/foundation/CastEngine/castengine_cast_plus_stream/src/
H A Dcast_session_impl.cpp557 rtspControl_ = IRtspController::GetInstance(rtspListener_, property_.protocolType, property_.endType); in Init()
639 if (!rtspControl_->Start(rtspParamInfo_, remoteDeviceInfo->remoteDevice.sessionKey, in ProcessConnect()
643 rtspControl_->Action(ActionType::TEARDOWN); in ProcessConnect()
662 int deviceSessionId = channelManager_->CreateChannel(*request, rtspControl_->GetChannelListener()); in ProcessConnect()
749 rtspControl_->Action(ActionType::TEARDOWN); in ProcessSetUp()
759 rtspControl_->Action(ActionType::TEARDOWN); in ProcessSetUp()
766 rtspControl_->Action(ActionType::TEARDOWN); in ProcessSetUp()
771 rtspControl_->SetupPort(*port, remoteControlPort, INVALID_PORT); in ProcessSetUp()
799 rtspControl_->Action(ActionType::PAUSE); in ProcessPause()
816 return (rtspControl_ in ProcessPlay()
[all...]
H A Dcast_session_listeners.cpp246 session->rtspControl_->ModuleCustomParamsNegotiationDone(); in NotifyModuleCustomParamsNegotiation()
248 session->rtspControl_->SetNegotiatedPlayerControllerCapability(negotiationParams); in NotifyModuleCustomParamsNegotiation()
297 session->rtspControl_->AddChannel(channel, deviceInfo->remoteDevice); in OnChannelCreated()
352 session->rtspControl_->RemoveChannel(channel); in OnChannelRemoved()
/foundation/CastEngine/castengine_cast_framework/service/src/session/include/
H A Dcast_session_impl_class.h238 std::shared_ptr<IRtspController> rtspControl_; member in OHOS::CastEngine::CastEngineService::CastSessionImpl
/foundation/CastEngine/castengine_cast_plus_stream/include/
H A Dcast_session_impl_class.h238 std::shared_ptr<IRtspController> rtspControl_; member in OHOS::CastEngine::CastEngineService::CastSessionImpl

Completed in 7 milliseconds