Home
last modified time | relevance | path

Searched refs:fifoMaxEventCount (Results 1 - 9 of 9) sorted by relevance

/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
/drivers/hdf_core/framework/model/sensor/driver/include/
H A Dsensor_device_type.h93 uint32_t fifoMaxEventCount; /**< Fifo Max Event Count */ member
/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
/drivers/peripheral/sensor/interfaces/v1_0/
H A Disensor_interface_vdi.h41 uint32_t fifoMaxEventCount; member
/drivers/peripheral/sensor/hal/src/
H A Dsensor_dump.c89 fifoMaxEventCount: %u \n\r", in SensorShowList()
98 sensorList->sensorInfoEntry[index].fifoMaxEventCount); in SensorShowList()
/drivers/peripheral/sensor/test/unittest/dump/
H A Dhdf_sensor_dump_test.cpp103 sensorInfo.fifoMaxEventCount = g_fifoMaxEventCount + sensorId; in GetAllSensorInfo()
/drivers/peripheral/sensor/hdi_impl/
H A Dsensor_impl.cpp153 hdfSensorInfo.fifoMaxEventCount = tmp->fifoMaxEventCount; in GetAllSensorInfo()
/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()

Completed in 5 milliseconds