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

/hardware/libhardware/include/hardware/
H A Dhwcomposer_v0.h222 * (*registerProcs)() registers a set of callbacks the h/w composer HAL
224 * within registerProcs(). registerProcs() must save the hwc_procs_t pointer
226 * Each call to registerProcs replaces the previous set of callbacks.
227 * registerProcs is called with NULL to unregister all callbacks.
232 void (*registerProcs)(struct hwc_composer_device* dev, member in struct:hwc_composer_device
H A Dhwcomposer.h278 /* see hwc_composer_device::registerProcs()
466 * (*registerProcs)() registers callbacks that the h/w composer HAL can
469 * from within registerProcs(). registerProcs() must save the hwc_procs_t
472 void (*registerProcs)(struct hwc_composer_device_1* dev, member in struct:hwc_composer_device_1

Completed in 59 milliseconds