Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/drm/
H A Ddrm_encoder.cpp43 if (!crtc->CanBind()) { in PickIdleCrtcId()
48 if (posCrts->CanBind() && ((1 << posCrts->GetPipe()) & mPossibleCrtcs)) { in PickIdleCrtcId()
H A Ddrm_crtc.h40 bool CanBind() const;
H A Ddrm_crtc.cpp63 bool DrmCrtc::CanBind() const in CanBind() function in OHOS::HDI::DISPLAY::DrmCrtc
/ohos5.0/drivers/peripheral/display/composer/vdi_base/src/
H A Ddrm_encoder.cpp49 if (!crtc->CanBind()) { in PickIdleCrtcId()
54 if (posCrts->CanBind() && ((1 << posCrts->GetPipe()) & mPossibleCrtcs)) { in PickIdleCrtcId()
H A Ddrm_crtc.cpp93 bool DrmCrtc::CanBind() in CanBind() function in OHOS::HDI::DISPLAY::DrmCrtc
/ohos5.0/drivers/peripheral/display/composer/vdi_base/include/
H A Ddrm_crtc.h40 bool CanBind();