Searched refs:blank (Results 1 - 4 of 4) sorted by relevance

/hardware/libhardware/include/hardware/
H A Dhwcomposer.h446 * blank(..., blank)
449 * Turns the screen off when blank is nonzero, on when blank is zero.
450 * Multiple sequential calls with the same blank value must be supported.
456 int (*blank)(struct hwc_composer_device_1* dev, int disp, int blank); member in struct:hwc_composer_device_1
/hardware/qcom/display/libhwcomposer/
H A Dhwc.cpp190 static int hwc_blank(struct hwc_composer_device_1* dev, int dpy, int blank) argument
196 ALOGD("%s: Doing Dpy=%d, blank=%d", __FUNCTION__, dpy, blank);
199 if(blank) {
208 if(blank) {
218 ALOGE("%s: failed. Dpy=%d, blank=%d : %s",
219 __FUNCTION__, dpy, blank, strerror(errno));
222 ALOGD("%s: Done Dpy=%d, blank=%d", __FUNCTION__, dpy, blank);
223 ctx->dpyAttr[dpy].isActive = !blank;
[all...]
/hardware/samsung_slsi/exynos5/libhwc/
H A Dhwc.cpp1777 static int exynos5_blank(struct hwc_composer_device_1 *dev, int disp, int blank) argument
1784 int fb_blank = blank ? FB_BLANK_POWERDOWN : FB_BLANK_UNBLANK;
1789 blank ? "" : "un", blank ? "" : "un");
1791 ALOGE("%sblank ioctl failed: %s", blank ? "" : "un",
1800 if (blank && !pdev->hdmi_blanked)
1802 pdev->hdmi_blanked = !!blank;
2087 dev->base.blank = exynos5_blank;
/hardware/ti/omap4xxx/hwc/
H A Dhwc.c1447 /* remove bootloader image from the screen as blank/unblank does not change the composition */
1452 /* blank and unblank fd to make sure display is properly programmed on boot.
1457 ALOGW("failed to blank display");
1461 ALOGW("failed to blank display");
1959 static int omap4_hwc_blank(struct hwc_composer_device_1 *dev, int dpy, int blank) argument
2002 hwc_dev->base.blank = omap4_hwc_blank;

Completed in 116 milliseconds