Home
last modified time | relevance | path

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

/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
/drivers/peripheral/vibrator/hdi_service/
Dvibrator_if_service.cpp149 int32_t VibratorIfService::GetVibratorInfo(std::vector<HdfVibratorInfo> &vibratorInfo) in GetVibratorInfo() function in OHOS::HDI::Vibrator::V1_1::VibratorIfService
/drivers/peripheral/vibrator/hal/src/
Dvibrator_controller.c81 static int32_t GetVibratorInfo(struct VibratorInfo **vibratorInfo) in GetVibratorInfo() function
/drivers/peripheral/vibrator/test/benchmarktest/
Dhdf_vibrator_benchmark_test.cpp135 BENCHMARK_F(VibratorBenchmarkTest, GetVibratorInfo)(benchmark::State &state) in BENCHMARK_F() argument
/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