Searched refs:OnHotPlug (Results 1 - 6 of 6) sorted by relevance
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/ |
H A D | drawing_sample.cpp | 232 LOGI("In main thread, call OnHotPlug directly"); in OnHotPlugEvent() 233 OnHotPlug(output, connected); in OnHotPlugEvent() 236 mainThreadHandler_->PostTask(std::bind(&DrawingSample::OnHotPlug, this, output, connected)); in OnHotPlugEvent() 240 void DrawingSample::OnHotPlug(std::shared_ptr<HdiOutput>& output, bool connected) in OnHotPlug() function in DrawingSample
|
H A D | drawing_sample.h | 76 void OnHotPlug(std::shared_ptr<HdiOutput>& output, bool connected);
|
/foundation/graphic/graphic_2d/rosen/samples/composer/ |
H A D | hello_composer.h | 70 void OnHotPlug(std::shared_ptr<HdiOutput> &output, bool connected);
|
H A D | hello_composer.cpp | 344 LOGI("In main thread, call OnHotPlug directly"); in OnHotPlugEvent() 345 OnHotPlug(output, connected); in OnHotPlugEvent() 348 mainThreadHandler_->PostTask([this] { this->OnHotPlug(output, connected); }); in OnHotPlugEvent() 352 void HelloComposer::OnHotPlug(std::shared_ptr<HdiOutput> &output, bool connected) in OnHotPlug() function in HelloComposer
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/ |
H A D | rs_screen_manager.h | 452 static void OnHotPlug(std::shared_ptr<HdiOutput> &output, bool connected, void *data);
|
H A D | rs_screen_manager.cpp | 85 if (composer_->RegScreenHotplug(&RSScreenManager::OnHotPlug, this) != 0) {
86 RS_LOGE("RSScreenManager %{public}s: Failed to register OnHotPlug Func to composer.", __func__);
297 void RSScreenManager::OnHotPlug(std::shared_ptr<HdiOutput> &output, bool connected, void *data)
in OnHotPlug() function in OHOS::Rosen::impl::RSScreenManager
|
Completed in 6 milliseconds