Lines Matching refs:mVibrator
74 mVibrator = new Vibrator(HwApi::Create(), std::make_unique<HwCal>()); in SetUp()
98 sp<IVibrator> mVibrator; member in android::hardware::vibrator::V1_3::implementation::VibratorBench
112 mVibrator->on(duration);
118 mVibrator->off();
124 mVibrator->supportsAmplitudeControl();
132 mVibrator->setAmplitude(amplitude);
138 mVibrator->supportsExternalControl();
144 mVibrator->setExternalControl(true);
150 mVibrator->setExternalControl(false);
182 mVibrator->perform_1_3(effect, strength, [&](Status status, uint32_t /*lengthMs*/) { in __anone6effc050102()
193 mVibrator->perform_1_3(effect, strength, [](Status /*status*/, uint32_t /*lengthMs*/) {}); in __anone6effc050202()