Home | History | Annotate | Download | only in libsensors_iio

Lines Matching defs:SensorBase

32 #include "SensorBase.h"
37 bool SensorBase::PROCESS_VERBOSE = false;
38 bool SensorBase::EXTRA_VERBOSE = false;
39 bool SensorBase::SYSFS_VERBOSE = false;
41 bool SensorBase::FUNC_ENTRY = false;
42 bool SensorBase::HANDLER_ENTRY = false;
43 bool SensorBase::ENG_VERBOSE = false;
44 bool SensorBase::INPUT_DATA = false;
45 bool SensorBase::HANDLER_DATA = false;
46 bool SensorBase::DEBUG_BATCHING = false;
48 SensorBase::SensorBase(const char* dev_name,
98 SensorBase::~SensorBase()
108 int SensorBase::open_device()
117 int SensorBase::close_device()
126 int SensorBase::getFd() const
134 int SensorBase::setDelay(int32_t handle, int64_t ns)
139 bool SensorBase::hasPendingEvents() const
144 int64_t SensorBase::getTimestamp()
149 int SensorBase::openInput(const char *inputName)
192 int SensorBase::enable(int32_t handle, int enabled)
197 int SensorBase::query(int what, int* value)
202 int SensorBase::batch(int handle, int flags, int64_t period_ns, int64_t timeout)
207 int SensorBase::flush(int handle)