Lines Matching defs:dpy
111 static void reset_layer_prop(hwc_context_t* ctx, int dpy, int numAppLayers) { in reset_layer_prop()
119 static int display_commit(hwc_context_t *ctx, int dpy) { in display_commit()
139 const int dpy = HWC_DISPLAY_PRIMARY; in hwc_prepare_primary() local
166 hwc_display_contents_1_t *list, int dpy) { in hwc_prepare_external()
202 hwc_display_contents_1_t *list, int dpy) { in hwc_prepare_virtual()
242 static int hwc_eventControl(struct hwc_composer_device_1* dev, int dpy, in hwc_eventControl()
269 static int hwc_blank(struct hwc_composer_device_1* dev, int dpy, int blank) in hwc_blank()
354 const int dpy = HWC_DISPLAY_PRIMARY; in hwc_set_primary() local
396 hwc_display_contents_1_t* list, int dpy) in hwc_set_external()
443 hwc_display_contents_1_t* list, int dpy) in hwc_set_virtual()
576 for(int dpy = 0; dpy < MAX_DISPLAYS; dpy++) { in hwc_dump() local