Searched refs:vibratorsToProcess (Results 1 – 1 of 1) sorted by relevance
505 int[] vibratorsToProcess = null; in processAllNotifySignals() local523 vibratorsToProcess = mSignalVibratorsComplete.toArray(); // makes a copy in processAllNotifySignals()539 if (vibratorsToProcess != null) { in processAllNotifySignals()540 processVibratorsComplete(vibratorsToProcess); in processAllNotifySignals()595 private void processVibratorsComplete(@NonNull int[] vibratorsToProcess) { in processVibratorsComplete() argument600 for (int vibratorId : vibratorsToProcess) { in processVibratorsComplete()