Searched refs:mConfigNumMaxTotalJobs (Results 1 – 1 of 1) sorted by relevance
538 private int mConfigNumMaxTotalJobs; field in JobConcurrencyManager.JobCountTracker556 mConfigNumMaxTotalJobs = numTotalMaxJobs; in reset()611 mConfigNumMaxTotalJobs - mNumRunningFgJobs); in onCountDone()616 mConfigNumMaxTotalJobs - Math.max(mNumRunningBgJobs, mNumReservedForBg); in onCountDone()627 mConfigNumMaxTotalJobs - mNumActualMaxFgJobs); in onCountDone()679 mConfigNumMaxTotalJobs, in toString()689 mNumActualMaxFgJobs, (totalFg <= mConfigNumMaxTotalJobs) ? "" : "*", in toString()693 (mNumActualMaxFgJobs + mNumActualMaxBgJobs <= mConfigNumMaxTotalJobs) in toString()702 totalFg + totalBg, (totalFg + totalBg <= mConfigNumMaxTotalJobs) ? "" : "*" in toString()709 proto.write(JobCountTrackerProto.CONFIG_NUM_MAX_TOTAL_JOBS, mConfigNumMaxTotalJobs); in dumpProto()