Merge "VibratorService: Fix Typo in AIDL Perform Effect"
am: 1a0e1bae27
Change-Id: I5096c9f87b10ebd63dcdd98cf79f05815fb34613
This commit is contained in:
committed by
android-build-merger
commit
fb0e76110d
@@ -338,7 +338,7 @@ static jlong vibratorPerformEffect(JNIEnv* env, jclass, jlong effect, jlong stre
|
||||
if (auto hal = getHal<aidl::IVibrator>()) {
|
||||
int32_t lengthMs;
|
||||
sp<AidlVibratorCallback> effectCallback = new AidlVibratorCallback(env, vibration);
|
||||
aidl::Effect effectType(static_cast<aidl::Effect>(strength));
|
||||
aidl::Effect effectType(static_cast<aidl::Effect>(effect));
|
||||
aidl::EffectStrength effectStrength(static_cast<aidl::EffectStrength>(strength));
|
||||
|
||||
auto status = hal->call(&aidl::IVibrator::perform, effectType, effectStrength, effectCallback, &lengthMs);
|
||||
|
||||
Reference in New Issue
Block a user