Home
last modified time | relevance | path

Searched refs:GetImageSurface (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensourceprocessor/include/
H A Diimage_source_processor.h38 virtual sptr<Surface> GetImageSurface() = 0;
H A Dimage_source_processor.h36 sptr<Surface> GetImageSurface() override;
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensourcetrans/include/
H A Discreen_source_trans.h36 virtual sptr<Surface> GetImageSurface() = 0;
H A Dscreen_source_trans.h47 sptr<Surface> GetImageSurface() override;
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensourceprocessor/src/
H A Dimage_source_processor.cpp104 sptr<Surface> ImageSourceProcessor::GetImageSurface() in GetImageSurface() function in OHOS::DistributedHardware::ImageSourceProcessor
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screensourceprocessor/src/
H A Dimage_source_processor_test.cpp161 sptr<Surface> actual = processor.GetImageSurface();
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensourcetrans/src/
H A Dscreen_source_trans.cpp204 sptr<Surface> ScreenSourceTrans::GetImageSurface() in GetImageSurface() function in OHOS::DistributedHardware::ScreenSourceTrans
207 return imageProcessor_->GetImageSurface(); in GetImageSurface()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/src/
H A Ddscreen.cpp431 sptr<OHOS::Surface> windowSurface = sourceTrans_->GetImageSurface(); in Start()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screensourcetrans/src/
H A Dscreen_source_trans_test.cpp501 EXPECT_NE(nullptr, trans->GetImageSurface());