Searched refs:SeeCalSensor (Results 1 – 2 of 2) sorted by relevance
164 switch (static_cast<SeeCalSensor>(calSensorIndex)) { in getSensorTypeFromSuid()166 case SeeCalSensor::AccelCal: in getSensorTypeFromSuid()170 case SeeCalSensor::GyroCal: in getSensorTypeFromSuid()173 case SeeCalSensor::MagCal: in getSensorTypeFromSuid()186 SeeCalSensor index; in getCalIndexFromSensorType()190 index = SeeCalSensor::AccelCal; in getCalIndexFromSensorType()194 index = SeeCalSensor::GyroCal; in getCalIndexFromSensorType()197 index = SeeCalSensor::MagCal; in getCalIndexFromSensorType()200 index = SeeCalSensor::NumCalSensors; in getCalIndexFromSensorType()206 switch (static_cast<SeeCalSensor>(calSensorIndex)) { in getDataTypeForCalSensorIndex()[all …]
162 enum class SeeCalSensor : size_t { enum173 static_cast<size_t>(SeeCalSensor::NumCalSensors);