Lines Matching refs:effect
65 * @brief Controls the vibrator to perform a periodic vibration with the preset effect.
70 * @param effectType Indicates the pointer to the preset effect type. It is recommended that the
95 * @param vibratorInfo Indicates the pointer to the vibration effect, For details, see {@link VibratorInfo}.
104 * @brief Start the vibrator according to the incoming vibration effect.
122 * @brief Controls the vibrator to perform a periodic vibration with the custom composite effect.
124 * @param effect Indicates the pointer to the custom composite effect type. For details,
132 int32_t (*EnableCompositeEffect)(struct CompositeEffect *effect);
134 * @brief Obtains the vibration effect information with the specified effect type.
136 * @param effectType Indicates the pointer to the preset effect type. It is recommended that the
139 * @param effectInfo Indicates the pointer to the vibration effect information. For details,