Home
last modified time | relevance | path

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

/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.cpp1430 if (mFeatureActiveMask & INV_DMP_QUATERNION) { in enablePedQuaternionData()
1543 if (mFeatureActiveMask & INV_DMP_QUATERNION) { in enable6AxisQuaternionData()
1621 return ((mFeatureActiveMask & INV_DMP_QUATERNION)? 1:0); in checkLPQuaternion()
1630 mFeatureActiveMask &= ~INV_DMP_QUATERNION; in enableLPQuaternion()
1639 mFeatureActiveMask |= INV_DMP_QUATERNION; in enableLPQuaternion()
/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.cpp1115 (mFeatureActiveMask & INV_DMP_QUATERNION)) { in setDmpFeature()
1505 if (mFeatureActiveMask & INV_DMP_QUATERNION) { in enablePedQuaternionData()
1633 if (mFeatureActiveMask & INV_DMP_QUATERNION) { in enable6AxisQuaternionData()
1730 return ((mFeatureActiveMask & INV_DMP_QUATERNION)? 1:0); in checkLPQuaternion()
1739 mFeatureActiveMask &= ~INV_DMP_QUATERNION; in enableLPQuaternion()
1748 mFeatureActiveMask |= INV_DMP_QUATERNION; in enableLPQuaternion()