Home
last modified time | relevance | path

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

/system/chre/platform/slpi/see/
Dsee_helper.cc134 float fltMax; member
597 attrVal->fltMax = FLT_MIN; in decodeSnsStdAttrValue()
602 if (data->value.flt > attrVal->fltMax) { in decodeSnsStdAttrValue()
603 attrVal->fltMax = data->value.flt; in decodeSnsStdAttrValue()
656 attrData->maxSampleRate = data->attrArg.fltMax; in decodeSnsStrAttr()