HomeSort by relevance Sort by last modified time
    Searched full:unblank (Results 1 - 25 of 25) sorted by null

  /external/kernel-headers/original/linux/
tiocl.h 22 #define TIOCL_UNBLANKSCREEN 4 /* unblank screen */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
tiocl.h 22 #define TIOCL_UNBLANKSCREEN 4 /* unblank screen */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
tiocl.h 22 #define TIOCL_UNBLANKSCREEN 4 /* unblank screen */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
tiocl.h 22 #define TIOCL_UNBLANKSCREEN 4 /* unblank screen */
  /frameworks/native/libs/gui/
ISurfaceComposer.cpp 213 virtual void unblank(const sp<IBinder>& display) function in class:android::BpSurfaceComposer
218 remote()->transact(BnSurfaceComposer::UNBLANK, data, &reply);
334 case UNBLANK: {
337 unblank(display);
SurfaceComposerClient.cpp 617 ComposerService::getComposerService()->unblank(token);
  /frameworks/native/include/gui/
ISurfaceComposer.h 111 virtual void unblank(const sp<IBinder>& display) = 0;
143 UNBLANK,
  /frameworks/native/services/surfaceflinger/
DisplayDevice.h 147 * blank / unblank management
SurfaceFlinger.h 209 virtual void unblank(const sp<IBinder>& display);
240 // called on the main thread in response to unblank()
SurfaceFlinger.cpp 196 // restore initial conditions (default device unblank, etc)
589 // FIXME: currently we don't get blank/unblank requests
623 // set initial conditions (e.g. unblank default device)
2251 void SurfaceFlinger::unblank(const sp<IBinder>& display) { function in class:android::SurfaceFlinger
    [all...]
  /hardware/libhardware/include/hardware/
fb.h 141 * unblank (enable=1) the screen this framebuffer is attached to.
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_uevents.cpp 98 //Disabled until SF calls unblank
hwc.cpp 312 // Enable HPD here, as during bootup unblank is called
hwc_utils.cpp 99 //Unblank primary on first boot
101 ALOGE("%s: Failed to unblank display", __FUNCTION__);
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_uevents.cpp 90 //Disabled until SF calls unblank
hwc_utils.cpp 115 //Unblank primary on first boot
117 ALOGE("%s: Failed to unblank display", __FUNCTION__);
    [all...]
  /hardware/qcom/display/msm8x26/libhwcomposer/
hwc_uevents.cpp 98 //Disabled until SF calls unblank
hwc.cpp 313 // Enable HPD here, as during bootup unblank is called
hwc_utils.cpp 99 //Unblank primary on first boot
101 ALOGE("%s: Failed to unblank display", __FUNCTION__);
    [all...]
  /frameworks/base/services/java/com/android/server/power/
DisplayPowerState.java 39 * together smoothly by the animation framework. Some of the work to blank or unblank
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.h 102 // acquire hardware resources and unblank screen
  /external/qemu/distrib/sdl-1.2.15/src/video/ps3/
SDL_ps3video.c 250 /* Unblank screen */
  /frameworks/base/services/java/com/android/server/display/
DisplayManagerService.java 371 * Called by the power manager to unblank all displays.
    [all...]
  /system/core/charger/
charger.c 738 /* unblank the screen on first cycle */
  /hardware/ti/omap4xxx/hwc/
hwc.c     [all...]

Completed in 1129 milliseconds