Home
last modified time | relevance | path

Searched defs:SetBatch (Results 1 – 4 of 4) sorted by relevance

/drivers/hdf_core/framework/model/sensor/driver/include/
Dsensor_device_if.h17 int32_t (*SetBatch)(int64_t samplingInterval, int64_t reportInterval); member
/drivers/peripheral/sensor/interfaces/include/
Dsensor_if.h109 int32_t (*SetBatch)(int32_t sensorId, int64_t samplingInterval, int64_t reportInterval); member
/drivers/hdf_core/framework/model/sensor/driver/common/src/
Dsensor_device_manager.c181 static int32_t SetBatch(struct SensorDeviceInfo *deviceInfo, struct HdfSBuf *data, struct HdfSBuf *… in SetBatch() function
/drivers/peripheral/sensor/hdi_service/
Dsensor_impl.cpp217 int32_t SensorImpl::SetBatch(int32_t sensorId, int64_t samplingInterval, int64_t reportInterval) in SetBatch() function in OHOS::HDI::Sensor::V1_0::SensorImpl