Lines Matching refs:SensorBase
36 bool SensorBase::PROCESS_VERBOSE = false;
37 bool SensorBase::EXTRA_VERBOSE = false;
38 bool SensorBase::SYSFS_VERBOSE = false;
40 bool SensorBase::FUNC_ENTRY = false;
41 bool SensorBase::HANDLER_ENTRY = false;
42 bool SensorBase::ENG_VERBOSE = false;
43 bool SensorBase::INPUT_DATA = false;
44 bool SensorBase::HANDLER_DATA = false;
46 SensorBase::SensorBase(const char* dev_name, in SensorBase() function in SensorBase
92 SensorBase::~SensorBase() in ~SensorBase()
102 int SensorBase::open_device() in open_device()
111 int SensorBase::close_device() in close_device()
120 int SensorBase::getFd() const in getFd()
128 int SensorBase::setDelay(int32_t handle, int64_t ns) in setDelay()
133 bool SensorBase::hasPendingEvents() const in hasPendingEvents()
138 int64_t SensorBase::getTimestamp() in getTimestamp()
146 int SensorBase::openInput(const char *inputName) in openInput()
189 int SensorBase::enable(int32_t handle, int enabled) in enable()
194 int SensorBase::query(int what, int* value) in query()
199 int SensorBase::batch(int handle, int flags, int64_t period_ns, int64_t timeout) in batch()
204 int SensorBase::flush(int handle) in flush()