Searched defs:workType (Results 1 – 4 of 4) sorted by relevance
208 static String workTypeToString(@WorkType int workType) { in workTypeToString()1515 @WorkType final int workType) { in startJobLocked()1561 @WorkType final int workType) { in onJobCompletedLocked()2435 int workType, int defaultFloatInIntBits) { in getMaxValue()2458 int getMax(@WorkType int workType) { in getMax()2462 int getMinReserved(@WorkType int workType) { in getMinReserved()2673 void onStagedJobFailed(@WorkType int workType) { in onStagedJobFailed()2716 void onJobStarted(@WorkType int workType) { in onJobStarted()2728 void onJobFinished(@WorkType int workType) { in onJobFinished()2817 int getPendingJobCount(@WorkType final int workType) { in getPendingJobCount()[all …]
337 boolean executeRunnableJob(JobStatus job, @JobConcurrencyManager.WorkType int workType) { in executeRunnableJob()1593 final int workType = mRunningJobWorkType; in closeAndCleanupJobLocked() local
170 final int workType = running.keyAt(i); in maybeFinishJobs() local189 final int workType = jobs.running.keyAt(i); in recount() local197 final int workType = jobs.pending.keyAt(i); in recount() local218 private int getPendingMultiType(Jobs jobs, @JobConcurrencyManager.WorkType int workType) { in getPendingMultiType()229 final int workType = getRandomWorkType(EQUAL_PROBABILITY_CDF, mRandom.nextDouble()); in startPendingJobs() local276 final int workType = maxLimitRatio.first; in checkRandom() local
996 private TypeConfig(@JobConcurrencyManager.WorkType int workType, int min, int max) { in TypeConfig()