Lines Matching refs:SensorBase
35 bool SensorBase::PROCESS_VERBOSE = false;
36 bool SensorBase::EXTRA_VERBOSE = false;
37 bool SensorBase::SYSFS_VERBOSE = false;
39 bool SensorBase::FUNC_ENTRY = false;
40 bool SensorBase::HANDLER_ENTRY = false;
41 bool SensorBase::ENG_VERBOSE = false;
42 bool SensorBase::INPUT_DATA = false;
43 bool SensorBase::HANDLER_DATA = false;
45 SensorBase::SensorBase(const char* dev_name, in SensorBase() function in SensorBase
91 SensorBase::~SensorBase() in ~SensorBase()
101 int SensorBase::open_device() in open_device()
110 int SensorBase::close_device() in close_device()
119 int SensorBase::getFd() const in getFd()
127 int SensorBase::setDelay(int32_t handle, int64_t ns) in setDelay()
132 bool SensorBase::hasPendingEvents() const in hasPendingEvents()
137 int64_t SensorBase::getTimestamp() in getTimestamp()
145 int SensorBase::openInput(const char *inputName) in openInput()
188 int SensorBase::enable(int32_t handle, int enabled) in enable()
193 int SensorBase::query(int what, int* value) in query()
198 int SensorBase::batch(int handle, int flags, int64_t period_ns, int64_t timeout) in batch()
203 int SensorBase::flush(int handle) in flush()