Lines Matching refs:LinearAccel
97 | (1 << LinearAccel) \
518 mPendingEvents[LinearAccel].version = sizeof(sensors_event_t); in MPLSensor()
519 mPendingEvents[LinearAccel].sensor = ID_LA; in MPLSensor()
520 mPendingEvents[LinearAccel].type = SENSOR_TYPE_LINEAR_ACCELERATION; in MPLSensor()
521 mPendingEvents[LinearAccel].acceleration.status in MPLSensor()
583 mHandlers[LinearAccel] = &MPLSensor::laHandler; in MPLSensor()
2847 what = LinearAccel; in enable()
2942 case LinearAccel: in enable()
3055 what = LinearAccel; in getHandle()
3174 case LinearAccel: in setDelay()
4987 list[LinearAccel].power = list[Gyro].power + in fillLinearAccel()
4990 list[LinearAccel].resolution = list[Accelerometer].resolution; in fillLinearAccel()
4991 list[LinearAccel].maxRange = list[Accelerometer].maxRange; in fillLinearAccel()
4992 list[LinearAccel].minDelay = 5000; in fillLinearAccel()