Home
last modified time | relevance | path

Searched defs:mTunables (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/surfaceflinger/
DRegionSamplingThread.h106 const TimingTunables mTunables; variable
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
DNavBarTuner.java74 private final ArrayList<Tunable> mTunables = new ArrayList<>(); field in NavBarTuner
DTunerServiceImpl.java89 private final HashSet<Tunable> mTunables = LeakDetector.ENABLED ? new HashSet<>() : null; field in TunerServiceImpl
DLockscreenFragment.java70 private final ArrayList<Tunable> mTunables = new ArrayList<>(); field in LockscreenFragment
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/planner/
DFlattener.h233 const Tunables mTunables; variable