Home
last modified time | relevance | path

Searched refs:LinearAccel (Results 1 – 5 of 5) sorted by relevance

/aosp12/hardware/invensense/6515/libsensors_iio/
H A Dsensors.h73 LinearAccel, enumerator
H A DMPLSensor.cpp437 mPendingEvents[LinearAccel].sensor = ID_LA; in MPLSensor()
439 mPendingEvents[LinearAccel].acceleration.status in MPLSensor()
515 mHandlers[LinearAccel] = &MPLSensor::laHandler; in MPLSensor()
2838 if (!mEnabledTime[LinearAccel] || !(s->timestamp > mEnabledTime[LinearAccel])) {
3172 what = LinearAccel;
3272 case LinearAccel:
3396 what = LinearAccel;
3519 case LinearAccel:
5331 list[LinearAccel].power = list[Gyro].power +
5335 list[LinearAccel].maxRange = list[Accelerometer].maxRange;
[all …]
H A DMPLSensor.h73 | (1 << LinearAccel) \
/aosp12/hardware/invensense/65xx/libsensors_iio/
H A DMPLSensor.cpp97 | (1 << LinearAccel) \
515 mPendingEvents[LinearAccel].sensor = ID_LA; in MPLSensor()
517 mPendingEvents[LinearAccel].acceleration.status in MPLSensor()
579 mHandlers[LinearAccel] = &MPLSensor::laHandler; in MPLSensor()
2839 what = LinearAccel; in enable()
2933 case LinearAccel: in enable()
3046 what = LinearAccel; in getHandle()
3165 case LinearAccel: in setDelay()
4967 list[LinearAccel].power = list[Gyro].power + in fillLinearAccel()
4971 list[LinearAccel].maxRange = list[Accelerometer].maxRange; in fillLinearAccel()
[all …]
H A DMPLSensor.h189 LinearAccel, enumerator