Home
last modified time | relevance | path

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

/system/chre/platform/slpi/see/
Dsee_helper.cc129 float fltMax; member
592 attrVal->fltMax = FLT_MIN; in decodeSnsStdAttrValue()
597 if (data->value.flt > attrVal->fltMax) { in decodeSnsStdAttrValue()
598 attrVal->fltMax = data->value.flt; in decodeSnsStdAttrValue()
654 attrData->maxSampleRate = data->attrArg.fltMax; in decodeSnsStrAttr()