Searched refs:tunables (Results 1 – 3 of 3) sorted by relevance
239 Set<Tunable> tunables = mTunableLookup.get(key); in reloadSetting() local240 if (tunables == null) { in reloadSetting()244 for (Tunable tunable : tunables) { in reloadSetting()
66 explicit RegionSamplingThread(SurfaceFlinger& flinger, const TimingTunables& tunables);
100 RegionSamplingThread::RegionSamplingThread(SurfaceFlinger& flinger, const TimingTunables& tunables) in RegionSamplingThread() argument102 mTunables(tunables), in RegionSamplingThread()