Home
last modified time | relevance | path

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

/ohos5.0/base/sensors/medical_sensor/services/medical_sensor/src/
H A Dclient_info.cpp414 int64_t bestSamplingPeriod = GetBestSensorInfo(sensorId).GetSamplingPeriodNs(); in ComputeBestPeriodCount() local
416 if (bestSamplingPeriod == 0L) { in ComputeBestPeriodCount()
420 int64_t ret = curSamplingPeriod / bestSamplingPeriod; in ComputeBestPeriodCount()
/ohos5.0/base/sensors/sensor/services/src/
H A Dclient_info.cpp418 int64_t bestSamplingPeriod = GetBestSensorInfo(sensorId).GetSamplingPeriodNs(); in ComputeBestPeriodCount() local
420 if (bestSamplingPeriod == 0L) { in ComputeBestPeriodCount()
424 int64_t ret = curSamplingPeriod / bestSamplingPeriod; in ComputeBestPeriodCount()