Searched refs:invalidate (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/display/libqservice/
H A DQService.cpp57 mHwcContext->proc->invalidate(mHwcContext->proc);
66 mHwcContext->proc->invalidate(mHwcContext->proc);
/hardware/libhardware/include/hardware/
H A Dhwcomposer.h283 * (*invalidate)() triggers a screen refresh, in particular prepare and set
285 * NO GUARANTEE that the screen refresh will happen after invalidate()
287 * invalidate() is GUARANTEED TO NOT CALL BACK into the h/w composer HAL and
288 * it is safe to call invalidate() from any of hwc_composer_device
291 void (*invalidate)(const struct hwc_procs* procs); member in struct:hwc_procs
/hardware/ti/omap4xxx/hwc/
H A Dhwc.c1482 int invalidate; local
1488 invalidate = hwc_dev->ext_ovls_wanted && !hwc_dev->ext_ovls;
1528 if (invalidate)
1529 hwc_dev->procs->invalidate(hwc_dev->procs);
1793 hwc_dev->procs->invalidate(hwc_dev->procs);
1845 int invalidate = 0; local
1869 invalidate = !hwc_dev->force_sgx && hwc_dev->ovls_blending;
1870 if (invalidate) {
1875 if (invalidate) {
1876 hwc_dev->procs->invalidate(hwc_de
[all...]
/hardware/qcom/display/libhwcomposer/
H A Dhwc_mdpcomp.cpp122 ctx->proc->invalidate(ctx->proc);

Completed in 166 milliseconds