Searched refs:pendingJobQueue (Results 1 – 1 of 1) sorted by relevance
826 final PendingJobQueue pendingJobQueue = mService.getPendingJobQueue(); in prepareForAssignmentDeterminationLocked() local836 updateNonRunningPrioritiesLocked(pendingJobQueue, true); in prepareForAssignmentDeterminationLocked()914 final PendingJobQueue pendingJobQueue = mService.getPendingJobQueue(); in determineAssignmentsLocked() local916 pendingJobQueue.resetIterator(); in determineAssignmentsLocked()927 while ((nextPending = pendingJobQueue.next()) != null) { in determineAssignmentsLocked()934 pendingJobQueue.remove(nextPending); in determineAssignmentsLocked()1588 final PendingJobQueue pendingJobQueue = mService.getPendingJobQueue(); in onJobCompletedLocked() local1589 if (pendingJobQueue.size() == 0) { in onJobCompletedLocked()1633 updateNonRunningPrioritiesLocked(pendingJobQueue, false); in onJobCompletedLocked()1643 pendingJobQueue.resetIterator(); in onJobCompletedLocked()[all …]