Searched refs:calIndex (Results 1 – 1 of 1) sorted by relevance
107 size_t calIndex = getCalIndexFromSensorType(sensorType); in getCalSuidFromSensorType() local108 if (calIndex < ARRAY_SIZE(mCalInfo) && mCalInfo[calIndex].suid.has_value()) { in getCalSuidFromSensorType()109 return &mCalInfo[calIndex].suid.value(); in getCalSuidFromSensorType()