1. 25 Jan, 2016 1 commit
    • Peng Xu's avatar
      Dynamic Sensor Discovery implementation · 2576cb63
      Peng Xu authored
      Defined the dynamic sensor meta data type and UUID of sensor.
      
      Implementation in sensorservice and the native SensorManager to
      support Dynamic sensor discovery.
      
      Change-Id: I9df2f2ae51d46cd946a9757393f7a60b52cc4fb8
      2576cb63
  2. 02 Dec, 2015 1 commit
  3. 01 Dec, 2015 1 commit
    • Jani Suonpera's avatar
      DO NOT MERGE ANYWHERE Add new interface for sensor physical data · d4db70a7
      Jani Suonpera authored
      
      This is special solution only for emerald branch.
      
      Changes including new const char* value/interface for sensor physical data. Sensor service and manager does not take care of content, structure or other
      details of string. Sensor HAL is taking care of parsing data from string and setting values to Sensor HW.
      
      Change-Id: I3abc3ddc7c6adc4b32a40b9a43f2a94c5af7b2b0
      Signed-off-by: default avatarBen Fennema <fennema@google.com>
      d4db70a7
  4. 04 Jul, 2015 1 commit
  5. 30 Jun, 2015 1 commit
  6. 01 May, 2015 1 commit
  7. 24 Apr, 2015 1 commit
  8. 24 Mar, 2015 1 commit
    • Aravind Akella's avatar
      Support restricted mode in SensorService. · 4949c503
      Aravind Akella authored
      In restricted mode, only CTS tests can register for sensors or call flush() on them. The requests
      from other applications will be ignored.
      
      Change-Id: Ieb923df3e0cfe3390fe2d052af776da79589744b
      4949c503
  9. 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
  10. 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
  11. 17 Nov, 2014 1 commit
  12. 14 Nov, 2014 1 commit
  13. 13 Aug, 2012 1 commit
    • Mathias Agopian's avatar
      improve [un]marshalling of non-binder objects · 8683fca3
      Mathias Agopian authored
      this change introduces a new class LightFlattenable<> which is
      a protocol to flatten simple objects that don't require
      binders or file descriptors; the benefit of this protocol is that
      it doesn't require the objects to have a virtual table and give us
      a consitant way of doing this.
      
      we also introduce an implementation of this protocol for
      POD structures, LightFlattenablePod<>.
      
      Parcel has been update to handle this protocol automatically.
      
      Sensor, Rect, Point and Region now use this new protocol.
      
      Change-Id: Icb3ce7fa1d785249eb666f39c2129f2fc143ea4a
      8683fca3
  14. 20 Jul, 2010 1 commit
    • Mathias Agopian's avatar
      new SensorService · a7352c9f
      Mathias Agopian authored
      remove old sensor service and implement SensorManager
      on top of the new (native) SensorManger API.
      
      Change-Id: Iddb77d498755da3e11646473a44d651f12f40281
      a7352c9f
  15. 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