/drivers/peripheral/vibrator/test/benchmarktest/ |
D | hdf_vibrator_benchmark_test.cpp | 135 BENCHMARK_F(VibratorBenchmarkTest, GetVibratorInfo)(benchmark::State &state) in BENCHMARK_F() argument 152 int32_t startRet = g_vibratorInterface->GetVibratorInfo(info); in BENCHMARK_F() 157 BENCHMARK_REGISTER_F(VibratorBenchmarkTest, GetVibratorInfo)-> 182 int32_t startRet = g_vibratorInterface->GetVibratorInfo(info); in BENCHMARK_F()
|
/drivers/peripheral/vibrator/test/unittest/hdi/ |
D | hdf_vibrator_hdi_test.cpp | 266 int32_t startRet = g_vibratorInterface->GetVibratorInfo(info); 298 int32_t startRet = g_vibratorInterface->GetVibratorInfo(info); 340 int32_t startRet = g_vibratorInterface->GetVibratorInfo(info); 373 int32_t startRet = g_vibratorInterface->GetVibratorInfo(info); 406 int32_t startRet = g_vibratorInterface->GetVibratorInfo(info);
|
/drivers/peripheral/vibrator/interfaces/include/ |
D | vibrator_if.h | 102 int32_t (*GetVibratorInfo)(struct VibratorInfo **vibratorInfo); member
|
/drivers/peripheral/vibrator/hdi_impl/ |
D | vibrator_interface_impl.cpp | 99 int32_t VibratorInterfaceImpl::GetVibratorInfo(std::vector<HdfVibratorInfoVdi> &vibratorInfo) in GetVibratorInfo() function in OHOS::HDI::Vibrator::V1_1::VibratorInterfaceImpl 103 if (vibratorInterface == nullptr || vibratorInterface->GetVibratorInfo == nullptr) { in GetVibratorInfo() 110 int32_t ret = vibratorInterface->GetVibratorInfo(&tmp); in GetVibratorInfo()
|
D | vibrator_interface_impl.h | 34 int32_t GetVibratorInfo(std::vector<HdfVibratorInfoVdi> &vibratorInfo) override;
|
/drivers/peripheral/vibrator/ |
D | README_zh.md | 49 | int32_t GetVibratorInfo(struct VibratorInfo **vibratorInfo); | 获取马达信息,包括是否支持振幅和频率的设置及振幅和频率的设置范围 。… 80 startRet = g_vibratorDev->GetVibratorInfo(&g_vibratorInfo);
|
D | README.md | 45 | int32_t GetVibratorInfo(struct VibratorInfo **vibratorInfo); | Obtains vibrator information, incl… 76 startRet = g_vibratorDev->GetVibratorInfo(&g_vibratorInfo);
|
/drivers/peripheral/vibrator/interfaces/v1_1/ |
D | ivibrator_interface_vdi.h | 39 virtual int32_t GetVibratorInfo(std::vector<HdfVibratorInfoVdi> &vibratorInfo) = 0;
|
/drivers/peripheral/vibrator/hdi_service/ |
D | vibrator_if_service.h | 35 int32_t GetVibratorInfo(std::vector<HdfVibratorInfo> &vibratorInfo) override;
|
D | vibrator_if_service.cpp | 149 int32_t VibratorIfService::GetVibratorInfo(std::vector<HdfVibratorInfo> &vibratorInfo) in GetVibratorInfo() function in OHOS::HDI::Vibrator::V1_1::VibratorIfService 159 int32_t ret = vibratorVdiImpl_->GetVibratorInfo(vibratorInfoVdi); in GetVibratorInfo()
|
/drivers/peripheral/vibrator/hal/src/ |
D | vibrator_controller.c | 81 static int32_t GetVibratorInfo(struct VibratorInfo **vibratorInfo) in GetVibratorInfo() function 315 vibratorDevInstance.GetVibratorInfo = GetVibratorInfo; in NewVibratorInterfaceInstance()
|
/drivers/peripheral/vibrator/test/unittest/common/ |
D | hdf_vibrator_test.cpp | 273 int32_t startRet = g_vibratorDev->GetVibratorInfo(&g_vibratorInfo); 294 int32_t startRet = g_vibratorDev->GetVibratorInfo(nullptr);
|
/drivers/hdf_core/framework/model/misc/vibrator/driver/src/ |
D | vibrator_driver.c | 237 static int32_t GetVibratorInfo(struct HdfSBuf *data, struct HdfSBuf *reply) in GetVibratorInfo() function 315 {VIBRATOR_DRV_IO_GET_INFO, GetVibratorInfo},
|
/drivers/interface/vibrator/v1_1/ |
D | IVibratorInterface.idl | 95 GetVibratorInfo([out] struct HdfVibratorInfo[] vibratorInfo);
|