OSDN Git Service

fix [4025681] continuous sensors should not try to send an event as soon as they...
authorMathias Agopian <mathias@google.com>
Thu, 10 Mar 2011 23:23:28 +0000 (15:23 -0800)
committerMathias Agopian <mathias@google.com>
Thu, 28 Jun 2012 00:07:54 +0000 (17:07 -0700)
commit3f2f8916112126fb1a93e4a4b4e2d4e01570aeee
tree2ab551ee19f73c3d7f261a96cb8d7a020e84e653
parentdb5b4bce9e65ec9c2c7762b601297e4abadbc22a
fix [4025681] continuous sensors should not try to send an event as soon as they're activated

Make sure to send an event down only for sensors that report a value only on data
change. Other sensors, will naturally send an event when the next event is available.

Bug: 4025681
Change-Id: I6d444deda388b6bc9a33e3371e09d390f1566ec5
services/sensorservice/SensorService.cpp