Searched refs:mReadyQueueFunctor (Results 1 – 1 of 1) sorted by relevance
1974 mJobs.forEachJob(mReadyQueueFunctor); in queueReadyJobsForExecutionLocked()1975 mReadyQueueFunctor.postProcess(); in queueReadyJobsForExecutionLocked()2016 private final ReadyJobQueueFunctor mReadyQueueFunctor = new ReadyJobQueueFunctor(); field in JobSchedulerService