aboutsummaryrefslogtreecommitdiff
path: root/platform/slpi/see/include/chre/target_platform/platform_sensor_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/slpi/see/include/chre/target_platform/platform_sensor_base.h')
-rw-r--r--platform/slpi/see/include/chre/target_platform/platform_sensor_base.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/platform/slpi/see/include/chre/target_platform/platform_sensor_base.h b/platform/slpi/see/include/chre/target_platform/platform_sensor_base.h
index b9d26f3d..550c8eb6 100644
--- a/platform/slpi/see/include/chre/target_platform/platform_sensor_base.h
+++ b/platform/slpi/see/include/chre/target_platform/platform_sensor_base.h
@@ -39,8 +39,7 @@ class PlatformSensorBase {
* Initializes various members of PlatformSensorBase.
*/
void initBase(uint8_t sensorType, uint64_t minInterval,
- const char *sensorName, bool passiveSupported,
- uint16_t targetGroupMask);
+ const char *sensorName, bool passiveSupported);
//! Stores the last received sampling status from SEE for this sensor making
//! it easier to dedup updates that come in later from SEE.
@@ -52,9 +51,6 @@ class PlatformSensorBase {
//! The minimum interval of this sensor.
uint64_t mMinInterval;
- //! The group mask events from this sensor must target.
- uint16_t mTargetGroupMask;
-
//! The sensor type of this sensor.
uint8_t mSensorType;