HomeSort by relevance Sort by last modified time
    Searched refs:sensors_event_t (Results 51 - 75 of 91) sorted by null

1 23 4

  /hardware/invensense/6515/libsensors_iio/
PressureSensor.IIO.secondary.h 50 virtual int readEvents(sensors_event_t *data, int count) { return 0; }
CompassSensor.IIO.9150.h 52 virtual int readEvents(sensors_event_t *data, int count) { return 0; }
CompassSensor.IIO.primary.h 55 virtual int readEvents(sensors_event_t *data, int count) { return 0; }
  /hardware/invensense/65xx/libsensors_iio/
CompassSensor.AKM.h 53 virtual int readEvents(sensors_event_t *data, int count) { return 0; }
PressureSensor.IIO.secondary.h 50 virtual int readEvents(sensors_event_t *data, int count) { return 0; }
CompassSensor.IIO.9150.h 52 virtual int readEvents(sensors_event_t *data, int count) { return 0; }
CompassSensor.IIO.primary.h 55 virtual int readEvents(sensors_event_t *data, int count) { return 0; }
  /hardware/libhardware/tests/nusensors/
nusensors.cpp 102 sensors_event_t buffer[numEvents];
132 const sensors_event_t& data = buffer[i];
134 if (data.version != sizeof(sensors_event_t)) {
136 data.version, sizeof(sensors_event_t));
  /device/google/dragon/sensor_hub/
cros_ec_sensors.h 126 int processEvent(sensors_event_t* data, const cros_ec_event *event);
137 int readEvents(sensors_event_t* data, int count);
  /frameworks/native/services/sensorservice/
SensorDevice.h 42 ssize_t poll(sensors_event_t* buffer, size_t count);
53 status_t injectSensorData(const sensors_event_t *event);
SensorFusion.h 64 void process(const sensors_event_t& event);
  /hardware/libhardware/include/hardware/
sensors.h 695 * first element of the 'data' member variable in sensors_event_t. The only
1053 typedef struct sensors_event_t { struct
1137 } sensors_event_t; typedef in typeref:struct:sensors_event_t
    [all...]
  /device/htc/flounder/sensor_hub/libsensors/
CwMcuSensor.cpp 276 mPendingEvents[CW_ACCELERATION].version = sizeof(sensors_event_t);
281 mPendingEvents[CW_MAGNETIC].version = sizeof(sensors_event_t);
285 mPendingEvents[CW_GYRO].version = sizeof(sensors_event_t);
290 mPendingEvents[CW_LIGHT].version = sizeof(sensors_event_t);
295 mPendingEvents[CW_PRESSURE].version = sizeof(sensors_event_t);
300 mPendingEvents[CW_ORIENTATION].version = sizeof(sensors_event_t);
305 mPendingEvents[CW_ROTATIONVECTOR].version = sizeof(sensors_event_t);
309 mPendingEvents[CW_LINEARACCELERATION].version = sizeof(sensors_event_t);
313 mPendingEvents[CW_GRAVITY].version = sizeof(sensors_event_t);
317 mPendingEvents[CW_MAGNETIC_UNCALIBRATED].version = sizeof(sensors_event_t);
    [all...]
  /hardware/akm/AK8975_FS/libsensors/
AkmSensor.cpp 46 mPendingEvents[Accelerometer].version = sizeof(sensors_event_t);
51 mPendingEvents[MagneticField].version = sizeof(sensors_event_t);
56 mPendingEvents[Orientation ].version = sizeof(sensors_event_t);
195 int AkmSensor::readEvents(sensors_event_t* data, int count)
241 int AkmSensor::setAccel(sensors_event_t* data)
AdxlSensor.cpp 43 mPendingEvent.version = sizeof(sensors_event_t);
179 int AdxlSensor::readEvents(sensors_event_t* data, int count)
  /device/google/contexthub/sensorhal/
hubconnection.h 60 ssize_t read(sensors_event_t *ev, size_t size);
202 sensors_event_t *initEv(sensors_event_t *ev, uint64_t timestamp, uint32_t type, uint32_t sensor);
sensors.cpp 95 int SensorContext::poll(sensors_event_t *data, int count) {
163 struct sensors_poll_device_t *dev, sensors_event_t *data, int count) {
  /hardware/bsp/intel/peripheral/sensors/mraa/sensors/
LSM303dAccelerometer.cpp 65 int LSM303dAccelerometer::pollEvents(sensors_event_t* data, int count) {
LSM303dOrientation.cpp 58 int LSM303dOrientation::pollEvents(sensors_event_t* data, int count) {
LSM9DS0Accelerometer.cpp 61 int LSM9DS0Accelerometer::pollEvents(sensors_event_t* data, int count) {
MMA7660Accelerometer.cpp 60 int MMA7660Accelerometer::pollEvents(sensors_event_t* data, int count) {
MPU9150Accelerometer.cpp 61 int MPU9150Accelerometer::pollEvents(sensors_event_t* data, int count) {
  /hardware/libhardware/tests/hardware/
struct-last.cpp 44 CHECK_LAST_MEMBER(sensors_event_t, reserved1);
struct-size.cpp 51 CheckTypeSize<sensors_event_t, 104, 104>();
  /hardware/libhardware/modules/sensors/
multihal.cpp 144 sensors_event_t* buffer;
195 int poll(sensors_event_t* data, int count);
209 void copy_event_remap_handle(sensors_event_t* src, sensors_event_t* dest, int sub_index);
310 void sensors_poll_context_t::copy_event_remap_handle(sensors_event_t* dest, sensors_event_t* src,
312 memcpy(dest, src, sizeof(struct sensors_event_t));
332 int sensors_poll_context_t::poll(sensors_event_t *data, int maxReads) {
343 sensors_event_t* event = queue->peek();
435 static int device__poll(struct sensors_poll_device_t *dev, sensors_event_t* data
    [all...]

Completed in 514 milliseconds

1 23 4