Searched refs:screenCaptureControllerServer_ (Results 1 – 2 of 2) sorted by relevance
55 screenCaptureControllerServer_ = ScreenCaptureControllerServer::Create(); in Init()56 CHECK_AND_RETURN_RET_LOG(screenCaptureControllerServer_ != nullptr, MSERR_NO_MEMORY, in Init()94 screenCaptureControllerServer_ = nullptr; in DestroyStub()109 CHECK_AND_RETURN_RET_LOG(screenCaptureControllerServer_ != nullptr, false, in ReportAVScreenCaptureUserChoice()118 return screenCaptureControllerServer_->ReportAVScreenCaptureUserChoice(sessionId, choice); in ReportAVScreenCaptureUserChoice()124 CHECK_AND_RETURN_RET_LOG(screenCaptureControllerServer_ != nullptr, MSERR_INVALID_STATE, in ReportAVScreenCaptureUserChoice()
42 std::shared_ptr<IScreenCaptureController> screenCaptureControllerServer_ = nullptr; variable