Searched refs:sourceTrans_ (Results 1 – 3 of 3) sorted by relevance
58 if (sourceTrans_ != nullptr) { in ~DScreen()59 ret = sourceTrans_->Release(); in ~DScreen()73 sourceTrans_ = nullptr; in ~DScreen()404 if (sourceTrans_ == nullptr) { in SetUp()407 sourceTrans_->SetScreenVersion(version_); in SetUp()422 if (sourceTrans_ == nullptr) { in Start()426 int32_t ret = sourceTrans_->Start(); in Start()444 if (sourceTrans_ == nullptr) { in Stop()449 int32_t ret = sourceTrans_->Stop(); in Stop()455 ret = sourceTrans_->Release(); in Stop()[all …]
389 dScreen_->sourceTrans_ = nullptr;409 dScreen_->sourceTrans_ = std::make_shared<ScreenSourceTrans>();424 dScreen_->sourceTrans_ = nullptr;437 dScreen_->sourceTrans_ = std::make_shared<ScreenSourceTrans>();450 dScreen_->sourceTrans_ = nullptr;463 dScreen_->sourceTrans_ = std::make_shared<ScreenSourceTrans>();
114 std::shared_ptr<IScreenSourceTrans> sourceTrans_ = nullptr; variable