Home
last modified time | relevance | path

Searched refs:isSupportIntensity (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/vibrator/
H A D_hdf_vibrator_info_v11.md22 | int [isSupportIntensity](#issupportintensity) | 设置马达振幅。1表示支持,0表示不支持。 |
83 ### isSupportIntensity subsection
86 int HdfVibratorInfo::isSupportIntensity
/ohos5.0/drivers/peripheral/vibrator/test/unittest/common/
H A Dhdf_vibrator_test.cpp278 …g_vibratorInfo->isSupportIntensity, g_vibratorInfo->intensityMaxValue, g_vibratorInfo->intensityMi…
310 if ((g_vibratorInfo->isSupportIntensity == 1) || (g_vibratorInfo->isSupportFrequency == 1)) {
335 if ((g_vibratorInfo->isSupportIntensity == 1) || (g_vibratorInfo->isSupportFrequency == 1)) {
353 if ((g_vibratorInfo->isSupportIntensity == 1) || (g_vibratorInfo->isSupportFrequency == 1)) {
371 if ((g_vibratorInfo->isSupportIntensity == 1) || (g_vibratorInfo->isSupportFrequency == 1)) {
/ohos5.0/drivers/peripheral/vibrator/test/unittest/hdi/
H A Dhdf_vibrator_hdi_test.cpp302 info[0].isSupportIntensity, info[0].intensityMaxValue, info[0].intensityMinValue);
333 if ((info[0].isSupportIntensity == 1) || (info[0].isSupportFrequency == 1)) {
375 if ((info[0].isSupportIntensity == 1) || (info[0].isSupportFrequency == 1)) {
408 if ((info[0].isSupportIntensity == 1) || (info[0].isSupportFrequency == 1)) {
441 if ((info[0].isSupportIntensity == 1) || (info[0].isSupportFrequency == 1)) {
/ohos5.0/drivers/hdf_core/framework/model/misc/vibrator/driver/include/
H A Dvibrator_driver_type.h86 bool isSupportIntensity; /**< setting intensity capability */ member
/ohos5.0/drivers/peripheral/vibrator/interfaces/include/
H A Dvibrator_type.h115 bool isSupportIntensity; member
/ohos5.0/drivers/peripheral/vibrator/interfaces/v1_1/
H A Divibrator_type_vdi.h53 bool isSupportIntensity; member
/ohos5.0/drivers/peripheral/vibrator/hdi_impl/
H A Dvibrator_interface_impl.cpp128 hdfVibratorInfo.isSupportIntensity = tmp->isSupportIntensity; in GetVibratorInfo()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_1/dump_ast_target/
H A Ddump.txt52 boolean isSupportIntensity;
/ohos5.0/drivers/peripheral/vibrator/hdi_service/
H A Dvibrator_if_service.cpp204 hdfVibratorInfo.isSupportIntensity = iter.isSupportIntensity; in GetVibratorInfo()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_1/cpp_target/vibrator/v1_1/
H A Dvibrator_types.h.txt68 bool isSupportIntensity;
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-peripherals-vibrator-des.md544 isSupportIntensity = 0; // 设置马达振幅能力。1表示支持,0表示不支持。
805 …g_vibratorInfo->isSupportIntensity, g_vibratorInfo->intensityMaxValue, g_vibratorInfo->intensityMi…
820 if ((g_vibratorInfo->isSupportIntensity == 1) || (g_vibratorInfo->isSupportFrequency == 1)) {
/ohos5.0/drivers/peripheral/vibrator/test/benchmarktest/
H A Dhdf_vibrator_benchmark_test.cpp186 if ((info[0].isSupportIntensity == 1) || (info[0].isSupportFrequency == 1)) { in BENCHMARK_F()
/ohos5.0/drivers/interface/vibrator/v1_1/
H A DVibratorTypes.idl55 boolean isSupportIntensity;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_1/foo/vibrator/v1_1/
H A DVibratorTypes.idl55 boolean isSupportIntensity;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_2/foo/vibrator/v1_1/
H A DVibratorTypes.idl55 boolean isSupportIntensity;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_2/dump_ast_target/
H A Ddump.txt123 boolean isSupportIntensity;
/ohos5.0/drivers/peripheral/vibrator/hal/src/
H A Dvibrator_controller.c130 …if ((priv->vibratorInfoEntry.isSupportIntensity == 0) || (intensity < priv->vibratorInfoEntry.inte… in ValidityJudgment()
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-peripherals-vibrator-des.md544isSupportIntensity = 0; // Whether vibrator intensity can be set. The value 1 means the vibrator i…
805 …g_vibratorInfo->isSupportIntensity, g_vibratorInfo->intensityMaxValue, g_vibratorInfo->intensityMi…
820 if ((g_vibratorInfo->isSupportIntensity == 1) || (g_vibratorInfo->isSupportFrequency == 1)) {