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

  /hardware/invensense/60xx/libsensors/
MPLSensor.h 52 LinearAccel,
MPLSensor.cpp 224 mPendingEvents[LinearAccel].version = sizeof(sensors_event_t);
225 mPendingEvents[LinearAccel].sensor = ID_LA;
226 mPendingEvents[LinearAccel].type = SENSOR_TYPE_LINEAR_ACCELERATION;
252 mHandlers[LinearAccel] = &MPLSensor::laHandler;
819 what = LinearAccel;
877 what = LinearAccel;
    [all...]
  /hardware/invensense/60xx/libsensors_iio/
MPLSensor.cpp 268 mPendingEvents[LinearAccel].version = sizeof(sensors_event_t);
269 mPendingEvents[LinearAccel].sensor = ID_LA;
270 mPendingEvents[LinearAccel].type = SENSOR_TYPE_LINEAR_ACCELERATION;
302 mHandlers[LinearAccel] = &MPLSensor::laHandler;
1075 (1 << LinearAccel) | (1 << Gravity)))) {
    [all...]
MPLSensor.h 127 LinearAccel,
  /hardware/invensense/6515/libsensors_iio/
sensors.h 73 LinearAccel,
MPLSensor.cpp 408 mPendingEvents[LinearAccel].version = sizeof(sensors_event_t);
409 mPendingEvents[LinearAccel].sensor = ID_LA;
410 mPendingEvents[LinearAccel].type = SENSOR_TYPE_LINEAR_ACCELERATION;
411 mPendingEvents[LinearAccel].acceleration.status
487 mHandlers[LinearAccel] = &MPLSensor::laHandler;
    [all...]
MPLSensor.h 73 | (1 << LinearAccel) \
  /hardware/invensense/65xx/libsensors_iio/
MPLSensor.cpp 97 | (1 << LinearAccel) \
518 mPendingEvents[LinearAccel].version = sizeof(sensors_event_t);
519 mPendingEvents[LinearAccel].sensor = ID_LA;
520 mPendingEvents[LinearAccel].type = SENSOR_TYPE_LINEAR_ACCELERATION;
521 mPendingEvents[LinearAccel].acceleration.status
583 mHandlers[LinearAccel] = &MPLSensor::laHandler;
    [all...]
MPLSensor.h 189 LinearAccel,

Completed in 883 milliseconds