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