Home
last modified time | relevance | path

Searched defs:EnableVibratorModulation (Results 1 – 5 of 5) sorted by relevance

/drivers/peripheral/vibrator/interfaces/include/
Dvibrator_if.h120 int32_t (*EnableVibratorModulation)(uint32_t duration, uint16_t intensity, int16_t frequency); member
/drivers/peripheral/vibrator/hdi_impl/
Dvibrator_interface_impl.cpp132 int32_t VibratorInterfaceImpl::EnableVibratorModulation(uint32_t duration, uint16_t intensity, int1… in EnableVibratorModulation() function in OHOS::HDI::Vibrator::V1_1::VibratorInterfaceImpl
/drivers/peripheral/vibrator/hdi_service/
Dvibrator_if_service.cpp184 int32_t VibratorIfService::EnableVibratorModulation(uint32_t duration, uint16_t intensity, int16_t … in EnableVibratorModulation() function in OHOS::HDI::Vibrator::V1_1::VibratorIfService
/drivers/peripheral/vibrator/hal/src/
Dvibrator_controller.c143 static int32_t EnableVibratorModulation(uint32_t duration, uint16_t intensity, int16_t frequency) in EnableVibratorModulation() function
/drivers/peripheral/vibrator/test/benchmarktest/
Dhdf_vibrator_benchmark_test.cpp166 BENCHMARK_F(VibratorBenchmarkTest, EnableVibratorModulation)(benchmark::State &state) in BENCHMARK_F() argument