- 25 Jan, 2016 1 commit
-
-
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
-
- 02 Dec, 2015 1 commit
-
-
Ben Fennema authored
This reverts commit d4db70a7. Change-Id: Ifb52d5595970a5178e12c2a90da4aac0e38f5942
-
- 01 Dec, 2015 1 commit
-
-
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:
Ben Fennema <fennema@google.com>
-
- 04 Jul, 2015 1 commit
-
-
Aravind Akella authored
Change-Id: I415cf8ff0871fa74babaf9b879c68f210298b472 (cherry picked from commit 841a5926)
-
- 30 Jun, 2015 1 commit
-
-
Aravind Akella authored
Change-Id: I415cf8ff0871fa74babaf9b879c68f210298b472
-
- 01 May, 2015 1 commit
-
-
Svetoslav authored
Change-Id: I727a2bb1e28ae9158f2df9c74dd0aee977dfd47f
-
- 24 Apr, 2015 1 commit
-
-
Aravind Akella authored
Change-Id: I0cd32a017235c31c54816e4a357ce3b988350ed6
-
- 24 Mar, 2015 1 commit
-
-
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
-
- 18 Mar, 2015 1 commit
-
-
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
-
- 05 Dec, 2014 2 commits
-
-
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
-
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
-
- 17 Nov, 2014 1 commit
-
-
Marco Nelissen authored
so we can do NULL checks again, and update calls to IInterface::asBinder() to use the new static version. Change-Id: Ia7b10eb38ca55b72278bfd33d3bf647f338b4e6a
-
- 14 Nov, 2014 1 commit
-
-
Marco Nelissen authored
so we can do NULL checks again, and update calls to IInterface::asBinder() to use the new static version. Change-Id: Ia7b10eb38ca55b72278bfd33d3bf647f338b4e6a
-
- 13 Aug, 2012 1 commit
-
-
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
-
- 20 Jul, 2010 1 commit
-
-
Mathias Agopian authored
remove old sensor service and implement SensorManager on top of the new (native) SensorManger API. Change-Id: Iddb77d498755da3e11646473a44d651f12f40281
-
- 14 Jul, 2010 1 commit
-
-
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
-