Searched refs:reportInterval (Results 1 – 12 of 12) sorted by relevance
/drivers/hdf_core/framework/model/sensor/driver/include/ |
D | sensor_device_if.h | 17 int32_t (*SetBatch)(int64_t samplingInterval, int64_t reportInterval);
|
/drivers/peripheral/sensor/interfaces/include/ |
D | sensor_if.h | 109 int32_t (*SetBatch)(int32_t sensorId, int64_t samplingInterval, int64_t reportInterval);
|
/drivers/peripheral/sensor/hdi_service/ |
D | sensor_if_service.cpp | 162 …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()
|
D | sensor_if_service.h | 39 int32_t SetBatch(int32_t sensorId, int64_t samplingInterval, int64_t reportInterval) override;
|
/drivers/peripheral/sensor/interfaces/v1_0/ |
D | isensor_interface_vdi.h | 50 … virtual int32_t SetBatch(int32_t sensorId, int64_t samplingInterval, int64_t reportInterval) = 0;
|
/drivers/peripheral/sensor/hdi_impl/ |
D | sensor_impl.h | 39 int32_t SetBatch(int32_t sensorId, int64_t samplingInterval, int64_t reportInterval) override;
|
D | sensor_impl.cpp | 220 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/ |
D | sensor_device_manager.c | 184 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/ |
D | ISensorInterface.idl | 96 * @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/ |
D | ISensorInterface.idl | 96 * @param reportInterval Indicates the sensor data reporting interval, in nanoseconds. 102 SetBatch([in] int sensorId,[in] long samplingInterval, [in] long reportInterval);
|
/drivers/peripheral/sensor/ |
D | README_zh.md | 71 …438"></a>SetBatch</strong>(iint32_t sensorId, int64_t samplingInterval, int64_t reportInterval)</p>
|
D | README.md | 71 …438"></a>SetBatch</strong>(iint32_t sensorId, int64_t samplingInterval, int64_t reportInterval)</p>
|