Home
last modified time | relevance | path

Searched refs:tryFullFrame (Results 1 – 8 of 8) sorted by relevance

/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_mdpcomp.h171 bool tryFullFrame(hwc_context_t *ctx, hwc_display_contents_1_t* list);
Dhwc_mdpcomp.cpp669 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/
Dhwc_mdpcomp.h180 bool tryFullFrame(hwc_context_t *ctx, hwc_display_contents_1_t* list);
Dhwc_mdpcomp.cpp738 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/
Dhwc_mdpcomp.h173 bool tryFullFrame(hwc_context_t *ctx, hwc_display_contents_1_t* list);
Dhwc_mdpcomp.cpp682 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/
Dhwc_mdpcomp.h176 bool tryFullFrame(hwc_context_t *ctx, hwc_display_contents_1_t* list);
Dhwc_mdpcomp.cpp779 bool MDPComp::tryFullFrame(hwc_context_t *ctx, in tryFullFrame() function in qhwc::MDPComp
2059 mModeOn = tryFullFrame(ctx, list) || tryMDPOnlyLayers(ctx, list) || in prepare()