Home
last modified time | relevance | path

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

/system/chre/platform/slpi/see/
Dsee_helper.cc132 float fltMin; member
595 attrVal->fltMin = FLT_MAX; in decodeSnsStdAttrValue()
598 if (data->value.flt < attrVal->fltMin) { in decodeSnsStdAttrValue()
599 attrVal->fltMin = data->value.flt; in decodeSnsStdAttrValue()