Home
last modified time | relevance | path

Searched refs:HdfEffectInfoVdi (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/drivers/peripheral/vibrator/hdi_impl/
H A Dvibrator_interface_impl.h37 int32_t GetEffectInfo(const std::string &effectType, HdfEffectInfoVdi &effectInfo) override;
H A Dvibrator_interface_impl.cpp165 int32_t VibratorInterfaceImpl::GetEffectInfo(const std::string &effectType, HdfEffectInfoVdi &effec… in GetEffectInfo()
/ohos5.0/drivers/peripheral/vibrator/interfaces/v1_1/
H A Divibrator_interface_vdi.h43 virtual int32_t GetEffectInfo(const std::string &effectType, HdfEffectInfoVdi &effectInfo) = 0;
H A Divibrator_type_vdi.h84 struct HdfEffectInfoVdi { struct
/ohos5.0/drivers/peripheral/vibrator/hdi_service/
H A Dvibrator_if_service.cpp280 HdfEffectInfoVdi effectInfoVdi; in GetEffectInfo()