Home
last modified time | relevance | path

Searched refs:currScreenId_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/composer/
H A Dhello_composer.cpp131 currScreenId_ = iter->first; in CreateLayers()
138 if (screensMap_.count(currScreenId_) != 0) { in CreateShowLayers()
139 LOGI("Screen[%{public}d] has already created", currScreenId_); in CreateShowLayers()
295 uint32_t screenId = currScreenId_; in CreatePhysicalScreen()
358 currScreenId_ = output->GetScreenId(); in OnHotPlug()
359 outputMap_[currScreenId_] = output; in OnHotPlug()
363 RemoveOffScreenData(currScreenId_); in OnHotPlug()
371 …LOGI("Callback HotPlugEvent, screenId is %{public}d, connected is %{public}u", currScreenId_, conn… in OnHotPlug()
H A Dhello_composer.h39 uint32_t currScreenId_ = 0; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/
H A Ddrawing_sample.cpp184 uint32_t screenId = currScreenId_; in CreatePhysicalScreen()
246 currScreenId_ = output->GetScreenId(); in OnHotPlug()
247 outputMap_[currScreenId_] = output; in OnHotPlug()
H A Ddrawing_sample.h50 uint32_t currScreenId_ = 0; variable