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

/hardware/libhardware/include/hardware/
H A Dhwcomposer.h428 typedef struct hwc_procs { struct
438 void (*invalidate)(const struct hwc_procs* procs);
460 void (*vsync)(const struct hwc_procs* procs, int disp, int64_t timestamp);
482 void (*hotplug)(const struct hwc_procs* procs, int disp, int connected);
/hardware/libhardware/tests/hwc/
H A Dcnativewindow.c355 static void hwc_invalidate(const struct hwc_procs *procs) {}
356 static void hwc_vsync(const struct hwc_procs *procs, int disp, int64_t ts) {}
357 static void hwc_hotplug(const struct hwc_procs *procs, int disp, int conn) {}
359 struct hwc_procs hprocs = {

Completed in 2281 milliseconds