Searched refs:reportModeFlag (Results 1 – 2 of 2) sorted by relevance
288 mFeatureInfo.reportModeFlag = SENSOR_FLAG_CONTINUOUS_MODE; in processQuaternionUsage()351 mFeatureInfo.reportModeFlag = SENSOR_FLAG_CONTINUOUS_MODE; in processTriAxisUsage()438 featureValue->reportModeFlag = SENSOR_FLAG_SPECIAL_REPORTING_MODE; in initFeatureValueFromHidDeviceInfo()518 switch (mFeatureInfo.reportModeFlag) { in validateFeatureValueAndBuildSensor()576 mFeatureInfo.reportModeFlag | (mFeatureInfo.isWakeUp ? 1 : 0), in validateFeatureValueAndBuildSensor()722 mFeatureInfo.reportModeFlag = SENSOR_FLAG_CONTINUOUS_MODE; in detectAndroidCustomSensor()726 mFeatureInfo.reportModeFlag = SENSOR_FLAG_ON_CHANGE_MODE; in detectAndroidCustomSensor()730 mFeatureInfo.reportModeFlag = SENSOR_FLAG_ONE_SHOT_MODE; in detectAndroidCustomSensor()734 mFeatureInfo.reportModeFlag = SENSOR_FLAG_SPECIAL_REPORTING_MODE; in detectAndroidCustomSensor()999 << " reportModeFlag: " << mFeatureInfo.reportModeFlag << LOG_ENDL in dump()
87 uint32_t reportModeFlag; member