Searched refs:workTypes (Results 1 – 1 of 1) sorted by relevance
1872 final int workTypes = getJobWorkTypes(pending); in shouldStopRunningJobLocked() local1873 if ((workTypes & remainingWorkTypes) > 0 in shouldStopRunningJobLocked()2629 void incrementPendingJobCount(int workTypes) { in incrementPendingJobCount() argument2630 adjustPendingJobCount(workTypes, true); in incrementPendingJobCount()2633 void decrementPendingJobCount(int workTypes) { in decrementPendingJobCount() argument2634 if (adjustPendingJobCount(workTypes, false) > 1) { in decrementPendingJobCount()2639 if ((workType & workTypes) == workType) { in decrementPendingJobCount()2654 if ((workTypes & workType) == workType) { in adjustPendingJobCount()2780 int canJobStart(int workTypes) { in canJobStart() argument2782 if ((workTypes & workType) == workType) { in canJobStart()[all …]