HomeSort by relevance Sort by last modified time
    Searched refs:sensors_poll_device_1 (Results 1 - 7 of 7) sorted by null

  /device/generic/goldfish/sensors/
sensors_qemu.c 122 struct sensors_poll_device_1 device;
136 control__open_data_source(struct sensors_poll_device_1 *dev)
151 control__activate(struct sensors_poll_device_1 *dev,
196 control__set_delay(struct sensors_poll_device_1 *dev, int32_t ms)
229 data__data_open(struct sensors_poll_device_1 *dev, native_handle_t* handle)
248 data__data_close(struct sensors_poll_device_1 *dev)
288 data__poll(struct sensors_poll_device_1 *dev, sensors_event_t* values)
433 static int poll__poll(struct sensors_poll_device_1 *dev,
454 static int poll__activate(struct sensors_poll_device_1 *dev,
470 static int poll__setDelay(struct sensors_poll_device_1 *dev
    [all...]
  /hardware/libhardware/include/hardware/
sensors.h 925 typedef struct sensors_poll_device_1 { struct
    [all...]
  /hardware/invensense/6515/libsensors_iio/
sensors_mpl.cpp 383 static int poll__query(struct sensors_poll_device_1 *dev,
390 static int poll__batch(struct sensors_poll_device_1 *dev,
398 static int poll__flush(struct sensors_poll_device_1 *dev,
421 memset(&dev->device, 0, sizeof(sensors_poll_device_1));
  /hardware/invensense/65xx/libsensors_iio/
sensors_mpl.cpp 365 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));
  /device/lge/hammerhead/libsensors/
sensors.cpp 419 static int poll__batch(struct sensors_poll_device_1 *dev,
426 static int poll__flush(struct sensors_poll_device_1 *dev,
446 memset(&dev->device, 0, sizeof(sensors_poll_device_1));
  /hardware/libhardware/modules/sensors/
multihal.cpp 179 * Extends a sensors_poll_device_1 by including all the sub-module's devices.
186 sensors_poll_device_1 proxy_device; // must be first
406 static int device__batch(struct sensors_poll_device_1 *dev, int handle,
412 static int device__flush(struct sensors_poll_device_1 *dev, int handle) {
  /device/htc/flounder/sensor_hub/libsensors/
sensors.cpp 795 static int poll__batch(struct sensors_poll_device_1 *dev,
802 static int poll__flush(struct sensors_poll_device_1 *dev,

Completed in 570 milliseconds