summaryrefslogtreecommitdiff
path: root/services/sensorservice/SensorDevice.h
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-08 16:02:16 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-08 16:02:16 +0000
commit994dfc943c6cb7a1564399a4999ee82098836599 (patch)
tree2c04ed018febfb97d63d0a9c28584bae58302c38 /services/sensorservice/SensorDevice.h
parentb288e591b5546b00c17dc78634c87aeee6af4746 (diff)
parent8c838655316b24ee30515cdffb13ead5a67aa83c (diff)
downloadnative-android12-mainline-tzdata2-release.tar.gz
Change-Id: I3f24fd1f52757411f691188c361389cd2216b5be
Diffstat (limited to 'services/sensorservice/SensorDevice.h')
-rw-r--r--services/sensorservice/SensorDevice.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/services/sensorservice/SensorDevice.h b/services/sensorservice/SensorDevice.h
index 75da7bb0a1..5e7d3da398 100644
--- a/services/sensorservice/SensorDevice.h
+++ b/services/sensorservice/SensorDevice.h
@@ -125,10 +125,6 @@ public:
bool isSensorActive(int handle) const;
- // To update the BatchParams of a SensorEventConnection when the mic toggle changes its state
- // while the Sensors Off toggle is on.
- void onMicSensorAccessChanged(void* ident, int handle, nsecs_t samplingPeriodNs);
-
// Dumpable
virtual std::string dump() const override;
virtual void dump(util::ProtoOutputStream* proto) const override;