summaryrefslogtreecommitdiff
path: root/core/java/android/hardware/SystemSensorManager.java
AgeCommit message (Expand)Author
2021-06-21Merge SP1A.210616.001Daniel Norman
2021-06-11Throw Exception only if sensors are in capped set.Anh Pham
2021-04-29Merge SP1A.210425.001Scott Lobdell
2021-04-23Merge SP1A.210412.001Scott Lobdell
2021-04-14Move isChangeEnabled() to end of the if statement.Anh Pham
2021-04-06Remove duplicate compat logging.Mathew Inwood
2021-04-02Merge SP1A.210329.001Scott Lobdell
2021-03-24Merge SP1A.210311.001Scott Lobdell
2021-03-11Fix a typo in the word "permission".Anh Pham
2021-03-01Merge SP1A.210222.001Scott Lobdell
2021-02-19Plumb attribution tag from Sensor ManagerArthur Ishiguro
2021-02-16Throw SecurityException regarding sampling rates.Anh Pham
2020-11-13Merge SP1A.201105.002Scott Lobdell
2020-10-29Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-28Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-02-04Merge RP1A.200123.001Steven Laver
2020-01-06Use new UnsupportedAppUsage annotation.Artur Satayev
2018-09-08Merge QP1A.180823.001Bill Peckham
2018-08-08Add @UnsupportedAppUsage annotationsMathew Inwood
2018-04-09SEEMP: framework instrumentation and AppProtect featuresPreeti Nagar
2017-09-22Fixing code formatting to comform to checkstylePeng Xu
2017-09-20sensors: pass sensor handle along with injected eventAlexey Polyudov
2017-04-28Plumb gralloc producer/consumer bits correctlyMathias Agopian
2017-04-27[Stability]: fix system_server crash issue caused by fd leak.songjinshi
2017-04-25Merge "Return correct value at initDataInjection and avoid crash" into oc-devTreeHugger Robot
2017-04-23Return correct value at initDataInjection and avoid crashPeng Xu
2017-04-20sensors: fix concurrent modification exceptionDaniel Moore
2017-04-13Address review suggestions for sensor direct report related APIsPeng Xu
2017-04-04Local geomagnetic field update to sensorPeng Xu
2017-03-07Sensor direct report HardwareBuffer implementationPeng Xu
2017-01-24Sensor event direct report mode implementationPeng Xu
2016-03-30Fix a few known issue in sensor frameworkPeng Xu
2016-03-29Several code quality improvementsPeng Xu
2016-03-16Fix NC caused by race condition in SystemSensorManagerPeng Xu
2016-01-27Implementation of sensor additioanl info reportPeng Xu
2016-01-27Dynamic Sensor Discovery ImplementationPeng Xu
2015-10-19Fix a possible race condition in SensorManager initialization.Aravind Akella
2015-07-12Log full class name of the client activating sensors for better debugging.Aravind Akella
2015-07-07Merge "Clean up get sensorList." into mnc-devAravind Akella
2015-07-06Remove flag mDataInjectionMode.Aravind Akella
2015-07-01Clean up get sensorList.Aravind Akella
2015-07-01Merge "Fix for last sensor missing from sensor list returned by the HAL." int...Aravind Akella
2015-06-30Fix for last sensor missing from sensor list returned by the HAL.Aravind Akella
2015-06-29Changes to Data Injection mode APIsAravind Akella
2015-06-10Use LOCATION_HARDWARE permission for data injection.Aravind Akella
2015-05-01Add body sensors app op - framework baseSvet Ganov
2015-04-23Add hidden SensorManager APIs for injecting sensor data.Aravind Akella
2015-04-17Fix leaks due to GC circular references.Jeff Brown
2015-03-25Pipe the packageName of the application from the java layer to SensorService.Aravind Akella