Home
last modified time | relevance | path

Searched refs:GetMaxReportDelayNs (Results 1 - 17 of 17) sorted by relevance

/base/sensors/medical_sensor/utils/src/
H A Dmedical_basic_info.cpp34 int64_t MedicalSensorBasicInfo::GetMaxReportDelayNs() const in GetMaxReportDelayNs() function in OHOS::Sensors::MedicalSensorBasicInfo
/base/sensors/medical_sensor/utils/include/
H A Dmedical_sensor_basic_info.h35 int64_t GetMaxReportDelayNs() const;
/base/sensors/sensor/utils/common/include/
H A Dsensor_basic_info.h29 int64_t GetMaxReportDelayNs() const;
H A Dactive_info.h34 int64_t GetMaxReportDelayNs() const;
/base/sensors/sensor/utils/common/src/
H A Dsensor_basic_info.cpp33 int64_t SensorBasicInfo::GetMaxReportDelayNs() const in GetMaxReportDelayNs() function in OHOS::Sensors::SensorBasicInfo
H A Dactive_info.cpp61 int64_t ActiveInfo::GetMaxReportDelayNs() const in GetMaxReportDelayNs() function in OHOS::Sensors::ActiveInfo
/base/sensors/sensor/services/src/
H A Dsensor_power_policy.cpp118 int64_t maxReportDelayNs = sensorIt->second.GetMaxReportDelayNs(); in ResumeSensors()
227 sensorInfo.GetMaxReportDelayNs()); in GetActiveInfoList()
248 activeInfo.GetSamplingPeriodNs() << activeInfo.GetMaxReportDelayNs(); in ReportActiveInfo()
H A Dsensor_manager.cpp60 int64_t bestReportDelayNs = sensorInfo.GetMaxReportDelayNs(); in SetBestSensorParams()
85 sensorInfo.GetSamplingPeriodNs(), sensorInfo.GetMaxReportDelayNs()); in ResetBestSensorParams()
H A Dclient_info.cpp92 int64_t curReportDelayNs = pidIt.second.GetMaxReportDelayNs(); in GetBestSensorInfo()
388 sensorInfo.SetMaxReportDelayNs(pidIt->second.GetMaxReportDelayNs()); in GetCurPidSensorInfo()
432 int64_t curReportDelay = GetCurPidSensorInfo(sensorId, pid).GetMaxReportDelayNs(); in ComputeBestFifoCount()
600 int64_t maxReportDelayNs = pidIt.second.GetMaxReportDelayNs(); in GetSensorChannelInfo()
H A Dsensor_service.cpp246 sensorInfo.GetSamplingPeriodNs(), sensorInfo.GetMaxReportDelayNs())) { in SaveSubscriber()
587 sensorInfo.GetMaxReportDelayNs()); in ReportActiveInfo()
/base/sensors/medical_sensor/services/medical_sensor/src/
H A Dmedical_manager.cpp64 int64_t bestReportDelayNs = sensorInfo.GetMaxReportDelayNs(); in SetBestSensorParams()
90 sensorInfo.GetMaxReportDelayNs()); in ResetBestSensorParams()
H A Dclient_info.cpp87 int64_t curReportDelayNs = pidIt.second.GetMaxReportDelayNs(); in GetBestSensorInfo()
393 sensorInfo.SetMaxReportDelayNs(pidIt->second.GetMaxReportDelayNs()); in GetCurPidSensorInfo()
439 int64_t curReportDelay = GetCurPidSensorInfo(sensorId, pid).GetMaxReportDelayNs(); in ComputeBestFifoCount()
612 int64_t maxReportDelayNs = pidIt.second.GetMaxReportDelayNs(); in GetSensorChannelInfo()
/base/sensors/sensor/services/hdi_connection/adapter/src/
H A Dhdi_connection.cpp327 ret = g_sensorInterface->SetBatch(sensorTypeId, info.GetSamplingPeriodNs(), info.GetMaxReportDelayNs()); in Reconnect()
/base/sensors/medical_sensor/frameworks/native/medical_sensor/src/
H A Dmedical_service_client.cpp224 afeServer_->EnableSensor(it.first, it.second.GetSamplingPeriodNs(), it.second.GetMaxReportDelayNs()); in ProcessDeathObserver()
/base/sensors/sensor/frameworks/native/src/
H A Dsensor_agent_proxy.cpp463 curActiveInfo->maxReportDelayNs = activeInfoList[i].GetMaxReportDelayNs(); in GetSensorActiveInfos()
H A Dsensor_service_client.cpp250 sensorServer_->EnableSensor(it.first, it.second.GetSamplingPeriodNs(), it.second.GetMaxReportDelayNs()); in ReenableSensor()
/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/adapter/src/
H A Dhdi_connection.cpp321 sensorInfo.second.GetMaxReportDelayNs()); in reconnect()

Completed in 10 milliseconds