History log of /frameworks/native/services/sensorservice/SensorServiceUtils.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2e990eb59e927187b11c7b5f0abe6dbdb0123d1d 13-Jan-2017 Nick Vaccaro <nvaccaro@google.com> Sensors: Add LOW_LATENCY_OFFBODY_DETECT sensor API

Test: none
Bug: 34234089
Change-Id: I7680ef1523cec0212e2817368f8d62891edc92cf
/frameworks/native/services/sensorservice/SensorServiceUtils.cpp
6a2d3a06caa337857cf60cfc70a9a78909ad3608 21-Dec-2015 Peng Xu <pengxu@google.com> Fix sensor uuid, retrofit recent event logger

Fix an issue that causes uuid field not being initialzed in
sensorservice.

MostRecentEventLogger in sensorservice is migrated to use RingBuffer
instead of a custom circular buffer. This is expected to improve
readability and maintainability of code.

Dumpsys print format is retouched to offer more information in easier
to read format.

Bug: 28305085

Change-Id: I190e43350b60a22a9fccb92a95d6eab06a471560
/frameworks/native/services/sensorservice/SensorServiceUtils.cpp