Home
last modified time | relevance | path

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

/system/chre/platform/slpi/see/
Dsee_helper.cc133 float fltMax; member
596 attrVal->fltMax = FLT_MIN; in decodeSnsStdAttrValue()
601 if (data->value.flt > attrVal->fltMax) { in decodeSnsStdAttrValue()
602 attrVal->fltMax = data->value.flt; in decodeSnsStdAttrValue()
658 attrData->maxSampleRate = data->attrArg.fltMax; in decodeSnsStrAttr()