Lines Matching refs:Vibrator
103 Vibrator::Vibrator(std::ofstream&& activate, std::ofstream&& duration, std::ofstream&& effect, in Vibrator() function in android::hardware::vibrator::V1_2::implementation::Vibrator
112 Return<Status> Vibrator::on(uint32_t timeoutMs, uint32_t effectIndex) { in on()
122 Return<Status> Vibrator::on(uint32_t timeoutMs) { in on()
126 Return<Status> Vibrator::off() { in off()
135 Return<bool> Vibrator::supportsAmplitudeControl() { in supportsAmplitudeControl()
139 Return<Status> Vibrator::setAmplitude(uint8_t amplitude) { in setAmplitude()
156 Return<void> Vibrator::perform(V1_0::Effect effect, EffectStrength strength, in perform()
161 Return<void> Vibrator::perform_1_1(V1_1::Effect_1_1 effect, EffectStrength strength, in perform_1_1()
166 Return<void> Vibrator::perform_1_2(Effect effect, EffectStrength strength, in perform_1_2()
172 Return<void> Vibrator::performWrapper(T effect, EffectStrength strength, perform_cb _hidl_cb) { in performWrapper()
181 Return<void> Vibrator::performEffect(Effect effect, EffectStrength strength, in performEffect()