Searched refs:calSensorIndex (Results 1 – 2 of 2) sorted by relevance
170 size_t calSensorIndex = getCalIndexFromSuid(suid); in getSensorTypeFromSuid() local171 switch (static_cast<SeeCalSensor>(calSensorIndex)) { in getSensorTypeFromSuid()208 const char *SeeCalHelper::getDataTypeForCalSensorIndex(size_t calSensorIndex) { in getDataTypeForCalSensorIndex() argument209 switch (static_cast<SeeCalSensor>(calSensorIndex)) { in getDataTypeForCalSensorIndex()
180 static const char *getDataTypeForCalSensorIndex(size_t calSensorIndex);