summaryrefslogtreecommitdiffstats
path: root/libsensors/LightSensor.h
diff options
context:
space:
mode:
authorSimon Wilson <simonwilson@google.com>2010-10-17 18:53:11 -0700
committerSimon Wilson <simonwilson@google.com>2010-10-17 18:53:11 -0700
commitc282639e63b733a181a27128cf761e08d515c92a (patch)
treef40e9ef31eda20fe1c64e477418847755973bf3f /libsensors/LightSensor.h
parent04cdb18b02e0275b4c369b254224afdcbef7920d (diff)
downloaddevice_samsung_crespo-c282639e63b733a181a27128cf761e08d515c92a.zip
device_samsung_crespo-c282639e63b733a181a27128cf761e08d515c92a.tar.gz
device_samsung_crespo-c282639e63b733a181a27128cf761e08d515c92a.tar.bz2
libsensor: suppress light levels that don't change
Change-Id: I75f3d0baeae13ff6f10947252b173a062a66d74a
Diffstat (limited to 'libsensors/LightSensor.h')
-rw-r--r--libsensors/LightSensor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libsensors/LightSensor.h b/libsensors/LightSensor.h
index 42158e4..78e781a 100644
--- a/libsensors/LightSensor.h
+++ b/libsensors/LightSensor.h
@@ -39,6 +39,7 @@ class LightSensor : public SensorBase {
int input_sysfs_path_len;
int setInitialState();
+ float mPreviousLight;
float indexToValue(size_t index) const;
public: