Home
last modified time | relevance | path

Searched refs:OnImageAvailable (Results 1 - 5 of 5) sorted by relevance

/foundation/window/window_manager/utils/include/
H A Dsurface_reader_handler.h29 virtual bool OnImageAvailable(sptr<Media::PixelMap> pixelMap) = 0;
H A Dsurface_reader_handler_impl.h27 bool OnImageAvailable(sptr<Media::PixelMap> pixelMap) override;
/foundation/window/window_manager/utils/src/
H A Dsurface_reader_handler_impl.cpp22 bool SurfaceReaderHandlerImpl::OnImageAvailable(sptr<Media::PixelMap> pixelMap) in OnImageAvailable() function in OHOS::Rosen::SurfaceReaderHandlerImpl
H A Dsurface_reader.cpp162 handler_->OnImageAvailable(pixelMap); in ProcessBuffer()
/foundation/window/window_manager/utils/test/unittest/
H A Dutils_all_test.cpp182 * @tc.desc: test SurfaceReaderHandlerImpl::OnImageAvailable
189 surfaceReaderHandlerImpl->OnImageAvailable(nullptr); in HWTEST_F()
192 surfaceReaderHandlerImpl->OnImageAvailable(nullptr); in HWTEST_F()

Completed in 2 milliseconds