HomeSort by relevance Sort by last modified time
    Searched refs:FBIOBLANK (Results 51 - 60 of 60) sorted by null

1 23

  /hardware/qcom/display/msm8974/libhwcomposer/
hwc.cpp 339 ret = ioctl(ctx->dpyAttr[dpy].fd, FBIOBLANK,
342 ret = ioctl(ctx->dpyAttr[dpy].fd, FBIOBLANK,FB_BLANK_UNBLANK);
hwc_utils.cpp 116 if(ioctl(fb_fd, FBIOBLANK,FB_BLANK_UNBLANK) < 0) {
    [all...]
  /hardware/qcom/display/msm8x26/libhwcomposer/
hwc.cpp 291 ret = ioctl(ctx->dpyAttr[dpy].fd, FBIOBLANK,
294 ret = ioctl(ctx->dpyAttr[dpy].fd, FBIOBLANK,FB_BLANK_UNBLANK);
hwc_utils.cpp 100 if(ioctl(fb_fd, FBIOBLANK,FB_BLANK_UNBLANK) < 0) {
    [all...]
  /bootable/recovery/minui/
graphics.c 437 ret = ioctl(gr_fb_fd, FBIOBLANK, blank ? FB_BLANK_POWERDOWN : FB_BLANK_UNBLANK);
  /external/qemu/distrib/sdl-1.2.15/src/video/ps3/
SDL_ps3video.c 251 ioctl(fb_dev_fd, FBIOBLANK, 0);
  /hardware/ti/omap4xxx/hwc/
hwc.c     [all...]
  /external/kernel-headers/original/linux/
fb.h 33 #define FBIOBLANK 0x4611 /* arg: 0 or vesa level + 1 */
    [all...]
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp 100 if(ioctl(fb_fd, FBIOBLANK,FB_BLANK_UNBLANK) < 0) {
    [all...]
  /hardware/samsung_slsi/exynos5/libhwc/
hwc.cpp     [all...]

Completed in 108 milliseconds

1 23