summaryrefslogtreecommitdiff
path: root/core/java/android/hardware/SystemSensorManager.java
Commit message (Expand)AuthorAgeFilesLines
* Indicate sensor discontinuity via SensorEventBrian Duddie2022-02-171-4/+4
* Expose new head tracker sensor typeBrian Duddie2022-01-181-1/+13
* Mark SystemSensorManager receiver as not exportedMichael Groover2021-12-301-1/+2
* Change close guard logged messagesIoannis Ilkos2021-12-211-1/+1
* Only check high sampling permission when requestedArthur Ishiguro2021-09-201-10/+16
* Throw Exception only if sensors are in capped set.Anh Pham2021-06-111-2/+21
* Move isChangeEnabled() to end of the if statement.Anh Pham2021-04-141-6/+6
* Remove duplicate compat logging.Mathew Inwood2021-04-061-2/+0
* Fix a typo in the word "permission".Anh Pham2021-03-111-1/+1
* Plumb attribution tag from Sensor ManagerArthur Ishiguro2021-02-191-2/+3
* Throw SecurityException regarding sampling rates.Anh Pham2021-02-161-2/+48
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-3/+4
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-4/+3
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-3/+4
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-061-1/+1
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-081-0/+4
* Fixing code formatting to comform to checkstylePeng Xu2017-09-221-58/+62
* sensors: pass sensor handle along with injected eventAlexey Polyudov2017-09-201-2/+4
* Plumb gralloc producer/consumer bits correctlyMathias Agopian2017-04-281-2/+2
* [Stability]: fix system_server crash issue caused by fd leak.songjinshi2017-04-271-4/+14
* Merge "Return correct value at initDataInjection and avoid crash" into oc-devTreeHugger Robot2017-04-251-3/+8
|\
| * Return correct value at initDataInjection and avoid crashPeng Xu2017-04-231-3/+8
* | sensors: fix concurrent modification exceptionDaniel Moore2017-04-201-2/+8
|/
* Address review suggestions for sensor direct report related APIsPeng Xu2017-04-131-16/+18
* Local geomagnetic field update to sensorPeng Xu2017-04-041-0/+8
* Sensor direct report HardwareBuffer implementationPeng Xu2017-03-071-12/+44
* Sensor event direct report mode implementationPeng Xu2017-01-241-0/+73
* Fix a few known issue in sensor frameworkPeng Xu2016-03-301-7/+7
* Several code quality improvementsPeng Xu2016-03-291-3/+8
* Fix NC caused by race condition in SystemSensorManagerPeng Xu2016-03-161-27/+26
* Implementation of sensor additioanl info reportPeng Xu2016-01-271-3/+26
* Dynamic Sensor Discovery ImplementationPeng Xu2016-01-271-4/+222
* Fix a possible race condition in SensorManager initialization.Aravind Akella2015-10-191-7/+7
* Log full class name of the client activating sensors for better debugging.Aravind Akella2015-07-121-11/+21
* Merge "Clean up get sensorList." into mnc-devAravind Akella2015-07-071-9/+7
|\
| * Clean up get sensorList.Aravind Akella2015-07-011-9/+7
* | Remove flag mDataInjectionMode.Aravind Akella2015-07-061-4/+1
|/
* Merge "Fix for last sensor missing from sensor list returned by the HAL." int...Aravind Akella2015-07-011-6/+5
|\
| * Fix for last sensor missing from sensor list returned by the HAL.Aravind Akella2015-06-301-6/+5
* | Changes to Data Injection mode APIsAravind Akella2015-06-291-27/+20
|/
* Use LOCATION_HARDWARE permission for data injection.Aravind Akella2015-06-101-3/+3
* Add body sensors app op - framework baseSvet Ganov2015-05-011-37/+43
* Add hidden SensorManager APIs for injecting sensor data.Aravind Akella2015-04-231-7/+105
* Fix leaks due to GC circular references.Jeff Brown2015-04-171-3/+5
* Pipe the packageName of the application from the java layer to SensorService.Aravind Akella2015-03-251-12/+15
* Add java APIs for Sensor reportingMode.Aravind Akella2014-06-091-4/+4
* Add confidence to the heart rate monitor definition and clarify onAccuracyChangeEtienne Le Grand2014-05-231-19/+6
* AArch64: Use long for pointers in hardware classesAshok Bhat2014-01-081-6/+6
* Fix for ClassCastException in SystemSensorManager.Aravind Akella2013-10-231-7/+27
* Fix registerListener and flush bugs.Aravind Akella2013-10-091-55/+30