Home
last modified time | relevance | path

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

/hardware/libhardware/include/hardware/
Dhwcomposer.h449 typedef struct hwc_procs { struct
459 void (*invalidate)(const struct hwc_procs* procs); argument
481 void (*vsync)(const struct hwc_procs* procs, int disp, int64_t timestamp); argument
503 void (*hotplug)(const struct hwc_procs* procs, int disp, int connected); argument
/hardware/libhardware/tests/hwc/
Dcnativewindow.c355 static void hwc_invalidate(const struct hwc_procs *procs) {} in hwc_invalidate()
356 static void hwc_vsync(const struct hwc_procs *procs, int disp, int64_t ts) {} in hwc_vsync()
357 static void hwc_hotplug(const struct hwc_procs *procs, int disp, int conn) {} in hwc_hotplug()
359 struct hwc_procs hprocs = {