Searched refs:GetImageSurface (Results 1 – 9 of 9) sorted by relevance
38 virtual sptr<Surface> GetImageSurface() = 0;
36 sptr<Surface> GetImageSurface() override;
36 virtual sptr<Surface> GetImageSurface() = 0;
47 sptr<Surface> GetImageSurface() override;
104 sptr<Surface> ImageSourceProcessor::GetImageSurface() in GetImageSurface() function in OHOS::DistributedHardware::ImageSourceProcessor
161 sptr<Surface> actual = processor.GetImageSurface();
204 sptr<Surface> ScreenSourceTrans::GetImageSurface() in GetImageSurface() function in OHOS::DistributedHardware::ScreenSourceTrans207 return imageProcessor_->GetImageSurface(); in GetImageSurface()
431 sptr<OHOS::Surface> windowSurface = sourceTrans_->GetImageSurface(); in Start()
501 EXPECT_NE(nullptr, trans->GetImageSurface());