Home
last modified time | relevance | path

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

/system/chre/platform/slpi/see/
Dplatform_sensor_manager.cc334 float maxSampleRate = (attr.maxSampleRate == 0.0f) ? 10 : attr.maxSampleRate; in addSensor() local
341 ceilf(Seconds(1).toRawNanoseconds() / maxSampleRate)); in addSensor()
423 attr.vendor, attr.name, attr.hwId, attr.maxSampleRate, in getSuidAndAttrs()
Dsee_helper.cc656 attrData->maxSampleRate = data->attrArg.fltMax; in decodeSnsStrAttr()
/system/chre/platform/slpi/include/chre/platform/slpi/see/
Dsee_helper.h103 float maxSampleRate; member