Searched refs:sensors_poll_device_1 (Results 1 – 4 of 4) sorted by relevance
/hardware/libhardware/include/hardware/ |
D | sensors.h | 992 typedef struct sensors_poll_device_1 { struct 1040 int (*batch)(struct sensors_poll_device_1* dev, argument 1056 int (*flush)(struct sensors_poll_device_1* dev, int sensor_handle); argument 1065 int (*inject_sensor_data)(struct sensors_poll_device_1 *dev, const sensors_event_t *data); argument
|
/hardware/invensense/6515/libsensors_iio/ |
D | sensors_mpl.cpp | 400 static int poll__query(struct sensors_poll_device_1 *dev, in poll__query() 407 static int poll__batch(struct sensors_poll_device_1 *dev, in poll__batch() 415 static int poll__flush(struct sensors_poll_device_1 *dev, in poll__flush() 438 memset(&dev->device, 0, sizeof(sensors_poll_device_1)); in open_sensors()
|
/hardware/invensense/65xx/libsensors_iio/ |
D | sensors_mpl.cpp | 366 static int poll__batch(struct sensors_poll_device_1 *dev, in poll__batch() 373 static int poll__flush(struct sensors_poll_device_1 *dev, in poll__flush() 389 memset(&dev->device, 0, sizeof(sensors_poll_device_1)); in open_sensors()
|
/hardware/libhardware/modules/sensors/ |
D | multihal.cpp | 187 sensors_poll_device_1 proxy_device; // must be first 439 static int device__batch(struct sensors_poll_device_1 *dev, int handle, in device__batch() 445 static int device__flush(struct sensors_poll_device_1 *dev, int handle) { in device__flush()
|