Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H A Ddrawing_engine_sample.h81 static void OnScreenPlug(std::shared_ptr<HdiOutput> &output, bool connected, void* data);
H A Drender_context_sample.h87 static void OnScreenPlug(std::shared_ptr<HdiOutput> &output, bool connected, void* data);
H A Ddrawing_engine_sample.cpp76 backend_->RegScreenHotplug(DrawingEngineSample::OnScreenPlug, this); in Run()
103 void DrawingEngineSample::OnScreenPlug(std::shared_ptr<HdiOutput> &output, bool connected, void* da… in OnScreenPlug() function in DrawingEngineSample
H A Drender_context_sample.cpp39 backend_->RegScreenHotplug(RenderContextSample::OnScreenPlug, this); in Run()
64 void RenderContextSample::OnScreenPlug(std::shared_ptr<HdiOutput> &output, bool connected, void* da… in OnScreenPlug() function in RenderContextSample
H A Ddrawing_sample_canvaskit0310.cpp509 static void OnScreenPlug(std::shared_ptr<HdiOutput> &output, bool connected, void* data) in OnScreenPlug() function
633 backend->RegScreenHotplug(OnScreenPlug, &m); in main()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/composer/
H A Dhello_composer.h77 static void OnScreenPlug(std::shared_ptr<HdiOutput> &output, bool connected, void* data);
H A Dhello_composer.cpp55 backend_->RegScreenHotplug(HelloComposer::OnScreenPlug, this); in Run()
100 void HelloComposer::OnScreenPlug(std::shared_ptr<HdiOutput> &output, bool connected, void* data) in OnScreenPlug() function in HelloComposer
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/
H A Ddrawing_sample.cpp48 backend_->RegScreenHotplug(DrawingSample::OnScreenPlug, this); in Run()
74 void DrawingSample::OnScreenPlug(std::shared_ptr<HdiOutput>& output, bool connected, void* data) in OnScreenPlug() function in DrawingSample
H A Ddrawing_sample.h80 static void OnScreenPlug(std::shared_ptr<HdiOutput>& output, bool connected, void* data);