Home
last modified time | relevance | path

Searched refs:SensorContext (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/libhardware/modules/sensors/dynamic_sensor/
H A Dsensors.cpp31 SensorContext::SensorContext(const struct hw_module_t *module) { in SensorContext() function in SensorContext
51 int SensorContext::close() { in close()
56 int SensorContext::activate(int handle, int enabled) { in activate()
60 int SensorContext::setDelay(int handle, int64_t delayNs) { in setDelay()
68 int SensorContext::batch( in batch()
75 int SensorContext::flush(int handle) { in flush()
85 int SensorContext::ActivateWrapper( in ActivateWrapper()
91 int SensorContext::SetDelayWrapper( in SetDelayWrapper()
97 int SensorContext::PollWrapper( in PollWrapper()
103 int SensorContext::BatchWrapper( in BatchWrapper()
[all …]
H A Dsensors.h37 class SensorContext {
41 explicit SensorContext(const struct hw_module_t *module);
84 DISALLOW_EVIL_CONSTRUCTORS(SensorContext);