Searched refs:OnScreenPlug (Results 1 - 9 of 9) sorted by relevance
/foundation/graphic/graphic_2d/rosen/samples/composer/ |
H A D | hello_composer.h | 77 static void OnScreenPlug(std::shared_ptr<HdiOutput> &output, bool connected, void* data);
|
H A D | hello_composer.cpp | 55 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 102 LOGI("enter OnScreenPlug, connected is %{public}d", connected); in OnScreenPlug()
|
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/ |
H A D | drawing_sample.h | 80 static void OnScreenPlug(std::shared_ptr<HdiOutput>& output, bool connected, void* data);
|
H A D | drawing_sample.cpp | 48 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 76 LOGI("enter OnScreenPlug, connected is %{public}d", connected); in OnScreenPlug()
|
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/ |
H A D | drawing_engine_sample.h | 81 static void OnScreenPlug(std::shared_ptr<HdiOutput> &output, bool connected, void* data);
|
H A D | render_context_sample.h | 87 static void OnScreenPlug(std::shared_ptr<HdiOutput> &output, bool connected, void* data);
|
H A D | render_context_sample.cpp | 39 backend_->RegScreenHotplug(RenderContextSample::OnScreenPlug, this); in Run() 64 void RenderContextSample::OnScreenPlug(std::shared_ptr<HdiOutput> &output, bool connected, void* data) in OnScreenPlug() function in RenderContextSample 66 std::cout << "enter OnScreenPlug, connected is " << connected << std::endl; in OnScreenPlug()
|
H A D | drawing_engine_sample.cpp | 76 backend_->RegScreenHotplug(DrawingEngineSample::OnScreenPlug, this); in Run() 103 void DrawingEngineSample::OnScreenPlug(std::shared_ptr<HdiOutput> &output, bool connected, void* data) in OnScreenPlug() function in DrawingEngineSample 105 std::cout << "enter OnScreenPlug, connected is " << connected << std::endl; in OnScreenPlug()
|
H A D | drawing_sample_canvaskit0310.cpp | 509 static void OnScreenPlug(std::shared_ptr<HdiOutput> &output, bool connected, void* data) in OnScreenPlug() function 511 LOGI("enter OnScreenPlug, connected is %{public}d", connected); in OnScreenPlug() 633 backend->RegScreenHotplug(OnScreenPlug, &m); in main()
|
Completed in 5 milliseconds