1. 18 Mar, 2015 1 commit
    • Dan Stoza's avatar
      libgui: Enable -Weverything and -Werror · 3be1c6b6
      Dan Stoza authored
      Enables -Weverything and -Werror, with just a few exceptions for
      warnings we can't (or shouldn't need to) work around.
      
      Cherry pick of I034abec27bf4020d84af60d7acc1939c59986dd6 plus a
      couple of minor changes to CpuConsumer.cpp to make it work with a
      prior change:
          Uncomment CC_LOGV on line 46
          Change C-style cast to static_cast on line 71
      
      Change-Id: Iaec610477ea0122317b0578fb74caf2383d4cf08
      3be1c6b6
  2. 05 Dec, 2014 2 commits
    • Dan Stoza's avatar
      libgui: Enable -Weverything and -Werror · dd883c0b
      Dan Stoza authored
      Enables -Weverything and -Werror, with just a few exceptions for
      warnings we can't (or shouldn't need to) work around.
      
      This is a squashed commit based on an initial change with a couple of
      fixes to avoid breaking certain targets. The source commits are:
        d723bd76
        00d504c0
        429ba89c
      
      Change-Id: I034abec27bf4020d84af60d7acc1939c59986dd6
      dd883c0b
    • Dan Stoza's avatar
      libgui: Enable -Weverything and -Werror · d723bd76
      Dan Stoza authored
      Enables -Weverything and -Werror, with just a few exceptions for
      warnings we can't (or shouldn't need to) work around.
      
      Change-Id: I034abec27bf4020d84af60d7acc1939c59986dd6
      d723bd76
  3. 07 Dec, 2011 1 commit
    • Mathias Agopian's avatar
      Improve the VSYNC api a bit. · 478ae5eb
      Mathias Agopian authored
      - add the ability to set the vsync delivery rate, when the rate is
      set to N>1 (ie: receive every N vsync), SF process' is woken up for
      all of vsync, but clients only see the every N events.
      
      - add the concept of one-shot vsync events, with a call-back
      to request the next one. currently the call-back is a binder IPC.
      
      Change-Id: I09f71df0b0ba0d88ed997645e2e2497d553c9a1b
      478ae5eb
  4. 29 Nov, 2011 1 commit
    • Mathias Agopian's avatar
      Add support for sending VSYNC events to the framework · d0566bc2
      Mathias Agopian authored
      use gui/DisplayEvent to receive the events. Events are
      dispatched through a unix pipe, so the API is compatible
      with utils/Looper. see gui/DisplayEvent.h for more info.
      
      Bug: 1475048
      Change-Id: Ia720f64d1b950328b47b22c6a86042e481d35f09
      d0566bc2