Lines Matching refs:MPLSensor
92 MPLSensor::MPLSensor(CompassSensor *compass, int (*m_pt2AccelCalLoadFunc)(long *)) in MPLSensor() function in MPLSensor
513 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()
523 mHandlers[GeomagneticRotationVector] = &MPLSensor::gmHandler; in MPLSensor()
525 mHandlers[Pressure] = &MPLSensor::psHandler; in MPLSensor()
613 void MPLSensor::enable_iio_sysfs(void) in enable_iio_sysfs()
674 int MPLSensor::inv_constructor_init(void) in inv_constructor_init()
694 int MPLSensor::inv_constructor_default_enable(void) in inv_constructor_default_enable()
796 void MPLSensor::inv_set_device_properties(void) in inv_set_device_properties()
834 void MPLSensor::loadDMP(void) in loadDMP()
875 void MPLSensor::inv_get_sensors_orientation(void) in inv_get_sensors_orientation()
944 MPLSensor::~MPLSensor() in ~MPLSensor()
1021 int MPLSensor::setAccelInitialState() in setAccelInitialState()
1043 int MPLSensor::onDmp(int en) in onDmp()
1107 int MPLSensor::setDmpFeature(int en) in setDmpFeature()
1163 int MPLSensor::computeDmpState(bool* dmp_state) in computeDmpState()
1190 int MPLSensor::SetDmpState(bool dmpState) in SetDmpState()
1215 int MPLSensor::computeAndSetDmpState() in computeAndSetDmpState()
1230 int MPLSensor::enablePedIndicator(int en) in enablePedIndicator()
1280 int MPLSensor::checkPedStandaloneBatched(void) in checkPedStandaloneBatched()
1295 int MPLSensor::checkPedStandaloneEnabled(void) in checkPedStandaloneEnabled()
1303 int MPLSensor::enablePedStandalone(int en) in enablePedStandalone()
1356 int MPLSensor:: enablePedStandaloneData(int en) in enablePedStandaloneData()
1413 int MPLSensor::checkPedQuatEnabled(void) in checkPedQuatEnabled()
1421 int MPLSensor::enablePedQuaternion(int en) in enablePedQuaternion()
1474 int MPLSensor::enablePedQuaternionData(int en) in enablePedQuaternionData()
1557 int MPLSensor::setPedQuaternionRate(int64_t wanted) in setPedQuaternionRate()
1572 int MPLSensor::check6AxisQuatEnabled(void) in check6AxisQuatEnabled()
1580 int MPLSensor::enable6AxisQuaternion(int en) in enable6AxisQuaternion()
1602 int MPLSensor::enable6AxisQuaternionData(int en) in enable6AxisQuaternionData()
1701 int MPLSensor::set6AxisQuaternionRate(int64_t wanted) in set6AxisQuaternionRate()
1717 int MPLSensor::checkLPQRateSupported(void) in checkLPQRateSupported()
1727 int MPLSensor::checkLPQuaternion(void) in checkLPQuaternion()
1733 int MPLSensor::enableLPQuaternion(int en) in enableLPQuaternion()
1755 int MPLSensor::enableQuaternionData(int en) in enableQuaternionData()
1779 int MPLSensor::setQuaternionRate(int64_t wanted) in setQuaternionRate()
1794 int MPLSensor::enableDmpPedometer(int en, int interruptMode) in enableDmpPedometer()
1887 int MPLSensor::masterEnable(int en) in masterEnable()
1898 int MPLSensor::enableGyro(int en) in enableGyro()
1920 int MPLSensor::enableLowPowerAccel(int en) in enableLowPowerAccel()
1933 int MPLSensor::enableAccel(int en) in enableAccel()
1955 int MPLSensor::enableCompass(int en, int rawSensorRequested) in enableCompass()
1975 int MPLSensor::enablePressure(int en) in enablePressure()
1989 int MPLSensor::enableBatch(int64_t timeout) in enableBatch()
2010 void MPLSensor::computeLocalSensorMask(int enabled_sensors)
2126 int MPLSensor::enableSensors(unsigned long sensors, int en, uint32_t changed)
2355 int MPLSensor::computeBatchSensorMask(int enableSensors, int tempBatchSensor)
2415 int MPLSensor::setBatch(int en, int toggleEnable)
2538 int MPLSensor::calcBatchTimeout(int en, int64_t *out)
2568 int MPLSensor::writeBatchTimeout(int en, int64_t timeoutInMs)
2586 int MPLSensor::writeBatchTimeout(int en)
2602 void MPLSensor::storeCalibration(void)
2619 int MPLSensor::gyroHandler(sensors_event_t* s)
2641 int MPLSensor::rawGyroHandler(sensors_event_t* s)
2671 int MPLSensor::accelHandler(sensors_event_t* s)
2695 int MPLSensor::compassHandler(sensors_event_t* s)
2720 int MPLSensor::rawCompassHandler(sensors_event_t* s)
2766 int MPLSensor::rvHandler(sensors_event_t* s)
2799 int MPLSensor::grvHandler(sensors_event_t* s)
2825 int MPLSensor::laHandler(sensors_event_t* s)
2849 int MPLSensor::gravHandler(sensors_event_t* s)
2873 int MPLSensor::orienHandler(sensors_event_t* s)
2899 int MPLSensor::smHandler(sensors_event_t* s)
2923 int MPLSensor::gmHandler(sensors_event_t* s)
2950 int MPLSensor::psHandler(sensors_event_t* s)
2978 int MPLSensor::sdHandler(sensors_event_t* s)
2996 int MPLSensor::scHandler(sensors_event_t* s)
3019 int MPLSensor::metaHandler(sensors_event_t* s, int flags)
3053 int MPLSensor::enable(int32_t handle, int en)
3336 void MPLSensor::getHandle(int32_t handle, int &what, android::String8 &sname)
3415 int MPLSensor::setDelay(int32_t handle, int64_t ns)
3543 int MPLSensor::update_delay(void)
3842 int MPLSensor::readEvents(sensors_event_t* data, int count)
3979 void MPLSensor::buildMpuEvent(void)
4580 int MPLSensor::checkValidHeader(unsigned short data_format)
4610 void MPLSensor::buildCompassEvent(void)
4646 int MPLSensor::resetCompass(void)
4667 int MPLSensor::getFd(void) const
4674 int MPLSensor::getAccelFd(void) const
4681 int MPLSensor::getCompassFd(void) const
4689 int MPLSensor::turnOffAccelFifo(void)
4699 int MPLSensor::turnOffGyroFifo(void)
4709 int MPLSensor::enableDmpOrientation(int en)
4789 int MPLSensor::openDmpOrientFd(void)
4810 int MPLSensor::closeDmpOrientFd(void)
4818 int MPLSensor::dmpOrientHandler(int orient)
4825 int MPLSensor::readDmpOrientEvents(sensors_event_t* data, int count)
4874 int MPLSensor::getDmpOrientFd(void)
4883 int MPLSensor::checkDMPOrientation(void)
4889 int MPLSensor::getDmpRate(int64_t *wanted)
4908 int MPLSensor::getPollTime(void)
4914 int MPLSensor::getStepCountPollTime(void)
4924 bool MPLSensor::hasStepCountPendingEvents(void)
4949 bool MPLSensor::hasPendingEvents(void) const
4957 int MPLSensor::inv_read_temperature(long long *data)
4990 int MPLSensor::inv_read_dmp_state(int fd)
5019 int MPLSensor::inv_read_sensor_bias(int fd, long *data)
5059 int MPLSensor::populateSensorList(struct sensor_t *list, int len)
5121 void MPLSensor::fillAccel(const char* accel, struct sensor_t *list)
5192 void MPLSensor::fillGyro(const char* gyro, struct sensor_t *list)
5254 void MPLSensor::fillRV(struct sensor_t *list)
5270 void MPLSensor::fillGMRV(struct sensor_t *list)
5285 void MPLSensor::fillGRV(struct sensor_t *list)
5299 void MPLSensor::fillOrientation(struct sensor_t *list)
5313 void MPLSensor::fillGravity( struct sensor_t *list)
5327 void MPLSensor::fillLinearAccel(struct sensor_t *list)
5341 void MPLSensor::fillSignificantMotion(struct sensor_t *list)
5352 void MPLSensor::fillScreenOrientation(struct sensor_t *list)
5363 int MPLSensor::inv_init_sysfs_attributes(void)
5505 bool MPLSensor::isMpuNonDmp(void)
5514 int MPLSensor::isLowPowerQuatEnabled(void)
5524 int MPLSensor::isDmpDisplayOrientationOn(void)
5538 void MPLSensor::getCompassBias()
5568 void MPLSensor::getFactoryGyroBias()
5588 void MPLSensor::setFactoryGyroBias()
5632 void MPLSensor::getGyroBias()
5663 void MPLSensor::setGyroZeroBias()
5691 void MPLSensor::setGyroBias()
5733 void MPLSensor::getFactoryAccelBias()
5747 void MPLSensor::setFactoryAccelBias()
5790 void MPLSensor::getAccelBias()
5808 void MPLSensor::setAccelBias()
5850 int MPLSensor::isCompassDisabled(void)
5860 int MPLSensor::checkBatchEnabled(void)
5870 int MPLSensor::batch(int handle, int flags, int64_t period_ns, int64_t timeout)
6239 int MPLSensor::flush(int handle)
6288 int MPLSensor::selectAndSetQuaternion(int batchMode, int mEnabled, long long featureMask)
6350 int MPLSensor::computeBatchDataOutput()
6406 int MPLSensor::getDmpPedometerFd()
6415 int MPLSensor::readDmpPedometerEvents(sensors_event_t* data, int count,
6512 int MPLSensor::getDmpSignificantMotionFd()
6521 int MPLSensor::readDmpSignificantMotionEvents(sensors_event_t* data, int count)
6592 int MPLSensor::enableDmpSignificantMotion(int en)
6643 void MPLSensor::setInitial6QuatValue()
6677 int MPLSensor::writeSignificantMotionParams(bool toggleEnable,
6713 int MPLSensor::calcBatchDataRates(int64_t *gyro_rate, int64_t *accel_rate, int64_t *compass_rate, i…
6815 int MPLSensor::MPLSensor::setBatchDataRates(int64_t gyroRate, int64_t accelRate, int64_t compassRat…
6867 int MPLSensor::setBatchDataRates()
6885 int MPLSensor::calctDataRates(int64_t *resetRate, int64_t *gyroRate, int64_t *accelRate, int64_t *c…
6922 int MPLSensor::resetDataRates(int64_t resetRate, int64_t gyroRate, int64_t accelRate, int64_t compa…
7013 int MPLSensor::resetDataRates()
7033 void MPLSensor::resetMplStates()
7046 void MPLSensor::initBias()
7094 void MPLSensor::sys_dump(bool fileMode)