Home
last modified time | relevance | path

Searched refs:mHandlers (Results 1 – 4 of 4) sorted by relevance

/hardware/invensense/65xx/libsensors_iio/
DMPLSensor.cpp574 mHandlers[RotationVector] = &MPLSensor::rvHandler; in MPLSensor()
576 mHandlers[RotationVector] = &MPLSensor::grvHandler; in MPLSensor()
578 mHandlers[GameRotationVector] = &MPLSensor::grvHandler; in MPLSensor()
579 mHandlers[LinearAccel] = &MPLSensor::laHandler; in MPLSensor()
580 mHandlers[Gravity] = &MPLSensor::gravHandler; in MPLSensor()
582 mHandlers[Gyro] = &MPLSensor::gyroHandler; in MPLSensor()
584 mHandlers[Gyro] = &MPLSensor::rawGyroHandler; in MPLSensor()
586 mHandlers[RawGyro] = &MPLSensor::rawGyroHandler; in MPLSensor()
587 mHandlers[Accelerometer] = &MPLSensor::accelHandler; in MPLSensor()
589 mHandlers[MagneticField] = &MPLSensor::compassHandler; in MPLSensor()
[all …]
DMPLSensor.h389 hfunc_t mHandlers[NumSensors]; variable
/hardware/invensense/6515/libsensors_iio/
DMPLSensor.cpp513 mHandlers[RotationVector] = &MPLSensor::rvHandler; in MPLSensor()
514 mHandlers[GameRotationVector] = &MPLSensor::grvHandler; in MPLSensor()
515 mHandlers[LinearAccel] = &MPLSensor::laHandler; in MPLSensor()
516 mHandlers[Gravity] = &MPLSensor::gravHandler; in MPLSensor()
517 mHandlers[Gyro] = &MPLSensor::gyroHandler; in MPLSensor()
518 mHandlers[RawGyro] = &MPLSensor::rawGyroHandler; in MPLSensor()
519 mHandlers[Accelerometer] = &MPLSensor::accelHandler; in MPLSensor()
520 mHandlers[MagneticField] = &MPLSensor::compassHandler; in MPLSensor()
521 mHandlers[RawMagneticField] = &MPLSensor::rawCompassHandler; in MPLSensor()
522 mHandlers[Orientation] = &MPLSensor::orienHandler; in MPLSensor()
[all …]
DMPLSensor.h371 hfunc_t mHandlers[NumSensors]; variable