Searched refs:workTypes (Results 1 – 1 of 1) sorted by relevance
1055 final int workTypes = getJobWorkTypes(pending); in shouldStopRunningJobLocked() local1056 if ((workTypes & remainingWorkTypes) > 0 in shouldStopRunningJobLocked()1550 void incrementPendingJobCount(int workTypes) { in incrementPendingJobCount() argument1551 adjustPendingJobCount(workTypes, true); in incrementPendingJobCount()1554 void decrementPendingJobCount(int workTypes) { in decrementPendingJobCount() argument1555 if (adjustPendingJobCount(workTypes, false) > 1) { in decrementPendingJobCount()1560 if ((workType & workTypes) == workType) { in decrementPendingJobCount()1575 if ((workTypes & workType) == workType) { in adjustPendingJobCount()1701 int canJobStart(int workTypes) { in canJobStart() argument1703 if ((workTypes & workType) == workType) { in canJobStart()[all …]