Home
last modified time | relevance | path

Searched refs:mPropBrightnessId (Results 1 – 2 of 2) sorted by relevance

/drivers/peripheral/display/hal/default_standard/src/display_device/drm/
Ddrm_connector.cpp93 mPropBrightnessId = prop.propId; in Init()
95 …DISPLAY_LOGD("prop brightness is %{public}d, level is %{public}d", mPropBrightnessId, mBrightnessL… in Init()
104 if (mPropBrightnessId == DRM_INVALID_ID) { in GetBrightness()
115 if (mPropBrightnessId == DRM_INVALID_ID) { in SetBrightness()
119 int ret = drmModeConnectorSetProperty(mDrmFdPtr->GetFd(), mId, mPropBrightnessId, level); in SetBrightness()
Ddrm_connector.h127 uint32_t mPropBrightnessId = DRM_INVALID_ID; variable