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

/hardware/intel/img/hwcomposer/include/
H A DIBlankControl.h27 virtual bool blank(int disp, bool blank) = 0;
H A DPrimaryDevice.h38 bool blank(bool blank);
H A DDummyDevice.h39 virtual bool blank(bool blank);
H A DExternalDevice.h35 virtual bool blank(bool blank);
H A DIDisplayDevice.h80 virtual bool blank(bool blank) = 0;
H A DPhysicalDevice.h43 virtual bool blank(bool blank);
H A DHwcomposer.h48 virtual bool blank(int disp, int blank);
/hardware/intel/img/hwcomposer/ips/common/
H A DBlankControl.h30 bool blank(int disp, bool blank);
H A DBlankControl.cpp34 bool BlankControl::blank(int disp, bool blank) argument
37 // use PM to trigger screen blank/unblank
38 VLOGTRACE("blank is not supported yet, disp %d, blank %d", disp, blank);
/hardware/intel/img/hwcomposer/common/devices/
H A DPrimaryDevice.cpp50 bool PrimaryDevice::blank(bool blank) argument
55 return PhysicalDevice::blank(blank);
H A DDummyDevice.cpp90 bool DummyDevice::blank(bool blank) argument
94 mBlank = blank;
H A DPhysicalDevice.cpp138 bool PhysicalDevice::blank(bool blank) argument
142 mBlank = blank;
143 bool ret = mBlankControl->blank(mType, blank);
145 ELOGTRACE("failed to blank device");
406 // create blank control
409 DEINIT_AND_RETURN_FALSE("failed to create blank control");
430 // destroy blank control
503 return blank(tru
[all...]
H A DExternalDevice.cpp89 bool ExternalDevice::blank(bool blank) argument
91 if (!PhysicalDevice::blank(blank)) {
95 if (blank) {
267 WLOGTRACE("external device is blank");
/hardware/intel/img/hwcomposer/common/base/
H A DHwcModule.cpp127 static int hwc_blank(hwc_composer_device_1_t *dev, int disp, int blank) argument
131 bool ret = hwc->blank(disp, blank);
133 ELOGTRACE("failed to blank disp %d, blank %d", disp, blank);
H A DHwcomposer.cpp166 bool Hwcomposer::blank(int disp, int blank) argument
169 ALOGTRACE("disp = %d, blank = %d", disp, blank);
184 return device->blank(blank ? true : false);
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc.cpp269 static int hwc_blank(struct hwc_composer_device_1* dev, int dpy, int blank) argument
277 blank==1 ? "Blanking":"Unblanking", dpy);
278 if(blank) {
280 // when we get a blank for either display
288 if(blank) {
297 if(blank) {
298 // call external framebuffer commit on blank,
315 ctx->dpyAttr[dpy].isActive = !blank;
318 blank==1 ? "blanking":"unblanking", dpy, strerror(errno));
323 blank
[all...]
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc.cpp318 static int hwc_blank(struct hwc_composer_device_1* dev, int dpy, int blank) argument
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
[all...]
/hardware/libhardware/include/hardware/
H A Dhwcomposer.h608 * For HWC 1.3 and earlier, the blank() interface is used.
610 * blank(..., blank)
613 * Turns the screen off when blank is nonzero, on when blank is zero.
614 * Multiple sequential calls with the same blank value must be
621 int (*blank)(struct hwc_composer_device_1* dev, int disp, int blank); member in union:hwc_composer_device_1::__anon1273
625 * blank().
633 * The functionality is similar to the blank() comman
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
H A Dvp9_quantize_ssse3.asm23 jne .blank
196 .blank:
/hardware/samsung_slsi/exynos5/libhwc/
H A Dhwc.cpp1827 static int exynos5_blank(struct hwc_composer_device_1 *dev, int disp, int blank) argument
1834 int fb_blank = blank ? FB_BLANK_POWERDOWN : FB_BLANK_UNBLANK;
1839 blank ? "" : "un", blank ? "" : "un");
1841 ALOGE("%sblank ioctl failed: %s", blank ? "" : "un",
1850 if (blank && !pdev->hdmi_blanked)
1852 pdev->hdmi_blanked = !!blank;
2172 dev->base.blank = exynos5_blank;
/hardware/libhardware/tests/hardware/
H A Dstruct-offset.cpp164 CHECK_MEMBER_AT(hwc_composer_device_1_t, blank, 76, 144);
/hardware/libhardware/tests/hwc/
H A Dcnativewindow.c422 hwc->blank(hwc, 0, 0);
/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;
/hardware/ti/omap4-aah/hwc/
H A Dhwc.c1950 /* remove bootloader image from the screen as blank/unblank does not change the composition */
1955 /* blank and unblank fd to make sure display is properly programmed on boot.
1960 ALOGW("failed to blank display");
1964 ALOGW("failed to blank display");
2681 static int omap4_hwc_blank(struct hwc_composer_device_1 *dev, int dpy, int blank) argument
2724 hwc_dev->base.blank = omap4_hwc_blank;
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dwlioctl.h2179 uint16 blank; /* Radar detection, blank control */ member in struct:__anon82

Completed in 1047 milliseconds