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

  /hardware/invensense/60xx/mlsdk/mllite/
accel.c 89 mldl_cfg->requested_sensors & INV_THREE_AXIS_ACCEL)
mldmp.c 137 requested_sensors |= INV_THREE_AXIS_ACCEL;
ml.c     [all...]
mldl_cfg.h 70 #define INV_THREE_AXIS_ACCEL (0x0070)
mlFIFO.c     [all...]
  /hardware/invensense/60xx/libsensors_iio/
MPLSensor.h 54 #define INV_THREE_AXIS_ACCEL (0x0070)
59 #define ALL_MPL_SENSORS_NP (INV_THREE_AXIS_ACCEL \
63 #define ALL_MPL_SENSORS_NP (INV_THREE_AXIS_ACCEL \
MPLSensor.cpp 991 mLocalSensorMask |= INV_THREE_AXIS_ACCEL;
994 mLocalSensorMask &= ~INV_THREE_AXIS_ACCEL;
1058 res = enableOneSensor(sensors & INV_THREE_AXIS_ACCEL, "accel", &MPLSensor::enableAccel);
1098 | INV_THREE_AXIS_ACCEL
    [all...]
  /hardware/invensense/65xx/libsensors_iio/
MPLSensor.cpp     [all...]
MPLSensor.h 54 #define INV_THREE_AXIS_ACCEL (0x0070)
60 #define ALL_MPL_SENSORS_NP (INV_THREE_AXIS_ACCEL \
64 #define ALL_MPL_SENSORS_NP (INV_THREE_AXIS_ACCEL \
  /hardware/invensense/60xx/libsensors/
MPLSensor.cpp 66 #define ALL_MPL_SENSORS_NP (INV_THREE_AXIS_ACCEL | INV_THREE_AXIS_COMPASS | INV_THREE_AXIS_GYRO)
353 mLocalSensorMask |= (INV_THREE_AXIS_ACCEL);
355 mLocalSensorMask &= ~(INV_THREE_AXIS_ACCEL);
394 || (mUseTimerIrqAccel && (sen_mask & INV_THREE_AXIS_ACCEL)))
    [all...]
  /hardware/invensense/60xx/mlsdk/mlutils/
mputest.c 875 mputestCfgPtr->requested_sensors = INV_THREE_AXIS_ACCEL | INV_THREE_AXIS_GYRO;
    [all...]

Completed in 789 milliseconds