Searched refs:cb_procs (Results 1 – 4 of 4) sorted by relevance
306 if (hwc_dev->cb_procs) { in check_hotplug_status()307 if (hwc_dev->cb_procs->hotplug) in check_hotplug_status()308 hwc_dev->cb_procs->hotplug(hwc_dev->cb_procs, HWC_DISPLAY_EXTERNAL, state); in check_hotplug_status()309 if (hwc_dev->cb_procs->invalidate) in check_hotplug_status()310 hwc_dev->cb_procs->invalidate(hwc_dev->cb_procs); in check_hotplug_status()558 hwc_dev->displays[disp]->cb_procs = hwc_dev->cb_procs; in hwc_eventControl()615 hwc_dev->cb_procs = (typeof(hwc_dev->cb_procs))procs; in hwc_registerProcs()
54 const hwc_procs_t* cb_procs; member
31 cb_procs(NULL), in HWCDisplay()112 display->cb_procs->vsync(display->cb_procs, display->role, ts); in vblank_handler()
104 const hwc_procs_t* cb_procs; variable