Home
last modified time | relevance | path

Searched refs:modeId_ (Results 1 - 8 of 8) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/screen_manager/
H A Drs_screen_mode_info.cpp21 : width_(width), height_(height), refreshRate_(refreshRate), modeId_(id) in RSScreenModeInfo()
26 height_(other.height_), refreshRate_(other.refreshRate_), modeId_(other.modeId_) in RSScreenModeInfo()
35 modeId_ = other.modeId_; in operator =()
42 parcel.WriteUint32(refreshRate_) && parcel.WriteInt32(modeId_); in Marshalling()
77 return modeId_; in GetScreenModeId()
97 modeId_ = id; in SetScreenModeId()
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_screen.cpp124 if (modeId_ != UINT32_MAX) { in GetScreenMode()
125 modeId = modeId_; in GetScreenMode()
130 modeId_ = modeId; in GetScreenMode()
141 modeId_ = modeId; in SetScreenMode()
143 modeId_ = UINT32_MAX; in SetScreenMode()
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/hgm_screen_manager/
H A Dhgm_screen.h119 : width_(width), height_(height), refreshrate_(rate), modeId_(modeId) {} in ScreenProfile()
149 return modeId_; in GetModeId()
156 int32_t modeId_ = -1; member in OHOS::Rosen::HgmScreen::ScreenProfile
/foundation/window/window_manager/utils/src/
H A Dscreen_info.cpp28 parcel.WriteUint32(modeId_) && parcel.WriteUint32(static_cast<uint32_t>(modes_.size())) && in Marshalling()
75 parcel.ReadUint32(modeId_) && parcel.ReadUint32(size) && in InnerUnmarshalling()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/screen_manager/
H A Drs_screen_mode_info.h51 int32_t modeId_ = -1; member in OHOS::Rosen::RSScreenModeInfo
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_screen.h69 uint32_t modeId_ = UINT32_MAX; // UINT32_MAX is invalid modeId member in OHOS::Rosen::HdiScreen
/foundation/window/window_manager/test/fuzztest/dms/screen_fuzzer/
H A Dscreen_fuzzer.cpp68 GetObject<uint32_t>(info->modeId_, data + startPos, size - startPos); in CreateScreenInfo()
/foundation/window/window_manager/dmserver/src/
H A Dabstract_screen.cpp388 info->modeId_ = activeIdx_; in FillScreenInfo()

Completed in 5 milliseconds