Home
last modified time | relevance | path

Searched refs:calIndex (Results 1 – 1 of 1) sorted by relevance

/system/chre/platform/slpi/see/
Dsee_cal_helper.cc85 size_t calIndex = getCalIndexFromSensorType(sensorType); in getCalSuidFromSensorType() local
86 if (calIndex < ARRAY_SIZE(mCalInfo) && mCalInfo[calIndex].suid.has_value()) { in getCalSuidFromSensorType()
87 suid = mCalInfo[calIndex].suid.value(); in getCalSuidFromSensorType()