Lines Matching refs:Vibrator
181 Vibrator::Vibrator(std::unique_ptr<HwApi> hwapi, std::unique_ptr<HwCal> hwcal) in Vibrator() function in android::hardware::vibrator::V1_3::implementation::Vibrator
281 Return<Status> Vibrator::on(uint32_t timeoutMs, const char mode[], in on()
314 Return<Status> Vibrator::on(uint32_t timeoutMs) { in on()
331 Return<Status> Vibrator::off() { in off()
340 Return<bool> Vibrator::supportsAmplitudeControl() { in supportsAmplitudeControl()
345 Return<Status> Vibrator::setAmplitude(uint8_t amplitude) { in setAmplitude()
364 Return<bool> Vibrator::supportsExternalControl() { in supportsExternalControl()
369 Return<Status> Vibrator::setExternalControl(bool enabled) { in setExternalControl()
377 Return<void> Vibrator::debug(const hidl_handle &handle, in debug()
419 Return<void> Vibrator::perform(V1_0::Effect effect, EffectStrength strength, perform_cb _hidl_cb) { in perform()
423 Return<void> Vibrator::perform_1_1(V1_1::Effect_1_1 effect, EffectStrength strength, in perform_1_1()
428 Return<void> Vibrator::perform_1_2(V1_2::Effect effect, EffectStrength strength, in perform_1_2()
433 Return<void> Vibrator::perform_1_3(Effect effect, EffectStrength strength, perform_cb _hidl_cb) { in perform_1_3()
438 Return<void> Vibrator::performWrapper(T effect, EffectStrength strength, perform_cb _hidl_cb) { in performWrapper()
453 Return<void> Vibrator::performEffect(Effect effect, EffectStrength strength, perform_cb _hidl_cb) { in performEffect()