Searched refs:calSensorIndex (Results 1 – 2 of 2) sorted by relevance
162 size_t calSensorIndex = getCalIndexFromSuid(suid); in getSensorTypeFromSuid() local164 switch (static_cast<SeeCalSensor>(calSensorIndex)) { in getSensorTypeFromSuid()205 const char *SeeCalHelper::getDataTypeForCalSensorIndex(size_t calSensorIndex) { in getDataTypeForCalSensorIndex() argument206 switch (static_cast<SeeCalSensor>(calSensorIndex)) { in getDataTypeForCalSensorIndex()
185 static const char *getDataTypeForCalSensorIndex(size_t calSensorIndex);