Home
last modified time | relevance | path

Searched refs:mSignalVibratorsComplete (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/vibrator/
H A DVibrationStepConductor.java84 private final IntArray mSignalVibratorsComplete; field in VibrationStepConductor
113 this.mSignalVibratorsComplete = new IntArray(mVibrators.size()); in VibrationStepConductor()
389 mSignalVibratorsComplete.add(vibratorId); in notifyVibratorComplete()
412 mSignalVibratorsComplete.add(mVibrators.keyAt(i)); in notifySyncedVibrationComplete()
435 || (mSignalVibratorsComplete.size() > 0); in hasPendingNotifySignalLocked()
463 if (!doCancelImmediate && mSignalVibratorsComplete.size() > 0) { in processAllNotifySignals()
465 vibratorsToProcess = mSignalVibratorsComplete.toArray(); // makes a copy in processAllNotifySignals()
466 mSignalVibratorsComplete.clear(); in processAllNotifySignals()