Searched refs:setPartialUpdatePref (Results 1 - 6 of 6) sorted by relevance

/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_qclient.cpp315 static status_t setPartialUpdatePref(hwc_context_t *ctx, uint32_t enable) { function in namespace:qClient
317 if(qhwc::MDPComp::setPartialUpdatePref(ctx, (bool)enable) < 0)
400 ret = setPartialUpdatePref(mHwcContext, inParcel->readInt32());
H A Dhwc_mdpcomp.h59 static int setPartialUpdatePref(hwc_context_t *ctx, bool enable);
H A Dhwc_mdpcomp.cpp2986 int MDPComp::setPartialUpdatePref(hwc_context_t *ctx, bool enable) { function in class:qhwc::MDPComp
/hardware/qcom/display/msm8909/libhwcomposer/
H A Dhwc_qclient.cpp302 if(qhwc::MDPComp::setPartialUpdatePref(ctx, true) < 0)
306 if(qhwc::MDPComp::setPartialUpdatePref(ctx, false) < 0)
H A Dhwc_mdpcomp.h61 static int setPartialUpdatePref(hwc_context_t *ctx, bool enable);
H A Dhwc_mdpcomp.cpp2805 int MDPComp::setPartialUpdatePref(hwc_context_t *ctx, bool enable) { function in class:qhwc::MDPComp

Completed in 62 milliseconds