Lines Matching full:blank
318 static int hwc_blank(struct hwc_composer_device_1* dev, int dpy, int blank)
326 blank==1 ? "Blanking":"Unblanking", dpy);
327 if (blank || (dpy == HWC_DISPLAY_PRIMARY &&
330 // when we get a blank for either display
339 if(blank) {
348 if(blank) {
349 // call external framebuffer commit on blank,
363 ctx->dpyAttr[dpy].isActive = !blank;
366 blank==1 ? "blanking":"unblanking", dpy, strerror(errno));
371 blank==1 ? "blanking":"unblanking", dpy);
724 dev->device.blank = hwc_blank;