Home
last modified time | relevance | path

Searched refs:curReportDelayNs (Results 1 - 4 of 4) sorted by relevance

/base/sensors/medical_sensor/services/medical_sensor/src/
H A Dmedical_manager.cpp125 int64_t curReportDelayNs = (maxReportDelayNs > supportDelay) ? supportDelay : maxReportDelayNs; in GetSensorInfo() local
127 sensorInfo.SetMaxReportDelayNs(curReportDelayNs); in GetSensorInfo()
H A Dclient_info.cpp87 int64_t curReportDelayNs = pidIt.second.GetMaxReportDelayNs(); in GetBestSensorInfo() local
89 minReportDelayNs = (curReportDelayNs < minReportDelayNs) ? curReportDelayNs : minReportDelayNs; in GetBestSensorInfo()
/base/sensors/sensor/services/src/
H A Dsensor_manager.cpp143 int64_t curReportDelayNs = (maxReportDelayNs > supportDelay) ? supportDelay : maxReportDelayNs; in GetSensorInfo() local
145 sensorInfo.SetMaxReportDelayNs(curReportDelayNs); in GetSensorInfo()
H A Dclient_info.cpp92 int64_t curReportDelayNs = pidIt.second.GetMaxReportDelayNs(); in GetBestSensorInfo() local
94 minReportDelayNs = (curReportDelayNs < minReportDelayNs) ? curReportDelayNs : minReportDelayNs; in GetBestSensorInfo()

Completed in 4 milliseconds