Searched refs:GetActivePropId (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/drm/ |
H A D | drm_crtc.h | 53 uint32_t GetActivePropId() const in GetActivePropId() function
|
H A D | hdi_drm_composition.cpp | 99 int ret = drmModeAtomicAddProperty(&pset, mCrtc->GetId(), mCrtc->GetActivePropId(), 1); in UpdateMode()
|
/ohos5.0/drivers/peripheral/display/composer/vdi_base/include/ |
H A D | drm_crtc.h | 53 uint32_t GetActivePropId() const in GetActivePropId() function
|
/ohos5.0/drivers/peripheral/display/composer/vdi_base/src/ |
H A D | hdi_drm_composition.cpp | 180 int ret = drmModeAtomicAddProperty(pset, mCrtc->GetId(), mCrtc->GetActivePropId(), 1); in UpdateMode() 298 ret = drmModeAtomicAddProperty(pset, mCrtc->GetId(), mCrtc->GetActivePropId(), 1); in Apply()
|
H A D | drm_connector.cpp | 315 ret = drmModeAtomicAddProperty(pset, crtc->GetId(), crtc->GetActivePropId(), (int)plugIn); in HandleHotplug()
|