Home
last modified time | relevance | path

Searched refs:hwc_dev (Results 1 – 1 of 1) sorted by relevance

/aosp12/hardware/ti/am57x/libhwcomposer/
H A Dhwc.cpp306 if (hwc_dev->cb_procs) { in check_hotplug_status()
308 hwc_dev->cb_procs->hotplug(hwc_dev->cb_procs, HWC_DISPLAY_EXTERNAL, state); in check_hotplug_status()
310 hwc_dev->cb_procs->invalidate(hwc_dev->cb_procs); in check_hotplug_status()
552 hwc_dev->displays[disp]->cb_procs = hwc_dev->cb_procs; in hwc_eventControl()
609 hwc_dev->cb_procs = (typeof(hwc_dev->cb_procs))procs; in hwc_registerProcs()
613 hwc_dev->hdmi_thread = new std::thread(hwc_hdmi_thread, hwc_dev); in hwc_registerProcs()
649 if (hwc_dev) { in hwc_device_close()
656 delete hwc_dev; in hwc_device_close()
668 memset(hwc_dev, 0, sizeof(*hwc_dev)); in hwc_device_open()
674 get_connectors(hwc_dev); in hwc_device_open()
[all …]