Searched refs:screenChannel_ (Results 1 – 6 of 6) sorted by relevance
87 ret = screenChannel_->ReleaseSession(); in Release()92 screenChannel_ = nullptr; in Release()106 if (screenChannel_ == nullptr) { in Start()117 if (screenChannel_ == nullptr) { in Start()121 int32_t ret = screenChannel_->OpenSession(listener); in Start()177 ret = screenChannel_->CloseSession(); in Stop()276 screenChannel_->SetJpegSessionFlag(true); in InitScreenTrans()281 screenChannel_ = nullptr; in InitScreenTrans()289 screenChannel_ = nullptr; in InitScreenTrans()433 if (screenChannel_ == nullptr) { in FeedChannelData()[all …]
63 if (screenChannel_ != nullptr) { in Release()65 ret = screenChannel_->ReleaseSession(); in Release()70 screenChannel_ = nullptr; in Release()111 if (screenChannel_ != nullptr) { in Stop()113 ret = screenChannel_->CloseSession(); in Stop()206 screenChannel_ = std::make_shared<ScreenDataChannelImpl>(peerDevId); in InitScreenTrans()208 screenChannel_->SetJpegSessionFlag(true); in InitScreenTrans()213 screenChannel_ = nullptr; in InitScreenTrans()222 screenChannel_ = nullptr; in InitScreenTrans()239 int32_t ret = screenChannel_->CreateSession(listener); in RegisterChannelListener()
155 trans->screenChannel_ = std::make_shared<MockScreenDataChannelImpl>();179 trans->screenChannel_ = std::make_shared<MockScreenDataChannelImpl>();209 trans->screenChannel_ = std::make_shared<ScreenDataChannelImpl>(peerDevId);238 trans->screenChannel_ = std::make_shared<ScreenDataChannelImpl>(peerDevId);254 trans->screenChannel_ = std::make_shared<MockScreenDataChannelImpl>();282 trans->screenChannel_ = std::make_shared<MockScreenDataChannelImpl>();298 trans->screenChannel_ = std::make_shared<ScreenDataChannelImpl>(peerDevId);
64 std::shared_ptr<IScreenChannel> screenChannel_; variable
80 std::shared_ptr<IScreenChannel> screenChannel_; variable
42 trans_->screenChannel_ = std::make_shared<ScreenDataChannelImpl>(peerDevId_); in SetUp()