Searched defs:StartByIntensity (Results 1 - 3 of 3) sorted by relevance
/drivers/peripheral/vibrator/interfaces/v1_1/ | ||
H A D | ivibrator_interface_vdi.h | 48 virtual int32_t StartByIntensity(const std::string& effectType, uint16_t intensity) {return HDF_SUCCESS;};
in StartByIntensity() function in OHOS::HDI::Vibrator::V1_1::IVibratorInterfaceVdi |
/drivers/peripheral/vibrator/hdi_service/ | ||
H A D | vibrator_if_service.cpp | 395 int32_t VibratorIfService::StartByIntensity(const std::string& effectType, uint16_t intensity)
in StartByIntensity() function in OHOS::HDI::Vibrator::V1_3::VibratorIfService |
/drivers/peripheral/vibrator/hdi_impl/ | ||
H A D | vibrator_interface_impl.cpp | 247 int32_t VibratorInterfaceImpl::StartByIntensity(const std::string& effectType, uint16_t intensity) in StartByIntensity() function in OHOS::HDI::Vibrator::V1_1::VibratorInterfaceImpl |
Completed in 3 milliseconds