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