HomeSort by relevance Sort by last modified time
    Searched refs:LinearAccel (Results 1 - 6 of 6) 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/65xx/libsensors_iio/
MPLSensor.cpp 97 | (1 << LinearAccel) \
471 mPendingEvents[LinearAccel].version = sizeof(sensors_event_t);
472 mPendingEvents[LinearAccel].sensor = ID_LA;
473 mPendingEvents[LinearAccel].type = SENSOR_TYPE_LINEAR_ACCELERATION;
474 mPendingEvents[LinearAccel].acceleration.status
536 mHandlers[LinearAccel] = &MPLSensor::laHandler;
    [all...]
MPLSensor.h 188 LinearAccel,

Completed in 329 milliseconds