Searched refs:setPartialUpdatePref (Results 1 – 3 of 3) sorted by relevance
315 static status_t setPartialUpdatePref(hwc_context_t *ctx, uint32_t enable) { in setPartialUpdatePref() function317 if(qhwc::MDPComp::setPartialUpdatePref(ctx, (bool)enable) < 0) in setPartialUpdatePref()400 ret = setPartialUpdatePref(mHwcContext, inParcel->readInt32()); in notifyCallback()
59 static int setPartialUpdatePref(hwc_context_t *ctx, bool enable);
2986 int MDPComp::setPartialUpdatePref(hwc_context_t *ctx, bool enable) { in setPartialUpdatePref() function in qhwc::MDPComp