Searched refs:maxRateLevel (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/drivers/peripheral/sensor/interfaces/include/ |
H A D | sensor_type.h | 223 int32_t maxRateLevel; member
|
/ohos5.0/drivers/peripheral/sensor/interfaces/v1_0/ |
H A D | isensor_interface_vdi.h | 50 int32_t maxRateLevel; member
|
/ohos5.0/drivers/interface/sensor/v2_0/ |
H A D | SensorTypes.idl | 149 …* 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 D | SensorTypes.idl | 147 …* 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 D | sensor_impl.cpp | 343 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 D | sensor_types.h.txt | 137 int32_t maxRateLevel;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/sensor_v2_0/dump_ast_target/ |
H A D | dump.txt | 147 int maxRateLevel;
|
/ohos5.0/drivers/peripheral/sensor/hdi_service/ |
H A D | sensor_if_service.cpp | 766 info.maxRateLevel = infoVdi.maxRateLevel; in GetSdcSensorInfo()
|
/ohos5.0/drivers/peripheral/sensor/test/unittest/hdi/ |
H A D | hdf_sensor_hdi_test.cpp | 501 infoMsg += "maxRateLevel = " + std::to_string(it.maxRateLevel) + ", ";
|