Home
last modified time | relevance | path

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

/system/chre/platform/slpi/see/
Dplatform_sensor.cc471 float maxSampleRate = in addSensor() local
472 (attr.maxSampleRate == 0.0f) ? 10 : attr.maxSampleRate; in addSensor()
477 ceilf(Seconds(1).toRawNanoseconds() / maxSampleRate)); in addSensor()
554 attr.vendor, attr.name, attr.hwId, attr.maxSampleRate, in getSuidAndAttrs()
Dsee_helper.cc658 attrData->maxSampleRate = data->attrArg.fltMax; in decodeSnsStrAttr()
/system/chre/platform/slpi/include/chre/platform/slpi/see/
Dsee_helper.h104 float maxSampleRate; member