Searched defs:invalidate (Results 1 - 2 of 2) sorted by relevance

/hardware/libhardware/include/hardware/
H A Dhwcomposer.h215 * (*invalidate)() triggers a screen refresh, in particular prepare and set
217 * NO GUARANTEE that the screen refresh will happen after invalidate()
219 * invalidate() is GUARANTEED TO NOT CALL BACK into the h/w composer HAL and
220 * it is safe to call invalidate() from any of hwc_composer_device
223 void (*invalidate)(struct hwc_procs* procs); member in struct:hwc_procs
/hardware/ti/omap4xxx/hwc/
H A Dhwc.c1427 int invalidate; local
1433 invalidate = hwc_dev->ext_ovls_wanted && !hwc_dev->ext_ovls;
1480 if (invalidate && hwc_dev->procs && hwc_dev->procs->invalidate)
1481 hwc_dev->procs->invalidate(hwc_dev->procs);
1741 if (hwc_dev->procs && hwc_dev->procs->invalidate)
1742 hwc_dev->procs->invalidate(hwc_dev->procs);
1773 int invalidate = 0; local
1793 if (hwc_dev->procs && hwc_dev->procs->invalidate) {
1795 invalidate
[all...]

Completed in 7 milliseconds