Home
last modified time | relevance | path

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

/hardware/invensense/60xx/libsensors/
DMPLSensor.cpp251 mHandlers[RotationVector] = &MPLSensor::rvHandler; in MPLSensor()
252 mHandlers[LinearAccel] = &MPLSensor::laHandler; in MPLSensor()
253 mHandlers[Gravity] = &MPLSensor::gravHandler; in MPLSensor()
254 mHandlers[Gyro] = &MPLSensor::gyroHandler; in MPLSensor()
255 mHandlers[Accelerometer] = &MPLSensor::accelHandler; in MPLSensor()
256 mHandlers[MagneticField] = &MPLSensor::compassHandler; in MPLSensor()
257 mHandlers[Orientation] = &MPLSensor::orienHandler; in MPLSensor()
1008 CALL_MEMBER_FN(this,mHandlers[i])(mPendingEvents + i, in readEvents()
DMPLSensor.h122 hfunc_t mHandlers[numSensors]; variable
/hardware/invensense/60xx/libsensors_iio/
DMPLSensor.cpp301 mHandlers[RotationVector] = &MPLSensor::rvHandler; in MPLSensor()
302 mHandlers[LinearAccel] = &MPLSensor::laHandler; in MPLSensor()
303 mHandlers[Gravity] = &MPLSensor::gravHandler; in MPLSensor()
304 mHandlers[Gyro] = &MPLSensor::gyroHandler; in MPLSensor()
305 mHandlers[RawGyro] = &MPLSensor::rawGyroHandler; in MPLSensor()
306 mHandlers[Accelerometer] = &MPLSensor::accelHandler; in MPLSensor()
307 mHandlers[MagneticField] = &MPLSensor::compassHandler; in MPLSensor()
308 mHandlers[Orientation] = &MPLSensor::orienHandler; in MPLSensor()
1838 update = CALL_MEMBER_FN(this, mHandlers[i])(mPendingEvents + i); in executeOnData()
DMPLSensor.h249 hfunc_t mHandlers[numSensors]; variable
/hardware/invensense/65xx/libsensors_iio/
DMPLSensor.cpp578 mHandlers[RotationVector] = &MPLSensor::rvHandler; in MPLSensor()
580 mHandlers[RotationVector] = &MPLSensor::grvHandler; in MPLSensor()
582 mHandlers[GameRotationVector] = &MPLSensor::grvHandler; in MPLSensor()
583 mHandlers[LinearAccel] = &MPLSensor::laHandler; in MPLSensor()
584 mHandlers[Gravity] = &MPLSensor::gravHandler; in MPLSensor()
586 mHandlers[Gyro] = &MPLSensor::gyroHandler; in MPLSensor()
588 mHandlers[Gyro] = &MPLSensor::rawGyroHandler; in MPLSensor()
590 mHandlers[RawGyro] = &MPLSensor::rawGyroHandler; in MPLSensor()
591 mHandlers[Accelerometer] = &MPLSensor::accelHandler; in MPLSensor()
593 mHandlers[MagneticField] = &MPLSensor::compassHandler; in MPLSensor()
[all …]
DMPLSensor.h389 hfunc_t mHandlers[NumSensors]; variable
/hardware/invensense/6515/libsensors_iio/
DMPLSensor.cpp485 mHandlers[RotationVector] = &MPLSensor::rvHandler; in MPLSensor()
486 mHandlers[GameRotationVector] = &MPLSensor::grvHandler; in MPLSensor()
487 mHandlers[LinearAccel] = &MPLSensor::laHandler; in MPLSensor()
488 mHandlers[Gravity] = &MPLSensor::gravHandler; in MPLSensor()
489 mHandlers[Gyro] = &MPLSensor::gyroHandler; in MPLSensor()
490 mHandlers[RawGyro] = &MPLSensor::rawGyroHandler; in MPLSensor()
491 mHandlers[Accelerometer] = &MPLSensor::accelHandler; in MPLSensor()
492 mHandlers[MagneticField] = &MPLSensor::compassHandler; in MPLSensor()
493 mHandlers[RawMagneticField] = &MPLSensor::rawCompassHandler; in MPLSensor()
494 mHandlers[Orientation] = &MPLSensor::orienHandler; in MPLSensor()
[all …]
DMPLSensor.h367 hfunc_t mHandlers[NumSensors]; variable