Searched refs:SensorContext (Results 1 – 5 of 5) sorted by relevance
46 SensorContext::SensorContext(const struct hw_module_t *module) in SensorContext() function in SensorContext72 int SensorContext::close() { in close()80 int SensorContext::activate(int handle, int enabled) { in activate()91 int SensorContext::setDelay(int handle, int64_t delayNs) { in setDelay()102 int SensorContext::poll(sensors_event_t *data, int count) { in poll()111 int SensorContext::batch( in batch()125 int SensorContext::flush(int handle) { in flush()136 int SensorContext::register_direct_channel( in register_direct_channel()148 int SensorContext::config_direct_report( in config_direct_report()155 int SensorContext::CloseWrapper(struct hw_device_t *dev) { in CloseWrapper()[all …]
49 struct SensorContext { struct52 explicit SensorContext(const struct hw_module_t *module); argument163 DISALLOW_EVIL_CONSTRUCTORS(SensorContext); argument
65 struct SensorContext { struct85 SensorContext *context = reinterpret_cast<SensorContext *>(data); in GSensorCallback()97 struct SensorContext context = {nullptr}; in PollGSensor()
66 struct SensorContext { struct89 SensorContext *context = reinterpret_cast<SensorContext *>(data); in GSensorCallback()101 struct SensorContext context = {nullptr}; in PollGSensor()