Searched refs:mTunables (Results 1 – 7 of 7) sorted by relevance
76 : mRenderEngine(renderEngine), mTunables(tunables), mTexturePool(mRenderEngine) {} in Flattener()133 if (renderDeadline && mTunables.mRenderScheduling) { in renderCachedSets()135 now + mTunables.mRenderScheduling->cachedSetRenderDuration; in renderCachedSets()140 mTunables.mRenderScheduling->maxDeferRenderAttempts) { in renderCachedSets()426 bool layerIsInactive = now - currentSet->getLastUpdate() > mTunables.mActiveLayerTimeout; in findCandidateRuns()536 if (mTunables.mEnableHolePunch && bestRun->getHolePunchCandidate() && in buildCachedSets()
89 private final HashSet<Tunable> mTunables = LeakDetector.ENABLED ? new HashSet<>() : null; field in TunerServiceImpl213 mTunables.add(tunable); in addTunable()214 mLeakDetector.trackCollection(mTunables, "TunerService.mTunables"); in addTunable()233 mTunables.remove(tunable); in removeTunable()
74 private final ArrayList<Tunable> mTunables = new ArrayList<>(); field in NavBarTuner100 mTunables.forEach(t -> Dependency.get(TunerService.class).removeTunable(t)); in onDestroy()104 mTunables.add(tunable); in addTunable()
70 private final ArrayList<Tunable> mTunables = new ArrayList<>(); field in LockscreenFragment89 mTunables.forEach(t -> mTunerService.removeTunable(t)); in onDestroy()135 mTunables.add(t); in addTunable()
102 mTunables(tunables), in RegionSamplingThread()106 mTunables.mSamplingTimerTimeout), in RegionSamplingThread()166 if (mLastSampleTime + mTunables.mSamplingPeriod > now) { in doSample()177 if (samplingDeadline.has_value() && now + mTunables.mSamplingDuration > *samplingDeadline) { in doSample()
106 const TimingTunables mTunables; variable
233 const Tunables mTunables; variable