Home
last modified time | relevance | path

Searched refs:maxRateLevel (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/drivers/peripheral/sensor/interfaces/include/
H A Dsensor_type.h223 int32_t maxRateLevel; member
/ohos5.0/drivers/peripheral/sensor/interfaces/v1_0/
H A Disensor_interface_vdi.h50 int32_t maxRateLevel; member
/ohos5.0/drivers/interface/sensor/v2_0/
H A DSensorTypes.idl149 …* The reported sensor data includes the offset, type, ddrSize, minRateLevel, maxRateLevel, reserve…
158 int maxRateLevel; /**< Supported max rate level */
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/sensor_v2_0/foo/sensor/v2_0/
H A DSensorTypes.idl147 …* The reported sensor data includes the offset, type, ddrSize, minRateLevel, maxRateLevel, reserve…
156 int maxRateLevel; /**< Supported max rate level */
/ohos5.0/drivers/peripheral/sensor/hdi_impl/
H A Dsensor_impl.cpp343 infoVdi.maxRateLevel = info.maxRateLevel; in GetSdcSensorInfo()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/sensor_v2_0/cpp_target/sensor/v2_0/
H A Dsensor_types.h.txt137 int32_t maxRateLevel;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/sensor_v2_0/dump_ast_target/
H A Ddump.txt147 int maxRateLevel;
/ohos5.0/drivers/peripheral/sensor/hdi_service/
H A Dsensor_if_service.cpp766 info.maxRateLevel = infoVdi.maxRateLevel; in GetSdcSensorInfo()
/ohos5.0/drivers/peripheral/sensor/test/unittest/hdi/
H A Dhdf_sensor_hdi_test.cpp501 infoMsg += "maxRateLevel = " + std::to_string(it.maxRateLevel) + ", ";