HomeSort by relevance Sort by last modified time
    Searched defs:SensorContext (Results 1 - 2 of 2) sorted by null

  /device/google/contexthub/sensorhal/
sensors.h 49 struct SensorContext {
52 explicit SensorContext(const struct hw_module_t *module);
163 DISALLOW_EVIL_CONSTRUCTORS(SensorContext);
sensors.cpp 46 SensorContext::SensorContext(const struct hw_module_t *module)
72 int SensorContext::close() {
80 int SensorContext::activate(int handle, int enabled) {
91 int SensorContext::setDelay(int handle, int64_t delayNs) {
102 int SensorContext::poll(sensors_event_t *data, int count) {
111 int SensorContext::batch(
125 int SensorContext::flush(int handle) {
136 int SensorContext::register_direct_channel(
148 int SensorContext::config_direct_report
    [all...]

Completed in 324 milliseconds