Searched refs:tryFullFrame (Results 1 – 8 of 8) sorted by relevance
/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc_mdpcomp.h | 171 bool tryFullFrame(hwc_context_t *ctx, hwc_display_contents_1_t* list);
|
D | hwc_mdpcomp.cpp | 669 bool MDPComp::tryFullFrame(hwc_context_t *ctx, in tryFullFrame() function in qhwc::MDPComp 1465 if(tryFullFrame(ctx, list) || tryVideoOnly(ctx, list)) { in prepare()
|
/hardware/qcom/display/msm8909/libhwcomposer/ |
D | hwc_mdpcomp.h | 180 bool tryFullFrame(hwc_context_t *ctx, hwc_display_contents_1_t* list);
|
D | hwc_mdpcomp.cpp | 738 bool MDPComp::tryFullFrame(hwc_context_t *ctx, in tryFullFrame() function in qhwc::MDPComp 2024 mModeOn = tryFullFrame(ctx, list) || tryMDPOnlyLayers(ctx, list) || in prepare()
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_mdpcomp.h | 173 bool tryFullFrame(hwc_context_t *ctx, hwc_display_contents_1_t* list);
|
D | hwc_mdpcomp.cpp | 682 bool MDPComp::tryFullFrame(hwc_context_t *ctx, in tryFullFrame() function in qhwc::MDPComp 1672 mModeOn = tryFullFrame(ctx, list) || tryVideoOnly(ctx, list); in prepare()
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | hwc_mdpcomp.h | 176 bool tryFullFrame(hwc_context_t *ctx, hwc_display_contents_1_t* list);
|
D | hwc_mdpcomp.cpp | 779 bool MDPComp::tryFullFrame(hwc_context_t *ctx, in tryFullFrame() function in qhwc::MDPComp 2059 mModeOn = tryFullFrame(ctx, list) || tryMDPOnlyLayers(ctx, list) || in prepare()
|