Home
last modified time | relevance | path

Searched refs:supportDelay (Results 1 - 2 of 2) sorted by relevance

/base/sensors/medical_sensor/services/medical_sensor/src/
H A Dmedical_manager.cpp124 int64_t supportDelay = samplingPeriodNs * maxEventCount; in GetSensorInfo() local
125 int64_t curReportDelayNs = (maxReportDelayNs > supportDelay) ? supportDelay : maxReportDelayNs; in GetSensorInfo()
/base/sensors/sensor/services/src/
H A Dsensor_manager.cpp142 int64_t supportDelay = samplingPeriodNs * maxEventCount; in GetSensorInfo() local
143 int64_t curReportDelayNs = (maxReportDelayNs > supportDelay) ? supportDelay : maxReportDelayNs; in GetSensorInfo()

Completed in 2 milliseconds