sm7125-common: sensors: Make sensor batch function virtual

Change-Id: I2de1e919234c4893b0b70390c0189cae38dbbe6c
fourteen-wip
Cosmin Tanislav 3 years ago committed by Simon1511
parent 555bde18e2
commit 6c1660e670
  1. 2
      sensors/Sensor.h

@ -49,7 +49,7 @@ class Sensor {
virtual ~Sensor();
const SensorInfo& getSensorInfo() const;
void batch(int32_t samplingPeriodNs);
virtual void batch(int32_t samplingPeriodNs);
virtual void activate(bool enable);
Result flush();

Loading…
Cancel
Save