Home
last modified time | relevance | path

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

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