Searched refs:allWorkTypes (Results 1 – 2 of 2) sorted by relevance
954 final int allWorkTypes = getJobWorkTypes(nextPending); in determineAssignmentsLocked() local963 int workType = mWorkCountTracker.canJobStart(allWorkTypes); in determineAssignmentsLocked()1096 final int workType = mWorkCountTracker.canJobStart(allWorkTypes); in determineAssignmentsLocked()1138 if ((type & allWorkTypes) != 0) { in determineAssignmentsLocked()1657 int allWorkTypes = getJobWorkTypes(nextPending); in onJobCompletedLocked() local1662 backupAllWorkTypes = allWorkTypes; in onJobCompletedLocked()1746 final int allWorkTypes = getJobWorkTypes(nextPending); in onJobCompletedLocked() local1747 final int workAsType = mWorkCountTracker.canJobStart(allWorkTypes); in onJobCompletedLocked()1755 highBiasAllWorkTypes = allWorkTypes; in onJobCompletedLocked()2663 void stageJob(@WorkType int workType, int allWorkTypes) { in stageJob() argument[all …]
146 void addPending(int allWorkTypes, int num) { in addPending() argument150 if ((allWorkTypes & type) != 0) { in addPending()154 pendingMultiTypes.add(allWorkTypes); in addPending()158 void removePending(int allWorkTypes) { in removePending() argument161 if ((allWorkTypes & type) != 0) { in removePending()165 pendingMultiTypes.remove(Integer.valueOf(allWorkTypes)); in removePending()