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. 25 Jul, 2014 1 commit
    • Aravind Akella's avatar
      SensorService performance improvements. · 56ae4261
      Aravind Akella authored
        i) Send ack for wake_up sensors on the socket connection instead of using Binder RPC.
        ii) Cache events per connection in case there are write failures. Compute cache size
            from FIFO counts of sensors.
       iii) Send FlushCompleteEvent only for apps that explicitly called flush().
      
      Change-Id: I018969736b7794b1b930529586f2294a03ee8667
      56ae4261
  4. 09 Jun, 2014 1 commit
  5. 11 Sep, 2013 1 commit
    • Mathias Agopian's avatar
      fix a few problems with BitTube · 90ed3e8d
      Mathias Agopian authored
      BitTube used to send objects one at a time and didn't
      handle errors properly.
      
      We now send all the objects in one call, which means they
      have to be read as a single batch as well. This changes the
      BitTube API.
      
      Update SensorService to the new API.
      
      Also added an API to set the size of the send buffer.
      
      Bug: 10641596
      Change-Id: I77c70d35e351fdba0416fae4b7ca3b1d56272251
      90ed3e8d
  6. 08 May, 2012 1 commit
  7. 03 Apr, 2012 1 commit
  8. 07 Feb, 2012 1 commit
  9. 08 Jan, 2012 1 commit
  10. 29 Nov, 2011 1 commit
  11. 21 Oct, 2011 1 commit
  12. 14 Jul, 2010 1 commit
    • Mathias Agopian's avatar
      first step at implementing the native sensor support · 589ce85e
      Mathias Agopian authored
      in this commit:
      - implemented the C stub
      - implemented the binder interfaces involved
      - implemented most of the C++ client side
      
      missing:
      - SensorManager cannot connect to the SensorServer yet
      (because there is no SensorServer yet)
      
      Change-Id: I75010cbeef31c98d6fa62fd5d388dcef87c2636b
      589ce85e