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.cc107 size_t calIndex = getCalIndexFromSensorType(sensorType); in getCalSuidFromSensorType() local
108 if (calIndex < ARRAY_SIZE(mCalInfo) && mCalInfo[calIndex].suid.has_value()) { in getCalSuidFromSensorType()
109 return &mCalInfo[calIndex].suid.value(); in getCalSuidFromSensorType()