summaryrefslogtreecommitdiffstats
path: root/include/gui/ISensorEventConnection.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gui/ISensorEventConnection.h')
-rw-r--r--include/gui/ISensorEventConnection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/gui/ISensorEventConnection.h b/include/gui/ISensorEventConnection.h
index f64c6b8..b296797 100644
--- a/include/gui/ISensorEventConnection.h
+++ b/include/gui/ISensorEventConnection.h
@@ -40,6 +40,7 @@ public:
nsecs_t maxBatchReportLatencyNs, int reservedFlags) = 0;
virtual status_t setEventRate(int handle, nsecs_t ns) = 0;
virtual status_t flush() = 0;
+ virtual void decreaseWakeLockRefCount() = 0;
};
// ----------------------------------------------------------------------------