Home
last modified time | relevance | path

Searched defs:GetVibratorInfo (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/drivers/peripheral/vibrator/interfaces/include/
H A Dvibrator_if.h102 int32_t (*GetVibratorInfo)(struct VibratorInfo **vibratorInfo); member
/ohos5.0/drivers/peripheral/vibrator/hal/src/
H A Dvibrator_controller.c80 static int32_t GetVibratorInfo(struct VibratorInfo **vibratorInfo) in GetVibratorInfo() function
/ohos5.0/drivers/peripheral/vibrator/hdi_impl/
H A Dvibrator_interface_impl.cpp103 int32_t VibratorInterfaceImpl::GetVibratorInfo(std::vector<HdfVibratorInfoVdi> &vibratorInfo) in GetVibratorInfo() function in OHOS::HDI::Vibrator::V1_1::VibratorInterfaceImpl
/ohos5.0/drivers/peripheral/vibrator/test/benchmarktest/
H A Dhdf_vibrator_benchmark_test.cpp135 BENCHMARK_F(VibratorBenchmarkTest, GetVibratorInfo)(benchmark::State &state) in BENCHMARK_F() argument
/ohos5.0/drivers/hdf_core/framework/model/misc/vibrator/driver/src/
H A Dvibrator_driver.c237 static int32_t GetVibratorInfo(struct HdfSBuf *data, struct HdfSBuf *reply) in GetVibratorInfo() function
/ohos5.0/drivers/peripheral/vibrator/hdi_service/
H A Dvibrator_if_service.cpp181 int32_t VibratorIfService::GetVibratorInfo(std::vector<HdfVibratorInfo> &vibratorInfo) in GetVibratorInfo() function in OHOS::HDI::Vibrator::V1_3::VibratorIfService