Lines Matching refs:LinearAccel
97 | (1 << LinearAccel) \
514 mPendingEvents[LinearAccel].version = sizeof(sensors_event_t); in MPLSensor()
515 mPendingEvents[LinearAccel].sensor = ID_LA; in MPLSensor()
516 mPendingEvents[LinearAccel].type = SENSOR_TYPE_LINEAR_ACCELERATION; 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()
4970 list[LinearAccel].resolution = list[Accelerometer].resolution; in fillLinearAccel()
4971 list[LinearAccel].maxRange = list[Accelerometer].maxRange; in fillLinearAccel()
4972 list[LinearAccel].minDelay = 5000; in fillLinearAccel()