Home
last modified time | relevance | path

Searched refs:GetModeFromId (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/drm/
H A Ddrm_connector.h96 int32_t GetModeFromId(int32_t id, DrmMode &mode);
H A Ddrm_display.cpp197 ret = mConnector->GetModeFromId(mCrtc->GetActiveModeId(), mode); in PushFirstFrame()
H A Ddrm_connector.cpp257 int32_t DrmConnector::GetModeFromId(int32_t id, DrmMode &mode) in GetModeFromId() function in OHOS::HDI::DISPLAY::DrmConnector
/ohos5.0/drivers/peripheral/display/composer/vdi_base/include/
H A Ddrm_connector.h99 int32_t GetModeFromId(int32_t id, DrmMode &mode);
/ohos5.0/drivers/peripheral/display/composer/vdi_base/src/
H A Ddrm_display.cpp225 ret = mConnector->GetModeFromId(mCrtc->GetActiveModeId(), mode); in PushFirstFrame()
H A Ddrm_connector.cpp362 int32_t DrmConnector::GetModeFromId(int32_t id, DrmMode &mode) in GetModeFromId() function in OHOS::HDI::DISPLAY::DrmConnector