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, 0 insertions, 1 deletions
diff --git a/include/gui/ISensorEventConnection.h b/include/gui/ISensorEventConnection.h
index b296797..f64c6b8 100644
--- a/include/gui/ISensorEventConnection.h
+++ b/include/gui/ISensorEventConnection.h
@@ -40,7 +40,6 @@ 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;
};
// ----------------------------------------------------------------------------