Searched defs:workType (Results 1 – 3 of 3) sorted by relevance
144 static String workTypeToString(@WorkType int workType) { in workTypeToString()804 @WorkType final int workType) { in startJobLocked()834 @WorkType final int workType) { in onJobCompletedLocked()1393 int getMax(@WorkType int workType) { in getMax()1397 int getMinReserved(@WorkType int workType) { in getMinReserved()1546 void incrementRunningJobCount(@WorkType int workType) { in incrementRunningJobCount()1594 void onStagedJobFailed(@WorkType int workType) { in onStagedJobFailed()1637 void onJobStarted(@WorkType int workType) { in onJobStarted()1649 void onJobFinished(@WorkType int workType) { in onJobFinished()1738 int getPendingJobCount(@WorkType final int workType) { in getPendingJobCount()[all …]
231 boolean executeRunnableJob(JobStatus job, @JobConcurrencyManager.WorkType int workType) { in executeRunnableJob()976 final int workType = mRunningJobWorkType; in closeAndCleanupJobLocked() local
182 final int workType = running.keyAt(i); in maybeFinishJobs() local201 final int workType = jobs.running.keyAt(i); in recount() local209 final int workType = jobs.pending.keyAt(i); in recount() local230 private int getPendingMultiType(Jobs jobs, @JobConcurrencyManager.WorkType int workType) { in getPendingMultiType()241 final int workType = getRandomWorkType(EQUAL_PROBABILITY_CDF, mRandom.nextDouble()); in startPendingJobs() local