- 6424ede Modify the API for camera privacy allowlist by Jyoti Bhayana · 1 year, 5 months ago
- 76256ad Revert^2 "Implement camera privacy allowlist." by Jyoti Bhayana · 1 year, 6 months ago
- 9b2f930 Revert "Implement camera privacy allowlist." by Priyanka Advani · 1 year, 6 months ago
- d5660e3 Implement camera privacy allowlist. by Jyoti Bhayana · 1 year, 7 months ago
- beb0dff Clear dynamic sensors during reconnect by Rocky Fang · 1 year, 8 months ago
- 8f285d9 Add HAL Bypass Data Injection mode to Sensor Service by Mark Wheatley · 2 years, 1 month ago
- 60ed836 Process runtime sensor events in a separate thread. by Vladimir Komsiyski · 2 years, 2 months ago
- 1d1d512 Increase sensors registration history to 500 by Chris Kuiper · 2 years, 2 months ago
- b557f7b UidObserver / Camera: Track the OOM adj of a uid via UidObserver. by Austin Borger · 2 years, 4 months ago
- 4871f09 Native runtime sensors direct connection support. by Vladimir Komsiyski · 2 years, 7 months ago
- fafbe05 Refactor the native RuntimeSensor API. by Vladimir Komsiyski · 2 years, 6 months ago
- c160815 Refactor sensor service mode changing logic by Anthony Stange · 2 years, 7 months ago
- cd01ec1 Rename whitelist -> allowlist by Anthony Stange · 2 years, 7 months ago
- 9bb1670 Support REPLAY_DATA_INJECTION mode by Anthony Stange · 2 years, 7 months ago
- 705e5ab Fix memory leak when sensor registration fails. by Vladimir Komsiyski · 2 years, 8 months ago
- f76bba5 Virtual device sensor support in sensor service. by Vladimir Komsiyski · 2 years, 10 months ago
- 0d4ac56 Reset target SDK version cache on new connection by Brian Duddie · 3 years, 3 months ago
- 4a4d046 Limit access to head tracker sensor by Brian Duddie · 3 years, 3 months ago
- 5144233 Add new onUidProcAdjChanged callback to be consumed by the camera service. by Austin Borger · 3 years, 6 months ago
- 4c19785 Upadate sensor service to use new sensor privacy api by Evan Severson · 3 years, 6 months ago
- e3f27df Sensor: expose sensor UUID to privileged clients by Eric Laurent · 3 years, 7 months ago
- 5e3eaa8 Create wrapper interface for SensorDevice by Arthur Ishiguro · 3 years, 9 months ago
- df11ff2 sensorservice: Refactor tracking logic for the Proximity sensor. by Chris Kuiper · 3 years, 10 months ago
- 3a60257 sensorservice: Add proximity active callback APIs. by Andrew Lehmer · 4 years, 5 months ago
- b04658b Clear calling ID before using SensorPrivacyManager by Anh Pham · 4 years, 5 months ago
- 340882c Plumb attribution tag to Sensor Service by Arthur Ishiguro · 4 years, 6 months ago
- 1706759 Initialize two fields in constructor by Greg Kaiser · 4 years, 6 months ago
- 5198c99 Subscribe to the microphone toggle state. by Anh Pham · 4 years, 6 months ago
- af91a91 Throttle sensor sampling rates at 200Hz. by Anh Pham · 4 years, 6 months ago
- 883748c Use updated AppOps API in SensorService by Arthur Ishiguro · 4 years, 9 months ago
- 07eb421 Only get target SDK version if not a VNDK client by Anthony Stange · 5 years ago
- e3ed3d2 Handle backgrounded apps for direct sensor connections by Arthur Ishiguro · 5 years ago
- 539c27c Disable sensors when an app goes to background v2 by Arthur Ishiguro · 5 years ago
- 2474386 Dumpsys sensorservice --proto by Mike Ma · 6 years ago
- ee03b78 Add new parameter capability to onUidStateChanged() by Hui Yu · 6 years ago
- 967ce17 Avoid potential deadlocks in SensorService by Brian Duddie · 6 years ago
- 793f464 Require AR permission to access step events by Brian Stack · 6 years ago
- d33a182 Allow a --user param for cmd sensorservice commands. by Tanmay Patil · 6 years ago
- 5180e46 Fix inverted logic in isOperationRestricted by Brian Stack · 6 years ago
- 5e1f60b Block access to sensors when Sensor Privacy Mode enabled by Michael Groover · 7 years ago
- 0559589 Activity manager: native callback for process state by Eric Laurent · 7 years ago
- 4baa5be Remove "using namespace SensorServiceUtil" by Brian Stack · 7 years ago
- e752a5c No sensor access to idle UIDs - native framework by Svet Ganov · 8 years ago
- 88711e8 sensors: pass sensor handle along with injected event by Alexey Polyudov · 8 years ago
- dd5c5cb Set sensor operation parameter implementation by Peng Xu · 8 years ago
- 5122468 Add uid and pid information into recent sensor registeration log by Peng Xu · 8 years ago
- 801ea09 split libsensor our of libgui by Mathias Agopian · 8 years ago
- e36e347 Direct report mode support in sensor service and client by Peng Xu · 9 years ago
- ded526e Fix dangerous unsafe_get() in SensorRecord by Peng Xu · 9 years ago
- 302f404 Tune SensorService thread priority, lower sensor event latency am: 98d30f627e by Peng Xu · 9 years ago
- 98d30f6 Tune SensorService thread priority, lower sensor event latency by Peng Xu · 9 years ago
- 26af1e0 Merge \"Increase sensor registration log size\" into nyc-mr1-dev am: 6118fb85d7 by Peng Xu · 9 years ago
- 363b3fd Increase sensor registration log size by Peng Xu · 9 years ago
- 2bee6c5 Merge \"Sensor: Make getId() more varied\" into nyc-dev am: c0ca0ceaa5 by Greg Kaiser · 9 years ago
- 53ca2e0 Sensor: Make getId() more varied by Greg Kaiser · 9 years ago
- 22c661d Merge "Fix misc-macro-parentheses warnings in sensorservice and CHECK_INTERFACE." am: bb261bf41a by Chih-hung Hsieh · 9 years ago
- a389c7a Fix misc-macro-parentheses warnings in sensorservice and CHECK_INTERFACE. by Chih-Hung Hsieh · 9 years ago
- 6a2d3a0 Fix sensor uuid, retrofit recent event logger by Peng Xu · 10 years ago
- 755c451 sensorservice: switch to use sp<> in sensor list by Peng Xu · 9 years ago
- 0cc8f80 Refactor sensor list in SensorService by Peng Xu · 9 years ago
- c130d7a SensorService: Remove unused function by Greg Kaiser · 9 years ago
- e51c257 [sensorservice] temporarily remove Autolock mSensorsLock by Peng Xu · 9 years ago
- 47e9601 Fix a few known issues in SensorService by Peng Xu · 9 years ago
- 2576cb6 Dynamic Sensor Discovery implementation by Peng Xu · 10 years ago
- eb4d628 Divide huge SensorService files into managable pieces by Peng Xu · 10 years ago
- f66684a Add AOSP Geomag and Game Rotation, and Gravity by Peng Xu · 10 years ago
- 5c53805 Enable sensor data injection mode through adb. by Aravind Akella · 10 years ago
- 841a592 Enable sensor data injection mode through adb. by Aravind Akella · 10 years ago
- 18d6d51 More information in sensor bugreports. by Aravind Akella · 10 years ago
- af8ed3f Merge "Improve logging in SensorService dump output." into mnc-dev by Aravind Akella · 10 years ago
- 444f267 Improve logging in SensorService dump output. by Aravind Akella · 10 years ago
- b412f6e Add body sensors app op - framework native by Svetoslav · 10 years ago
- a9e6cc3 Enable data injection mode in SensorService. by Aravind Akella · 10 years ago
- 4949c50 Support restricted mode in SensorService. by Aravind Akella · 10 years ago
- 7d83176 am 46ca041f: Merge "Don\'t error out because SensorEventConnection::dump overloads BBinder::dump" by Chih-hung Hsieh · 11 years ago
- 72952ef Don't error out because SensorEventConnection::dump overloads BBinder::dump by Bernhard Rosenkränzer · 11 years ago
- b4373ac Add a timeout for releasing SensorService wake_lock. by Aravind Akella · 11 years ago
- 8a96955 Fix sockfd leakage in SensorService. by Aravind Akella · 11 years ago
- 0ec2066 SensorService fixes. by Aravind Akella · 11 years ago
- 8493b79 SensorService fixes by Aravind Akella · 11 years ago
- 9e3adfc SensorService flush fixes. by Aravind Akella · 11 years ago
- 5466c3d SensorService fixes by Aravind Akella · 11 years ago
- e74baf6 SensorService fixes. by Aravind Akella · 11 years ago
- 6c2664a SensorService fixes. by Aravind Akella · 11 years ago
- 56ae426 SensorService performance improvements. by Aravind Akella · 11 years ago
- 9a844cf Enable wakeup sensors. by Aravind Akella · 11 years ago
- 7001804 Add stringType and requiredPermission to sensors, effectively adding permission checking for sensors by Aravind Akella · 11 years ago
- 4369a4e Revert "Add stringType and requiredPermission to sensors, effectively adding permission checking for sensors" by Etienne Le Grand · 11 years ago
- c57a019 Add stringType and requiredPermission to sensors, effectively adding permission checking for sensors by Etienne Le Grand · 11 years ago
- 4b84704 Ignore flush complete events when recording last value for a sensor. by Aravind Akella · 11 years ago
- b4099e7 Bug fixes for SensorService by Aravind Akella · 12 years ago
- c551eac SensorService Flush API bug fix. by Aravind Akella · 12 years ago
- 701166d Change API from flush(handle) to flush(). Call flush on all active sensors in the given SensorEventConnection. by Aravind Akella · 12 years ago
- 4c8b951 Sensor Batching Bug fixes. by Aravind Akella · 12 years ago
- 724d91d Sensor batching. Changes to the native code. by Aravind Akella · 12 years ago
- cdd7d8b resolved conflicts for merge of 00aea5c5 to master by Mathias Agopian · 12 years ago
- ac9a96d fix a dead-lock in sensorservice by Mathias Agopian · 12 years ago
- 7438fd1 simplify some unnecessary complex code by Mathias Agopian · 12 years ago
- 0319306 various fixes to the sensorservice by Mathias Agopian · 12 years ago
- b6df7d0 make all libsurfaceflinger and libsensorservice symbols's visibility hidden by Mathias Agopian · 12 years ago