OSDN Git Service

GMINL-2659: Keep recent events history for fusion-like processing
[android-x86/hardware-intel-libsensors.git] / filtering.h
index 6543a7d..bd98ffa 100644 (file)
@@ -6,4 +6,6 @@ void denoise_median(struct sensor_info_t* info, struct sensors_event_t* event,
 void denoise_median_init(int s, unsigned int sample_size,
        unsigned int num_fields);
 void denoise_median_release(int s);
+
+void record_sample(int s, const sensors_event_t* data);
 #endif