Searched defs:SetBatch (Results 1 – 8 of 8) 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); member
|
| /drivers/peripheral/sensor/interfaces/include/ |
| D | sensor_if.h | 110 int32_t (*SetBatch)(int32_t sensorId, int64_t samplingInterval, int64_t reportInterval); member
|
| /drivers/peripheral/sensor/test/benchmarktest/ |
| D | sensor_single_interface_benchmark_test.cpp | 102 BENCHMARK_F(SensorBenchmarkTest, SetBatch)(benchmark::State &state) in BENCHMARK_F() argument
|
| D | sensor_benchmark_test.cpp | 215 BENCHMARK_F(SensorBenchmarkTest, SetBatch)(benchmark::State &state) in BENCHMARK_F() argument
|
| /drivers/peripheral/sensor/test/unittest/dump/ |
| D | hdf_sensor_dump_test.cpp | 121 void HdfSensorDumpTest::SetBatch(int32_t sensorId, int64_t samplingInterval, int64_t reportInterval) in SetBatch() function in HdfSensorDumpTest
|
| /drivers/hdf_core/framework/model/sensor/driver/common/src/ |
| D | sensor_device_manager.c | 181 static int32_t SetBatch(struct SensorDeviceInfo *deviceInfo, struct HdfSBuf *data, struct HdfSBuf *… in SetBatch() function
|
| /drivers/peripheral/sensor/hdi_impl/ |
| D | sensor_impl.cpp | 197 int32_t SensorImpl::SetBatch(int32_t sensorId, int64_t samplingInterval, int64_t reportInterval) in SetBatch() function in OHOS::HDI::Sensor::V1_1::SensorImpl
|
| /drivers/peripheral/sensor/hdi_service/ |
| D | sensor_if_service.cpp | 224 int32_t SensorIfService::SetBatch(int32_t sensorId, int64_t samplingInterval, int64_t reportInterva… in SetBatch() function in OHOS::HDI::Sensor::V2_0::SensorIfService
|