/aosp12/hardware/qcom/display/msm8960/libqdutils/ |
H A D | mdp_version.h | 74 bool hasOverlay() {return mHasOverlay;} in hasOverlay() function
|
/aosp12/hardware/qcom/display/msm8960/libhwcomposer/ |
H A D | hwc_fbupdate.cpp | 50 if(!ctx->mMDP.hasOverlay) { in prepare() 153 if(!ctx->mMDP.hasOverlay) { in prepare()
|
H A D | hwc_utils.h | 68 bool hasOverlay; member
|
H A D | hwc_utils.cpp | 202 ctx->mMDP.hasOverlay = qdutils::MDPVersion::getInstance().hasOverlay(); in initContext()
|
H A D | hwc.cpp | 339 if(ctx->mMDP.hasOverlay) in hwc_query()
|
H A D | hwc_copybit.cpp | 75 if(ctx->mMDP.hasOverlay) { in canUseCopybitForYUV()
|
/aosp12/hardware/qcom/display/msm8084/libqdutils/ |
H A D | mdp_version.h | 118 bool hasOverlay() {return mHasOverlay;} in hasOverlay() function
|
/aosp12/hardware/qcom/display/msm8226/libqdutils/ |
H A D | mdp_version.h | 118 bool hasOverlay() {return mHasOverlay;} in hasOverlay() function
|
/aosp12/hardware/qcom/display/msm8994/libqdutils/ |
H A D | mdp_version.h | 112 bool hasOverlay() {return mHasOverlay;} in hasOverlay() function
|
/aosp12/hardware/qcom/display/msm8084/libhwcomposer/ |
H A D | hwc_fbupdate.cpp | 114 if(!ctx->mMDP.hasOverlay) { in prepare() 266 if(!ctx->mMDP.hasOverlay) { in prepare()
|
H A D | hwc_utils.h | 74 bool hasOverlay; member
|
H A D | hwc_copybit.cpp | 79 if(ctx->mMDP.hasOverlay && ctx->mMDP.version >= qdutils::MDP_V4_0) { in canUseCopybitForYUV()
|
H A D | hwc.cpp | 557 if(ctx->mMDP.hasOverlay) { in hwc_query()
|
H A D | hwc_utils.cpp | 188 ctx->mMDP.hasOverlay = qdutils::MDPVersion::getInstance().hasOverlay(); in initContext()
|
/aosp12/hardware/qcom/display/msm8226/libhwcomposer/ |
H A D | hwc_fbupdate.cpp | 120 if(!ctx->mMDP.hasOverlay) { in prepare() 272 if(!ctx->mMDP.hasOverlay) { in prepare()
|
H A D | hwc_utils.h | 75 bool hasOverlay; member
|
H A D | hwc.cpp | 545 if(ctx->mMDP.hasOverlay) { in hwc_query()
|
H A D | hwc_copybit.cpp | 79 if(ctx->mMDP.hasOverlay && ctx->mMDP.version >= qdutils::MDP_V4_0) { in canUseCopybitForYUV()
|
H A D | hwc_utils.cpp | 195 ctx->mMDP.hasOverlay = qdutils::MDPVersion::getInstance().hasOverlay(); in initContext()
|
/aosp12/hardware/qcom/display/msm8994/libhwcomposer/ |
H A D | hwc_fbupdate.cpp | 118 if(!ctx->mMDP.hasOverlay) { in prepare() 264 if(!ctx->mMDP.hasOverlay) { in prepare()
|
H A D | hwc_utils.h | 81 bool hasOverlay; member
|
H A D | hwc.cpp | 596 if(ctx->mMDP.hasOverlay) { in hwc_query()
|
H A D | hwc_copybit.cpp | 79 if(ctx->mMDP.hasOverlay && ctx->mMDP.version >= qdutils::MDP_V4_0) { in canUseCopybitForYUV()
|
H A D | hwc_utils.cpp | 301 ctx->mMDP.hasOverlay = qdutils::MDPVersion::getInstance().hasOverlay(); in initContext()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/ |
H A D | Workspace.java | 1152 public boolean hasOverlay() { in hasOverlay() method in Workspace
|