Home
last modified time | relevance | path

Searched refs:reportInterval (Results 1 – 12 of 12) sorted by relevance

/drivers/hdf_core/framework/model/sensor/driver/include/
Dsensor_device_if.h17 int32_t (*SetBatch)(int64_t samplingInterval, int64_t reportInterval);
/drivers/peripheral/sensor/interfaces/include/
Dsensor_if.h109 int32_t (*SetBatch)(int32_t sensorId, int64_t samplingInterval, int64_t reportInterval);
/drivers/peripheral/sensor/hdi_service/
Dsensor_if_service.cpp162 …t32_t SensorIfService::SetBatch(int32_t sensorId, int64_t samplingInterval, int64_t reportInterval) in SetBatch() argument
165 … reportInterval is [%{public}" PRId64 "].", __func__, sensorId, samplingInterval, reportInterval); in SetBatch()
172 int32_t ret = sensorVdiImpl_->SetBatch(sensorId, samplingInterval, reportInterval); in SetBatch()
Dsensor_if_service.h39 int32_t SetBatch(int32_t sensorId, int64_t samplingInterval, int64_t reportInterval) override;
/drivers/peripheral/sensor/interfaces/v1_0/
Disensor_interface_vdi.h50 … virtual int32_t SetBatch(int32_t sensorId, int64_t samplingInterval, int64_t reportInterval) = 0;
/drivers/peripheral/sensor/hdi_impl/
Dsensor_impl.h39 int32_t SetBatch(int32_t sensorId, int64_t samplingInterval, int64_t reportInterval) override;
Dsensor_impl.cpp220 int32_t SensorImpl::SetBatch(int32_t sensorId, int64_t samplingInterval, int64_t reportInterval) in SetBatch() argument
223 … reportInterval is [%{public}" PRId64 "].", __func__, sensorId, samplingInterval, reportInterval); in SetBatch()
230 int32_t ret = sensorInterface->SetBatch(sensorId, samplingInterval, reportInterval); in SetBatch()
/drivers/hdf_core/framework/model/sensor/driver/common/src/
Dsensor_device_manager.c184 int64_t reportInterval; in SetBatch() local
191 if (!HdfSbufReadInt64(data, &samplingInterval) || !HdfSbufReadInt64(data, &reportInterval)) { in SetBatch()
196 return deviceInfo->ops.SetBatch(samplingInterval, reportInterval); in SetBatch()
/drivers/interface/sensor/v1_0/
DISensorInterface.idl96 * @param reportInterval Indicates the sensor data reporting interval, in nanoseconds.
102 SetBatch([in] int sensorId,[in] long samplingInterval, [in] long reportInterval);
/drivers/interface/sensor/v1_1/
DISensorInterface.idl96 * @param reportInterval Indicates the sensor data reporting interval, in nanoseconds.
102 SetBatch([in] int sensorId,[in] long samplingInterval, [in] long reportInterval);
/drivers/peripheral/sensor/
DREADME_zh.md71 …438"></a>SetBatch</strong>(iint32_t sensorId, int64_t samplingInterval, int64_t reportInterval)</p>
DREADME.md71 …438"></a>SetBatch</strong>(iint32_t sensorId, int64_t samplingInterval, int64_t reportInterval)</p>