Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/drm/
H A Ddrm_connector.h99 return mDpmsState; in GetDpmsState()
125 uint64_t mDpmsState = 0; variable
H A Ddrm_connector.cpp82 mDpmsState = prop.value; in Init()
83 DISPLAY_LOGD("dpms state : %{public}" PRIu64 "", mDpmsState); in Init()
248 mDpmsState = dmps; in SetDpmsState()
/ohos5.0/drivers/peripheral/display/composer/vdi_base/include/
H A Ddrm_connector.h102 return mDpmsState; in GetDpmsState()
130 uint64_t mDpmsState = 0; variable
/ohos5.0/drivers/peripheral/display/composer/vdi_base/src/
H A Ddrm_connector.cpp87 mDpmsState = prop.value; in Init()
88 DISPLAY_LOGD("dpms state : %{public}" PRIu64 "", mDpmsState); in Init()
353 mDpmsState = dmps; in SetDpmsState()