Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/sensor/interfaces/v1_0/
H A Disensor_interface_vdi.h68 virtual int32_t SetSaBatch(int32_t sensorId, int64_t samplingInterval, int64_t reportInterval) in SetSaBatch() function
/ohos5.0/drivers/peripheral/sensor/hdi_service/
H A Dsensor_if_service.cpp283 ret = sensorVdiImpl_->SetSaBatch(sensorId, samplingInterval, samplingInterval); in SetBatchSenior()
669 ret = sensorVdiImpl_->SetSaBatch(sensorId, REPORT_INTERVAL, REPORT_INTERVAL); in DisableSensor()
731 ret = sensorVdiImpl_->SetSaBatch(sensorId, samplingInterval, samplingInterval); in SetSdcSensor()