HomeSort by relevance Sort by last modified time
    Searched full:proxy_device (Results 1 - 1 of 1) sorted by null

  /hardware/libhardware/modules/sensors/
multihal.cpp 186 sensors_poll_device_1 proxy_device; // must be first member in struct:sensors_poll_context_t
620 dev->proxy_device.common.tag = HARDWARE_DEVICE_TAG;
621 dev->proxy_device.common.version = SENSORS_DEVICE_API_VERSION_1_1;
622 dev->proxy_device.common.module = const_cast<hw_module_t*>(hw_module);
623 dev->proxy_device.common.close = device__close;
624 dev->proxy_device.activate = device__activate;
625 dev->proxy_device.setDelay = device__setDelay;
626 dev->proxy_device.poll = device__poll;
627 dev->proxy_device.batch = device__batch;
628 dev->proxy_device.flush = device__flush
    [all...]

Completed in 553 milliseconds