summaryrefslogtreecommitdiffstats
path: root/include/gui/ISensorServer.h
Commit message (Collapse)AuthorAgeFilesLines
* Enable sensor data injection mode through adb.Aravind Akella2015-06-301-1/+1
| | | | Change-Id: I415cf8ff0871fa74babaf9b879c68f210298b472
* Add body sensors app op - framework nativeSvetoslav2015-05-011-2/+2
| | | | Change-Id: I727a2bb1e28ae9158f2df9c74dd0aee977dfd47f
* Enable data injection mode in SensorService.Aravind Akella2015-04-231-1/+3
| | | | Change-Id: I0cd32a017235c31c54816e4a357ce3b988350ed6
* Support restricted mode in SensorService.Aravind Akella2015-03-241-1/+2
| | | | | | | 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
* new SensorServiceMathias Agopian2010-07-191-1/+1
| | | | | | | remove old sensor service and implement SensorManager on top of the new (native) SensorManger API. Change-Id: Iddb77d498755da3e11646473a44d651f12f40281
* first step at implementing the native sensor supportMathias Agopian2010-07-131-0/+57
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