Lines Matching refs:Vibrator
67 Vibrator::Vibrator(std::ofstream&& activate, std::ofstream&& duration, in Vibrator() function in android::hardware::vibrator::V1_2::implementation::Vibrator
94 Return<Status> Vibrator::on(uint32_t timeoutMs, bool forceOpenLoop, bool isWaveform) { in on()
126 Return<Status> Vibrator::on(uint32_t timeoutMs) { in on()
130 Return<Status> Vibrator::off() { in off()
139 Return<bool> Vibrator::supportsAmplitudeControl() { in supportsAmplitudeControl()
143 Return<Status> Vibrator::setAmplitude(uint8_t amplitude) { in setAmplitude()
178 Return<void> Vibrator::perform(V1_0::Effect effect, EffectStrength strength, perform_cb _hidl_cb) { in perform()
182 Return<void> Vibrator::perform_1_1(V1_1::Effect_1_1 effect, EffectStrength strength, in perform_1_1()
187 Return<void> Vibrator::perform_1_2(Effect effect, EffectStrength strength, perform_cb _hidl_cb) { in perform_1_2()
192 Return<void> Vibrator::performWrapper(T effect, EffectStrength strength, perform_cb _hidl_cb) { in performWrapper()
206 Return<void> Vibrator::performEffect(Effect effect, EffectStrength strength, perform_cb _hidl_cb) { in performEffect()