Home
last modified time | relevance | path

Searched refs:fifoMaxEventCount (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/sensor/
H A D_hdf_sensor_information_v20.md33 | unsigned int [fifoMaxEventCount](#fifomaxeventcount) | 此传感器可批处理的最大事件数 |
52 ### fifoMaxEventCount subsection
55 unsigned int HdfSensorInformation::fifoMaxEventCount
/ohos5.0/base/sensors/sensor/utils/common/src/
H A Dsensor.cpp148 void Sensor::SetFifoMaxEventCount(int32_t fifoMaxEventCount) in SetFifoMaxEventCount() argument
150 fifoMaxEventCount_ = fifoMaxEventCount; in SetFifoMaxEventCount()
/ohos5.0/base/sensors/medical_sensor/utils/src/
H A Dmedical.cpp114 void MedicalSensor::SetFifoMaxEventCount(int32_t fifoMaxEventCount) in SetFifoMaxEventCount() argument
116 fifoMaxEventCount_ = fifoMaxEventCount; in SetFifoMaxEventCount()
/ohos5.0/drivers/peripheral/sensor/hal/include/
H A Dsensor_controller.h54 uint32_t fifoMaxEventCount; /**< Maxmum number of events of this sensor that could be batched */ member
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/sensor_v2_0/cpp_target/sensor/v2_0/
H A Dsensor_types.cpp.txt128 if (!data.WriteUint32(dataBlock.fifoMaxEventCount)) {
129 HDF_LOGE("%{public}s: write dataBlock.fifoMaxEventCount failed!", __func__);
205 if (!data.ReadUint32(dataBlock.fifoMaxEventCount)) {
206 HDF_LOGE("%{public}s: read dataBlock.fifoMaxEventCount failed!", __func__);
H A Dsensor_types.h.txt68 uint32_t fifoMaxEventCount;
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/include/
H A Dsensor_device_type.h93 uint32_t fifoMaxEventCount; /**< Fifo Max Event Count */ member
/ohos5.0/base/sensors/medical_sensor/utils/include/
H A Dmedical_sensor.h45 void SetFifoMaxEventCount(int32_t fifoMaxEventCount);
/ohos5.0/base/sensors/sensor/utils/common/include/
H A Dsensor.h51 void SetFifoMaxEventCount(int32_t fifoMaxEventCount);
/ohos5.0/drivers/peripheral/sensor/interfaces/include/
H A Dsensor_type.h189 uint32_t fifoMaxEventCount; /**< Maxmum number of events of this sensor that could be batched */ member
/ohos5.0/drivers/peripheral/sensor/interfaces/v1_0/
H A Disensor_interface_vdi.h41 uint32_t fifoMaxEventCount; member
/ohos5.0/drivers/peripheral/sensor/hdi_impl/
H A Dsensor_impl.cpp153 hdfSensorInfo.fifoMaxEventCount = tmp->fifoMaxEventCount; in GetAllSensorInfo()
/ohos5.0/drivers/peripheral/sensor/hal/src/
H A Dsensor_dump.c98 sensorList->sensorInfoEntry[index].fifoMaxEventCount); in SensorShowList()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/sensor_v2_0/dump_ast_target/
H A Ddump.txt78 unsigned int fifoMaxEventCount;
/ohos5.0/drivers/peripheral/sensor/test/unittest/dump/
H A Dhdf_sensor_dump_test.cpp103 sensorInfo.fifoMaxEventCount = FIFO_MAX_EVENT_COUNT + sensorId; in GetAllSensorInfo()
/ohos5.0/drivers/peripheral/sensor/hdi_service/
H A Dsensor_hdi_dump.cpp66 "fifoMaxEventCount: " + std::to_string(it.fifoMaxEventCount) + "\n" + in SensorShowList()
H A Dsensor_if_service.cpp178 sensorInfo.fifoMaxEventCount = it.fifoMaxEventCount; in GetAllSensorInfo()
/ohos5.0/drivers/interface/sensor/v2_0/
H A DSensorTypes.idl62 …unsigned int fifoMaxEventCount; /**< Maxmum number of events of this sensor that could be batched …
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/sensor_v2_0/foo/sensor/v2_0/
H A DSensorTypes.idl62 …unsigned int fifoMaxEventCount; /**< Maxmum number of events of this sensor that could be batched …