Searched refs:sensors_poll_device_1 (Results 1 - 4 of 4) sorted by relevance

/hardware/libhardware/include/hardware/
H A Dsensors.h923 * struct sensors_poll_device_1 is used in HAL versions >= SENSORS_DEVICE_API_VERSION_1_0
925 typedef struct sensors_poll_device_1 { struct
927 /* sensors_poll_device_1 is compatible with sensors_poll_device_t,
973 int (*batch)(struct sensors_poll_device_1* dev,
989 int (*flush)(struct sensors_poll_device_1* dev, int sensor_handle);
/hardware/invensense/6515/libsensors_iio/
H A Dsensors_mpl.cpp399 static int poll__query(struct sensors_poll_device_1 *dev,
406 static int poll__batch(struct sensors_poll_device_1 *dev,
414 static int poll__flush(struct sensors_poll_device_1 *dev,
437 memset(&dev->device, 0, sizeof(sensors_poll_device_1));
/hardware/invensense/65xx/libsensors_iio/
H A Dsensors_mpl.cpp365 static int poll__query(struct sensors_poll_device_1 *dev,
372 static int poll__batch(struct sensors_poll_device_1 *dev,
379 static int poll__flush(struct sensors_poll_device_1 *dev,
395 memset(&dev->device, 0, sizeof(sensors_poll_device_1));
/hardware/libhardware/modules/sensors/
H A Dmultihal.cpp180 * Extends a sensors_poll_device_1 by including all the sub-module's devices.
187 sensors_poll_device_1 proxy_device; // must be first
439 static int device__batch(struct sensors_poll_device_1 *dev, int handle,
445 static int device__flush(struct sensors_poll_device_1 *dev, int handle) {

Completed in 94 milliseconds