Home
last modified time | relevance | path

Searched refs:INV_DMP_QUATERNION (Results 1 – 6 of 6) sorted by relevance

/hardware/invensense/6515/libsensors_iio/
DMPLSensor.h96 #define INV_DMP_QUATERNION 0x001 //3 elements without real part, 32 bit each macro
109 (INV_DMP_QUATERNION) \
DMPLSensor.cpp1087 (mFeatureActiveMask & INV_DMP_QUATERNION)) { in setDmpFeature()
1452 if (mFeatureActiveMask & INV_DMP_QUATERNION) { in enablePedQuaternionData()
1580 if (mFeatureActiveMask & INV_DMP_QUATERNION) { in enable6AxisQuaternionData()
1677 return ((mFeatureActiveMask & INV_DMP_QUATERNION)? 1:0); in checkLPQuaternion()
1686 mFeatureActiveMask &= ~INV_DMP_QUATERNION; in enableLPQuaternion()
1695 mFeatureActiveMask |= INV_DMP_QUATERNION; in enableLPQuaternion()
/hardware/invensense/65xx/libsensors_iio/
DMPLSensor.h73 #define INV_DMP_QUATERNION 0x001 //3 elements without real part, 32 bit each macro
93 (INV_DMP_QUATERNION) \
DMPLSensor.cpp1434 if (mFeatureActiveMask & INV_DMP_QUATERNION) { in enablePedQuaternionData()
1547 if (mFeatureActiveMask & INV_DMP_QUATERNION) { in enable6AxisQuaternionData()
1625 return ((mFeatureActiveMask & INV_DMP_QUATERNION)? 1:0); in checkLPQuaternion()
1634 mFeatureActiveMask &= ~INV_DMP_QUATERNION; in enableLPQuaternion()
1643 mFeatureActiveMask |= INV_DMP_QUATERNION; in enableLPQuaternion()
/hardware/invensense/60xx/libsensors_iio/
DMPLSensor.h71 #define INV_DMP_QUATERNION 0x04 macro
DMPLSensor.cpp829 return ((mFeatureActiveMask & INV_DMP_QUATERNION)? 1:0); in checkLPQuaternion()
839 mFeatureActiveMask &= ~INV_DMP_QUATERNION; in enableLPQuaternion()
845 mFeatureActiveMask |= INV_DMP_QUATERNION; in enableLPQuaternion()