Home
last modified time | relevance | path

Searched refs:setPartialUpdatePref (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_qclient.cpp315 static status_t setPartialUpdatePref(hwc_context_t *ctx, uint32_t enable) { in setPartialUpdatePref() function
317 if(qhwc::MDPComp::setPartialUpdatePref(ctx, (bool)enable) < 0) in setPartialUpdatePref()
400 ret = setPartialUpdatePref(mHwcContext, inParcel->readInt32()); in notifyCallback()
Dhwc_mdpcomp.h59 static int setPartialUpdatePref(hwc_context_t *ctx, bool enable);
Dhwc_mdpcomp.cpp2986 int MDPComp::setPartialUpdatePref(hwc_context_t *ctx, bool enable) { in setPartialUpdatePref() function in qhwc::MDPComp