OSDN Git Service

Move module path to vendor
[android-x86/hardware-intel-libsensors.git] / filtering.h
1 /*
2  * Copyright (C) 2014-2015 Intel Corporation.
3  */
4
5 #ifndef FILTERING_H
6 #define FILTERING_H
7
8 void setup_noise_filtering              (int s);
9 void release_noise_filtering_data       (int s);
10 void denoise                            (int s, sensors_event_t* event);
11 void record_sample                      (int s, const sensors_event_t* data);
12
13 #endif