Home
last modified time | relevance | path

Searched refs:GetVibratorInfo (Results 1 – 14 of 14) sorted by relevance

/drivers/peripheral/vibrator/test/benchmarktest/
Dhdf_vibrator_benchmark_test.cpp135 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/
Dhdf_vibrator_hdi_test.cpp266 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/
Dvibrator_if.h102 int32_t (*GetVibratorInfo)(struct VibratorInfo **vibratorInfo); member
/drivers/peripheral/vibrator/hdi_impl/
Dvibrator_interface_impl.cpp99 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()
Dvibrator_interface_impl.h34 int32_t GetVibratorInfo(std::vector<HdfVibratorInfoVdi> &vibratorInfo) override;
/drivers/peripheral/vibrator/
DREADME_zh.md49 | int32_t GetVibratorInfo(struct VibratorInfo **vibratorInfo); | 获取马达信息,包括是否支持振幅和频率的设置及振幅和频率的设置范围 。…
80 startRet = g_vibratorDev->GetVibratorInfo(&g_vibratorInfo);
DREADME.md45 | int32_t GetVibratorInfo(struct VibratorInfo **vibratorInfo); | Obtains vibrator information, incl…
76 startRet = g_vibratorDev->GetVibratorInfo(&g_vibratorInfo);
/drivers/peripheral/vibrator/interfaces/v1_1/
Divibrator_interface_vdi.h39 virtual int32_t GetVibratorInfo(std::vector<HdfVibratorInfoVdi> &vibratorInfo) = 0;
/drivers/peripheral/vibrator/hdi_service/
Dvibrator_if_service.h35 int32_t GetVibratorInfo(std::vector<HdfVibratorInfo> &vibratorInfo) override;
Dvibrator_if_service.cpp149 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/
Dvibrator_controller.c81 static int32_t GetVibratorInfo(struct VibratorInfo **vibratorInfo) in GetVibratorInfo() function
315 vibratorDevInstance.GetVibratorInfo = GetVibratorInfo; in NewVibratorInterfaceInstance()
/drivers/peripheral/vibrator/test/unittest/common/
Dhdf_vibrator_test.cpp273 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/
Dvibrator_driver.c237 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/
DIVibratorInterface.idl95 GetVibratorInfo([out] struct HdfVibratorInfo[] vibratorInfo);